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 installGenerate:
$ hexo generateRun server:
$ hexo serverNew post:
$ hexo new [name]New draft:
$ hexo new draft [name]Publish draft:
$ hexo publish [name]New page:
$ hexo new page [name]