No description
Find a file
2024-05-19 19:10:35 -07:00
content pinning nix things 2024-05-19 19:10:35 -07:00
sass mess up the css 2023-12-11 23:28:29 -08:00
static Add asciinema support 2023-04-02 18:21:49 -07:00
syntax hacks to do zola treesitter 2022-10-15 12:40:28 -07:00
templates update about page 2024-02-14 00:17:19 -08:00
todo-recipes tar recipe 2022-07-21 16:51:36 -07:00
.gitattributes hacks 2022-10-25 21:37:28 -07:00
.gitignore check in initial slides stuff 2023-08-29 18:29:47 -07:00
.pre-commit-config.yaml pre-commit for image handling 2023-04-24 15:12:52 -07:00
config.toml copyright year 2023-07-29 13:40:16 -07:00
deploy.sh Exclude global-gitignore files 2022-03-15 13:56:40 -07:00
flake.lock lambda cube 2022-10-25 21:20:36 -07:00
flake.nix the postmodern build system 2023-12-11 23:28:13 -08: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 hacks to do zola treesitter 2022-10-15 12:40:28 -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