Revival archive website
Go to file
Lewin Kelly 5feaecdeb2
Add "Other posts" section to blog post, and get metadata as json from top of each markdown file
2023-07-09 13:38:10 +01:00
pages Add "Other posts" section to blog post, and get metadata as json from top of each markdown file 2023-07-09 13:38:10 +01:00
src Add "Other posts" section to blog post, and get metadata as json from top of each markdown file 2023-07-09 13:38:10 +01:00
static Add revival index page and improve styling 2023-07-08 06:50:27 +01:00
.gitignore Add blog post system to load from markdown files with mdsvex and marked 2023-07-07 07:34:54 +01:00
.npmrc Initialise SvelteKit project 2023-07-04 21:46:11 +01:00
.prettierrc Initialise SvelteKit project 2023-07-04 21:46:11 +01:00
README.md Add "Other posts" section to blog post, and get metadata as json from top of each markdown file 2023-07-09 13:38:10 +01:00
UNLICENSE Rename LICENSE to UNLICENSE 2023-07-04 21:39:40 +01:00
package.json Format classnames with prettier plugin 2023-07-09 10:53:51 +01:00
pnpm-lock.yaml Format classnames with prettier plugin 2023-07-09 10:53:51 +01:00
svelte.config.js Add blog post system to load from markdown files with mdsvex and marked 2023-07-07 07:34:54 +01:00
tsconfig.json Initialise SvelteKit project 2023-07-04 21:46:11 +01:00
uno.config.ts Add UnoCSS and start site development I guess 2023-07-07 04:49:33 +01:00
vite.config.ts Add blog post system to load from markdown files with mdsvex and marked 2023-07-07 07:34:54 +01:00

README.md

revival-archive

Revival archive website

Pages/posts

To make a post, place it into the /pages directory. The filename will be used as the URL slug. The file must be in Markdown and contain a json header, like the following:

{
	"title": "First blog post",
	"date": "2023-07-06 7:29 PM"
}