https://github.com/iwillig/iwillig.github.io
https://github.com/iwillig/iwillig.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwillig/iwillig.github.io
- Owner: iwillig
- Created: 2024-07-21T23:10:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-10T10:44:17.000Z (6 months ago)
- Last Synced: 2026-02-10T15:53:18.150Z (6 months ago)
- Language: HTML
- Homepage: https://www.iwillig.me/
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
Awesome Lists containing this project
README
# iwillig
A haunt based blogging system.
## Install
Using GNU Guix should be enough. You can install the depdencies via
GNU Guix via the guix shell command.
```shell
guix shell
```
You will need to install the pandoc-plantuml and pandoc-include
filters. These do not work with the pandoc version in Guix. You will
also need to install pandoc.
## Publish
```shell
guix shell
make build
```