mrmartineau / notes.zander.wtf

TILs, snippets—my digital code garden 🌱

Home Page:https://notes.zander.wtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Notes

TILs, snippets—my digital code garden 🌱

This is the latest version of my code notes site. It is now built with Eleventy. The old site was built using my gatsby theme.

Search

Search for this site is powered by Algolia. The search index is built when the site is built, find the _site/algolia.json file for the data.

To enable search for yourself, you will need to setup your own Algolia account, and then the following environment variables:

# The app id
ALGOLIA_APP = ""
# The search-only API key
ALGOLIA_SEARCH_KEY = ""
# The index name
ALGOLIA_INDEX = ""

License

MIT © Zander Martineau

Made by Zander • zander.wtf • GitHub • Mastodon

About

TILs, snippets—my digital code garden 🌱

https://notes.zander.wtf


Languages

Language:CSS 37.9%Language:JavaScript 34.4%Language:Nunjucks 27.7%