Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjdskes/hjdskes.nl
My personal website
https://github.com/hjdskes/hjdskes.nl
Last synced: about 1 month ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/hjdskes/hjdskes.nl
- Owner: Hjdskes
- License: mit
- Created: 2022-10-10T18:34:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T19:33:03.000Z (about 2 years ago)
- Last Synced: 2023-03-24T08:12:00.392Z (over 1 year ago)
- Language: Haskell
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My personal website
This repository contains the source files used to create my personal website with Haskell and Pandoc.
## Building the generator & generator the website
A Nix development shell is available through `nix develop`. Compiling the generator and building the website is done with `nix build .#generator` and `nix build` respectively.
The generator code is documented with Haddock, which can be rendered using `cabal haddock --haddock-executables`.
The code can be formatted by running `cabal-fmt -i generator.cabal`, `fourmolu -e -i $(find . -name '*.hs')` and `nix fmt`. A linter is available through `hlint .`.
## License
The code is licensed under the MIT license, see [LICENSE](LICENSE). The content on the website comes with its own license; [see the website](https://www.hjdskes.nl/license).