This is a vscode-like Ghost theme, and support vscode color-theme
Welcome to STAR :) (It's still under development)
- Home page
- Post page
- Author page
- About page
-
Comment System: DISQUS(removed due to long loading time) -
Prev / Next post(removed to simplify the theme, nav through sidebar is super easy) - Change theme(Support official
vscodetheme) - Search all posts
- Responsive(need to optimize)
- Post Cache
- Social sharing
- Reading progress
- Post Navigation
- Build in Production mode
- Compatibility testing
- Download ghostcode from github
- Go to admin panel (
{your-domain}/ghost/#/settings/design/uploadtheme) and dragghostcode-master.zipto upload - Chose
activeto make it work
ghostcode support vscode theme .json file
- Get ghostcode theme and unzip it
cdto ghostcode theme and runnpm installto install dependencies- Get the source code of your favorite vscode color-theme and download it through:
- Theme github page
- Install it into/from your vscode, and then find it in your disk (Mac: /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/extensions/theme-*)
cdto the vscode theme above, usually in thethemesdirectory, you can find.jsonfile, that's it- Copy and put this file into
ghostcode/themes/folder - Regist in
./config.jsthemefield - Then run
npm run themecommand to turn this .json file into css - Edit
./default.hbs, add classtheme-{your-theme-name}tohtmlelement, remember to remove the default theme class - Zip and upload to your website