https://github.com/demonstrandum/knutsen.co
Knutsen Homepage – knutsen.co
https://github.com/demonstrandum/knutsen.co
Last synced: 5 months ago
JSON representation
Knutsen Homepage – knutsen.co
- Host: GitHub
- URL: https://github.com/demonstrandum/knutsen.co
- Owner: Demonstrandum
- License: gpl-3.0
- Created: 2020-07-03T14:33:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T13:35:21.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T10:44:52.841Z (over 1 year ago)
- Language: Makefile
- Homepage: https://knutsen.co
- Size: 355 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knutsen Homepage
[knutsen.co](https://knutsen.co/)
## Build with `seam`
[`seam`](https://git.knutsen.co/seam)
(**s**ymbolic **e**xpressions **a**s **m**arkup)
is needed to build the `.sex` (**s**ymbolic **ex**pression) files.
After that, it's just to run the Makefile:
```sh
$ make clean
$ make
```
### Git LFS
If sourced from somewhere other than GitHub, remember to configure the repository
to use GitHub's LFS.
```
$ git config lfs.url https://github.com/Demonstrandum/knutsen.co.git/info/lfs
```
This must be done in any repository, whether uploading or downloading files over LFS.