Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

medicor/lightpush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightpush

Theme used at Medicor's web site. A lighter version of Hexo's default theme Light.

Includes:

Install

Execute the following command and modify theme in _config.yml to lightpush.

git clone https://github.com/Medicor/Lightpush.git themes/lightpush

Update

Execute the following command to update Lightpush.

cd themes/lightpush
git pull

Config

Default config:

menu:
  Home:
    link: /
    icon: fa-home
  Archives:
    link: /archives
    icon: fa-archive

widgets:
- search
- category
- tag

excerpt_link: more ...

twitter:
  username: <your-twitter-name>
  show_replies: false
  tweet_count: 5

addthis:
  enable: true
  pubid: ra-XXXXXXXXXXXXXXXX

fancybox: false

google_analytics: UA-XXXXXXXX-X
rss:

comment_provider:

Features

This theme also supports the following new options in global _config.yml:

logo: <path to image to put in front of site title>
favicon: <path to favicon >

Packages

No packages published

Languages

  • CSS 46.5%
  • HTML 45.6%
  • JavaScript 7.9%