blog-rekahsoft-ca/.gitignore
Collin J. Doering e4032ba6b3
site: Vendor MathJax from guix, removing dependency on CDN
* .gitignore: Ignore lib/MathJax symlink.
* README.org: Variety of changes, most notably using the README.org file as a literate source
file, which generates various development scripts and a Makefile. One such script is the
vendoring script, which is used to setup vendor symlinks.
* bootstrap.sh: Run emacs to tangle the literate README.org file, after which, run setup
vendored dependency links.
* guix.scm: Depend on js-mathjax, and vendor its built files into lib/MathJax before building
the site.
* pages/index.markdown: Remove stale reference to jquery-address.
* src/site.hs: Adjust hakyll rules to include MathJax from its now locally vendored location.
Additionally, do a tiny bit of rule tidying.
* templates/default.html: Remove stale reference to appcache. Remove reference to MathJax via
cdn and reference the now vendored variant.
2023-12-26 18:01:14 -05:00

27 lines
270 B
Plaintext

# Editor specific files
*~
.dir-locals.el
.tern-port
# Haskell
*.o
*.hi
# Hakyll
_site
_cache
dist
# Terraform
infra/.terraform
infra/terraform.tfstate.d
infra/*.local.tfvars
infra/*.plan
# Vendored libraries
lib/MathJax
# Generated by ./bootstrap
Makefile
scripts