Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mqnfred/louis.feuvrier.org
Personal webpage
https://github.com/mqnfred/louis.feuvrier.org
Last synced: 3 days ago
JSON representation
Personal webpage
- Host: GitHub
- URL: https://github.com/mqnfred/louis.feuvrier.org
- Owner: mqnfred
- Created: 2023-02-22T04:56:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-22T05:20:46.000Z (over 1 year ago)
- Last Synced: 2023-10-23T18:25:14.120Z (about 1 year ago)
- Language: TeX
- Size: 3.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal website: louis.feuvrier.org
I'll be honest, it would be weird for you to work on this if you're not me...
but since you're here: you'll need [nix](https://nixos.org/download.html) for
this build system to work out of the box. Once you have it:To build the website, try:
```
$ nix build
```You can build the resume only with `$ nix build .#resume` but that would make
little sense since it is recursively built for use by the website. If said
website is at `result/`, the resume is at `result/louis_feuvrier-resume.pdf`To hot-reload the website in your browser while iterating on it, try:
```
$ nix develop
$ cd web/
$ zola serve &
$ $BROWSER http://127.0.0.1:1111
```