Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 787 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 787 Bytes

Building the Future with Hexo

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.

Getting started

Install dependencies:

$ git clone https://github.com/kittenlogic/btfn.git
$ cd btfn
$ npm install

Generate:

$ hexo generate

Run server:

$ hexo server

Making files

New post:

$ hexo new [name]

New draft:

$ hexo new draft [name]

Publish draft:

$ hexo publish [name]

New page:

$ hexo new page [name]

License

CC BY 4.0