Custom theme for LA COiL's site, Building the Future Now. Built with Hexo. Using Stylus, Swig templates, Markdown. Includes multi-language support and Netlify CMS layer. External libraries: Bulma, Wow.js, Animate.css, FontAwesome.
Install dependencies:
$ git clone https://github.com/kittenlogic/btfn.git
$ cd btfn
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server
New post:
$ hexo new [name]
New draft:
$ hexo new draft [name]
Publish draft:
$ hexo publish [name]
New page:
$ hexo new page [name]