Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

neoblog-example

This is an example configuration directory for neoblog.

For a live preview, please run:

npm install
npm start

under this directory.

Tree

.
├── article                 # articles here
│   ├── hello-world.md
│   └── new-post.md
├── config.js               # main config file
├── node_modules
├── package.json
├── plugin                  # plugin directory (can be specified in `config.js`)
│   └── test-api-plugin.js
└── README.md

config.js

see config.js for more information.