add some readme

This commit is contained in:
Barış Soner Uşaklı 2025-04-13 19:15:06 -04:00
parent 8aa4d846fc
commit 9e20278501
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -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
View 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.