Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marijanp/marijanp.github.io
A mirror of my website sources built with Hakyll
https://github.com/marijanp/marijanp.github.io
hakyll hakyll-site haskell nix nix-flake
Last synced: about 1 month ago
JSON representation
A mirror of my website sources built with Hakyll
- Host: GitHub
- URL: https://github.com/marijanp/marijanp.github.io
- Owner: marijanp
- License: agpl-3.0
- Created: 2022-02-02T14:12:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T15:47:40.000Z (8 months ago)
- Last Synced: 2024-06-15T08:56:37.635Z (8 months ago)
- Topics: hakyll, hakyll-site, haskell, nix, nix-flake
- Language: HTML
- Homepage: https://git.sr.ht/~marijan/website
- Size: 9.31 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building
From the root directory of this project execute:
```
nix build .#dist
```The result directory will be a symlink to the dist directory in the Nix store.
# Deploying
From the root directory of this project execute:
```
nix run .#srht-deploy
```Will query you for the password used to encrypt the sorucehut deployment secret, and on valid input deploy the `dist` directory to sourcehut pages.