Skip to content

iigmir/blog-v2

Repository files navigation

Blog-v2

The new blog site. Source articles are from the blog-source project.

How to use

  1. npm install
  2. npm run build

Configs

{
    "mode": "Render mode. Files will rendered by different objects.",
    "source_directory": "AJAX API",
    "template_file": "Template file for rendering",
    "destination_directory": "Destination directory for rendered files.",
    "replaced_text": "The text that is going to be replaced in the template file."
}