cleanup
This commit is contained in:
parent
dcd9faa1f9
commit
587fe91a3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ node_modules
|
||||
package-lock.json
|
||||
posts.js
|
||||
users.js
|
||||
*.swp
|
||||
|
BIN
.posts.js.swp
BIN
.posts.js.swp
Binary file not shown.
13
LICENSE
Normal file
13
LICENSE
Normal 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
14
README.md
Normal 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
|
@ -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"]}]
|
Loading…
x
Reference in New Issue
Block a user