This is the source code of my website, including the content on it. You can visit it here.
Uses 11ty for site generation.
Feel free to send a pull request to add anything you want, as long as you obey the License. I'll probably merge it.
The website itself is licensed under AGPL 3.0 or later, but the content on it is licensed under CC-BY-NC-SA 4.0 unless otherwise stated. Any use of this content outside the scope of these licenses needs advance approval from myself.
Content includes any files in the content/
or data/
directories, except:
- the
content/feed/
directory content/content.11tydata.js
content/blog.njk
content/blog/blog.11tydata.js
content/tags.njk
content/licenses.11ty.js
content/og.11ty.js
- the keys of
data/config.json
- the keys of
data/feed.json
Content also includes the following outside of the mentioned directories:
include/partials/banner.njk
This list may (and likely will) change to include some new files if necessary.
A lot of this has been monkey-patched together from Evan Boehs' website (licensed AGPL) and eleventy-base-blog (licensed MIT).