Skip to content

bettafish15/vortek-blog-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vortek-blog-engine

A static blog engine powered by Nodejs

How to use

create blog post by create a blog post md file in posts folder. posts/new-post.md

first add some metadata at top of file:

title: Test math
date: 2017-01-07 15:43:23
tags: math, research
description: Just a test case....
visible: 1
--metadata--

then after add content of your blog post in markdown format.

$ node generator.js

About

A static blog engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published