An RFC system for the tildeverse
Go to file
southerntofu 70bbfdac29 Update for newer zola versions 2020-04-17 20:26:04 -04:00
content Squash zola rewrite 2020-04-17 20:16:43 -04:00
static Squash zola rewrite 2020-04-17 20:16:43 -04:00
templates Update for newer zola versions 2020-04-17 20:26:04 -04:00
.gitignore Squash zola rewrite 2020-04-17 20:16:43 -04:00
README.md Squash zola rewrite 2020-04-17 20:16:43 -04:00
config.toml Squash zola rewrite 2020-04-17 20:16:43 -04:00

README.md

rfcs

Similar to khuxkm's previous attempt, this project will bring an RFC-style proposals system to the the tildeverse.

However, unlike that attempt, this system will use YAML front-matter.

See RFC 0 for more info.

WARNING: On this experimental branch, that's not the case anymore. Frontmatter uses TOML formatting.

nginx configs

location ~* ^/rfcs/(.+)$ {
	try_files $uri $uri/ /rfcs/index.php?$1;
	include snippets/php.conf;
}