blogengine
blogengine copied to clipboard
BlogEngine template for Bufferwall
BlogEngine template
First you need to obtain a token from: https://bufferwall.com. Then download the source-code or bundle
only (recommendation).
- open terminal / command-line
- open app directory
- install latest version of Total.js from NPM
$ npm install total4
- modify
/config
file - run
$ node index.js
- open browser
http://127.0.0.1:8000
Requirements:
- Total.js
+v4
Extend template via components
The template supports extending body or panel via Total.js components. Each component must have defined group called blogengine
.
Parts:
-
body-top
-
body-bottom
-
panel-top
-
panel-bottom