Skip to content

AiPacino/gxxghost

 
 

Repository files navigation

GxxGhost

This is a theme for Ghost.

##Preview

COoL's Blog

screenshot

##Feature

  1. use highlightjs to highlight code
  2. use disqus for comments
  3. use pjax
  4. use baidu to handle the search
  5. design by COoL but somethings refer to the icarus theme of hexo and w3cplus

##Installation

  1. install ghost

  2. checkout this repo to themes folder

     $ cd ghostfolder/content/themes
     $ git clone https://github.com/coolhihi/gxxghost.git
    

##Configuration

  1. Blog title

    edit this file partials/custom/sitetitle.hbs

  2. Owner info in sidebar

    edit this file partials/custom/owner.hbs

  3. add or edit <meta>

    edit this file partials/custom/meta.hbs

  4. because ghost do not have folder, show I make hidden tags to do this, the hidden tags should not show in sidebar. so edit partials/sitebar to change the my 3 chinese words

  5. change the disqus short_name and baidu search sid

    edit this file partials/custom/config.hbs

  6. you can delete the partials/custom/hm.hbs or use it.

##Use

  1. log in your ghost manage platform
  2. go to General to select this GxxGhost theme
  3. go to Labs to tick Public API(if you want to use the images list and tags list in sidebar, you must do this)
  4. restart your ghost

About

a theme for ghost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.5%
  • JavaScript 39.5%
  • HTML 6.0%