An open API service indexing awesome lists of open source software.

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 🌱

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)