No description
Find a file
2022-04-22 22:05:21 -07:00
content git send-email poast 2022-04-22 22:05:21 -07:00
sass Blog about fixing docker image size 2021-08-19 18:42:23 -07:00
static cards, new post thing 2021-03-09 07:17:54 -08:00
syntax Fix nix syntax so that snippets included out of context render properly 2021-03-09 04:29:12 -08:00
templates git send-email poast 2022-04-22 22:05:21 -07:00
todo-recipes ffmpeg recipe 2021-12-30 00:09:53 -08:00
.gitignore cards, new post thing 2021-03-09 07:17:54 -08:00
config.toml do a bit 2021-06-09 23:53:58 -07:00
deploy.sh Exclude global-gitignore files 2022-03-15 13:56:40 -07:00
new-post.js cards, new post thing 2021-03-09 07:17:54 -08:00
package-lock.json cards, new post thing 2021-03-09 07:17:54 -08:00
package.json cards, new post thing 2021-03-09 07:17:54 -08:00
preview.sh Exclude global-gitignore files 2022-03-15 13:56:40 -07:00
README.md cards, new post thing 2021-03-09 07:17:54 -08:00

Sources for jade.fyi

These are the source files for jade.fyi. I used to use the site lfcode.ca, whose Gatsby based sources are available on the old branch of this repository. Those ones are no longer maintained.

If you have any issues with using the site, especially relating to accessibility, please file an issue on this repository. I consider it a priority for this site to be usable to everyone.

TODO

  • Readd the "recipes" section from the old site

Usage

This one is based on Zola. After installing the latest (preferably next branch from git) version of Zola, you can build the site as follows:

# starts a server on 127.0.0.1:1111 serving the website
$ zola serve

# builds the website to public/
$ zola build

# deploys what's in public/ to some web server
$ ./deploy.sh