https://github.com/squiddev/squiddev.cc
My personal website. Not especially interesting, sorry.
https://github.com/squiddev/squiddev.cc
hakyll haskell
Last synced: 9 months ago
JSON representation
My personal website. Not especially interesting, sorry.
- Host: GitHub
- URL: https://github.com/squiddev/squiddev.cc
- Owner: SquidDev
- License: bsd-3-clause
- Created: 2019-08-17T09:34:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T08:22:01.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:25:44.230Z (about 1 year ago)
- Topics: hakyll, haskell
- Language: Haskell
- Homepage: https://squiddev.cc
- Size: 4.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ squiddev.cc][squid]
This is my personal website, currently hosted at [squiddev.cc][squid] and
[joncoates.co.uk][jonathan].
This website is written generated using [Hakyll][hakyll], and can be built with
`stack run -- build`. It's only a statically generated site, so isn't especially
interesting, though there's some things which may be of value to a Hakyll user:
- Compiling `.dot` files to `.png`.
- Inline compiling of `dot` code blocks and LaTeX math to SVG.
- Syntax highlighting for other languages. This is not currently used, but may
be useful.
- Draft posts.
- Cache busters for asset files.
- HTML minification. Of questionable usefulness, but a neat idea.
[squid]: https://squiddev.cc
[jonathan]: https://joncoates.co.uk
[hakyll]: https://jaspervdj.be/hakyll/