Revival archive website
Go to file
Lewin Kelly beca0d5e14
Load revivals from markdown files in pages/index, and provide layout similar to blog posts
2023-07-09 14:28:57 +01:00
pages Load revivals from markdown files in pages/index, and provide layout similar to blog posts 2023-07-09 14:28:57 +01:00
src Load revivals from markdown files in pages/index, and provide layout similar to blog posts 2023-07-09 14:28:57 +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 Load revivals from markdown files in pages/index, and provide layout similar to blog posts 2023-07-09 14:28:57 +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"
}

A Revival description must include a "---" line between a short overview and the full post. A json header for a Revival could contain the following fields:

{
	"name": "Mercury",
	"date": "2023-07-09 01:58 PM",
	"clients": [2013],
	"rating": 5
}