https://github.com/raphiz/raphael.li
My personal website and portfolio page.
https://github.com/raphiz/raphael.li
Last synced: 8 months ago
JSON representation
My personal website and portfolio page.
- Host: GitHub
- URL: https://github.com/raphiz/raphael.li
- Owner: raphiz
- Created: 2015-03-09T13:16:41.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T14:08:54.000Z (over 1 year ago)
- Last Synced: 2025-04-09T19:03:29.781Z (about 1 year ago)
- Language: Nunjucks
- Homepage: https://www.raphael.li
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raphael.li
Personal website/blog built with the [Eleventy](https://www.11ty.dev/) site generator - based on [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog)
## Prerequisites
This project requires [Nix](https://nixos.org/) with [flakes](https://nixos.wiki/wiki/Flakes) support for both the development and the build process, ensuring a consistent and reproducible environment across all stages.
## Development Environment
```bash
# Manually start development environment ...
nix develop
# ... or let direnv do it for you
direnv allow
```
The development environment offers the following commands that are sufficient for most use cases:
- `nix build`: builds the site (as NIX derivation)
- `npm run serve`: serves the site locally