https://github.com/textbook/textbook.github.io
My Pelican-based blog
https://github.com/textbook/textbook.github.io
blog github-actions github-pages pelican python
Last synced: 11 months ago
JSON representation
My Pelican-based blog
- Host: GitHub
- URL: https://github.com/textbook/textbook.github.io
- Owner: textbook
- License: isc
- Created: 2015-07-05T18:56:48.000Z (about 11 years ago)
- Default Branch: source
- Last Pushed: 2025-05-18T08:47:17.000Z (about 1 year ago)
- Last Synced: 2025-06-22T01:47:43.418Z (about 1 year ago)
- Topics: blog, github-actions, github-pages, pelican, python
- Language: Makefile
- Homepage: https://blog.jonrshar.pe
- Size: 3.69 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
textbook.github.io
==================
The source code for my blog, generated by [Pelican], automatically built by
[GitHub Actions][gha] and hosted on [GitHub Pages][ghp].
License
-------
Multiple licenses apply to the content in this repository:
- Source code (root directory): [ISC](./LICENSE)
- Written content (`/content/**/*.md`): [CC BY-SA 4.0](./content/extra/LICENSE)
[![Creative Commons License][license-badge]][license]
- Images (`/content/images`): various, see the articles in which they're
referenced for details
[gha]: https://github.com/features/actions
[ghp]: https://pages.github.com/
[license]: http://creativecommons.org/licenses/by-sa/4.0/
[license-badge]: https://i.creativecommons.org/l/by-sa/4.0/88x31.png
[pelican]: http://getpelican.com/