mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb.org.git
synced 2025-10-03 08:43:39 +08:00
add some readme
This commit is contained in:
parent
8aa4d846fc
commit
9e20278501
3 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
blog/*.html
|
||||||
manifest/config.json
|
manifest/config.json
|
||||||
manifest/package.json
|
manifest/package.json
|
||||||
manifest/package-lock.json
|
manifest/package-lock.json
|
||||||
|
|
|
@ -11,5 +11,9 @@ A beautiful, responsive landing page specifically for NodeBB.
|
||||||
* Bootstrap 5
|
* Bootstrap 5
|
||||||
* Fontawesome
|
* Fontawesome
|
||||||
|
|
||||||
|
### To build the blog pages run
|
||||||
|
|
||||||
|
`node blog_source/build-blog.js`
|
||||||
|
|
||||||
### Deployment
|
### Deployment
|
||||||
`git pull` and done! 🚀
|
`git pull` and done! 🚀
|
||||||
|
|
1
blog/blog-readme.md
Normal file
1
blog/blog-readme.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Running `node blog_source/build-blog.js` will populate this folder with index.html and the html pages of the blog posts.
|
Loading…
Add table
Add a link
Reference in a new issue