This commit is contained in:
deadvey 2025-07-09 17:45:40 +01:00
parent dcd9faa1f9
commit 587fe91a3a
5 changed files with 28 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ node_modules
package-lock.json package-lock.json
posts.js posts.js
users.js users.js
*.swp

Binary file not shown.

13
LICENSE Normal file
View File

@ -0,0 +1,13 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

14
README.md Normal file
View File

@ -0,0 +1,14 @@
This is a blogging site written in nodejs, all pages are served directly by the nodejs backend.<br/>
In action on my website: [deadvey.com](deadvey.com)<br/>
# features
* multi user
* powerful customisation
* rss
* timeline, user page, post page and tag specific page
# planned features
* atom
* federation
* sign up
* edit/delete posts

View File

@ -1 +0,0 @@
export const posts = [{"poster":"deadvey","title":"title","content":"content","pubdate":1749292431190,"editdate":1749292431190,"tags":["test","ignore"]},{"poster":"deadvey","title":"post2","content":"awhfjiawfh","pubdate":1749303915416,"editdate":1749303915416,"tags":["test","ignore","hello","goodbye"]},{"poster":"deadvey","title":"test3","content":"afd","pubdate":1750859453223,"editdate":1750859453223,"tags":["test","ignore","hello"]},{"poster":"deadvey","title":"test3","content":"awd","pubdate":1750859714618,"editdate":1750859714618,"tags":["awdwf"]}]