https://github.com/pinjasaur/blot-theme-jot
Theme for Blot, as used on my blog.
https://github.com/pinjasaur/blot-theme-jot
blot blot-theme
Last synced: about 1 year ago
JSON representation
Theme for Blot, as used on my blog.
- Host: GitHub
- URL: https://github.com/pinjasaur/blot-theme-jot
- Owner: Pinjasaur
- Created: 2018-06-19T06:34:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T01:50:25.000Z (over 1 year ago)
- Last Synced: 2025-04-22T07:15:16.076Z (about 1 year ago)
- Topics: blot, blot-theme
- Language: CSS
- Homepage: https://paul.af
- Size: 15 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Blot][blot] Theme: Jot
This is my [personal theme][blog] for [Blot]. It's a fork of the Index theme.
## Features
- Light and dark themes(!!)
- Navigational keyboard shortcuts (h, j, k, and l)
- Hash `id`s for each header
- `is-active` class for active menu links
- Outlined footnotes & refs when `:target`ed
- Canonicalized URLs
- OpenGraph image `` from thumbnails
- Display last-modified date in entries
- [instant.page] for just-in-time preloading
- `/tags` page to list all tags
- Non-permalink RSS ``s
- [CSS hyphenation](http://clagnut.com/blog/2395)
- [Deploy script](/scripts/deploy.sh) (plus more, see [#scripts](#scripts))
## Screenshots




## [Scripts](/scripts)
- [`404.sh`](/scripts/404.sh)
Check for internal 404 hyperlinks.
- [`deploy.sh`](/scripts/deploy.sh)
Changes I make directly to this codebase modify a "staging" template I have
enabled in Blot. To "deploy", I use the [`deploy.sh`](/scripts/deploy.sh)
script to move files into an adjacent directory that is the "live" template
within Blot. This allows me to use template preview URLs to view any changes
before they impact live visitors, in an ideal world.
- [`screenshots.sh`](/scripts/screenshots.sh)
Generate the screenshots featured in this README.
- [`weeknotes.sh`](/scripts/weeknotes.sh)
Generate (and print to stdout) the ISO 8601 compliant weeknotes file.
- [`ytd.sh`](/scripts/ytd.sh)
Get the current YTD post count.
## License
[Blot], including the base Index theme, is licensed by
[David Merfield][david] under [CC0].
Modifications by myself, [Paul Esch-Laurent][me], are licensed under [MIT].
[blog]: https://paul.af
[Blot]: https://blot.im
[CC0]: https://github.com/davidmerfield/Blot/blob/master/LICENSE
[david]: https://github.com/davidmerfield
[me]: https://github.com/Pinjasaur
[MIT]: https://pinjasaur.mit-license.org
[instant.page]: https://instant.page