diff --git a/.gitignore b/.gitignore index 0ca753a..ea98dc6 100755 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules package-lock.json posts.js users.js +*.swp diff --git a/.posts.js.swp b/.posts.js.swp deleted file mode 100644 index 1e9bcef..0000000 Binary files a/.posts.js.swp and /dev/null differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ff9e935 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +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. diff --git a/README.md b/README.md new file mode 100644 index 0000000..db87b12 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +This is a blogging site written in nodejs, all pages are served directly by the nodejs backend.
+In action on my website: [deadvey.com](deadvey.com)
+ +# features +* multi user +* powerful customisation +* rss +* timeline, user page, post page and tag specific page + +# planned features +* atom +* federation +* sign up +* edit/delete posts diff --git a/testposts.js b/testposts.js deleted file mode 100755 index 93e170b..0000000 --- a/testposts.js +++ /dev/null @@ -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"]}]