I just want an awesome and simple designed blog, so I created just-content! Inspired by an old design from Segment.com's blog this turned into my private blog that I am now moving to Ghost and open sourcing the theme.
DEMO (not powered by Ghost yet, still in the process of moving my blog).
Download, please provide feedback as issues here on Github.
Come and help make it awesome!
I am not a frontend developer, nor a designer. I am just a script kiddy that likes great design, so please help improve this theme both when it comes to code, features, and design. I am here to learn!
You need to set up Ghost on your local machine, read the official documentation here.
I use Sass to generate CSS files.
Just-content styles are compiled using Gulp/SASS. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:
$ yarn install
$ yarn sassNow you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.
The zip Gulp task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.
$ yarn zip