cvan / blog

cvan's blog

Home Page:https://blog.cvan.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog

This is cvan's blog.

Installing

Install the Node dependencies:

npm install

Composing

Wintersmith provides a local server that can be used during development to see changes live after you edit and save files:

npm start
  1. Load https://localhost:8080/.
  2. Create a new directory in the contents/articles directory.
  3. Create a Markdown file called index.md.
  4. Write an article.
  5. You can then preview the post: http://localhost:8080/articles/<my-article-slug>/

Previewing

To generate the static content:

npm run build

Publishing

To deploy the static content to production:

npm run deploy

About

cvan's blog

https://blog.cvan.io/

License:MIT License


Languages

Language:CSS 46.6%Language:Pug 32.3%Language:CoffeeScript 18.2%Language:JavaScript 2.9%