A responsive, light and simple Hexo theme for a personal website.
🌵 Demo
- Version : 2.0
- Compatibility : Hexo 3 or later
- Fully responsive
- Disqus
- Googe analytics
- Font Awesome icons
- Pick your own code highlighting scheme
- Configurable navigation menu
- Projects list
- Simplicity
-
In the
rootdirectory:$ git clone https://github.com/kelimuttu/cactus-light.git themes/cactus-light $ npm install hexo-pagination --save -
Change the
themeproperty in theconfig.ymlfile.# theme: landscape theme: cactus-light
-
Run:
hexo generateandhexo server
Setup the navigation menu in the theme's _config.yml:
nav:
Home: /
About: /about/
Articles: /archives/
Contact: /contact/
LINK_NAME: URL
Set the rss field in the theme's _config.yml to one of the following values:
rss: falsewill totally disable rss (default).rss: atom.xmlsets a specific feed link.rss:leave empty to use the hexo-generator-feed plugin.
Add you Google Analytics tracking_id to the theme's _config.yml.
plugins:
gooogle_analytics: 'UA-49627206-1' # Format: UA-xxxxxx-xx
First, create a site on Disqus: https://disqus.com/admin/create/.
Next, update the theme's _config.yml file:
plugins:
disqus_shortname: SITENAME
where SITENAME is the name you gave your site on Disqus.
Pick one of the available colorschemes and add it to the theme's _config.yml:
customize:
highlight: COLORSCHEME_NAME
MIT
