https://github.com/mrmartineau/notes.zander.wtf
TILs, snippets—my digital code garden 🌱
https://github.com/mrmartineau/notes.zander.wtf
11ty
Last synced: 4 months ago
JSON representation
TILs, snippets—my digital code garden 🌱
- Host: GitHub
- URL: https://github.com/mrmartineau/notes.zander.wtf
- Owner: mrmartineau
- Created: 2023-01-06T09:38:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T15:27:17.000Z (over 1 year ago)
- Last Synced: 2025-01-31T16:25:41.160Z (4 months ago)
- Topics: 11ty
- Language: CSS
- Homepage: https://notes.zander.wtf
- Size: 623 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Code Notes
TILs, snippets—my digital code garden 🌱
> This is the latest version of my code notes site. It is now built with [Eleventy](https://www.11ty.dev/). The [old site](https://github.com/mrmartineau/notes.zander.wtf-gatsby) was built using my [gatsby theme](https://github.com/mrmartineau/gatsby-theme-code-notes).
## Search
Search for this site is powered by [Algolia](https://www.algolia.com/). 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](https://choosealicense.com/licenses/mit/) © [Zander Martineau](https://zander.wtf)
> Made by Zander • [zander.wtf](https://zander.wtf) • [GitHub](https://github.com/mrmartineau/) • [Mastodon](https://main.elk.zone/toot.cafe/@zander)