https://github.com/fdb/enigmeta
Frederik De Bleser's Blog
https://github.com/fdb/enigmeta
Last synced: 5 months ago
JSON representation
Frederik De Bleser's Blog
- Host: GitHub
- URL: https://github.com/fdb/enigmeta
- Owner: fdb
- Created: 2009-03-12T23:05:54.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T15:34:38.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T18:54:29.035Z (9 months ago)
- Language: HTML
- Homepage: https://www.enigmeta.com/
- Size: 92 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enigmeta
This is my personal blog. It is written using [11ty](https://www.11ty.dev/) and hosted on [Netlify](https://netlify.app/).
## Developing
Install dependencies with `npm install`. Then, to start the development server:
```
npm start
```
## Building
When pushing to the `main` branch, the site will be deployed automatically to Netlify. To create a local production version of the site:
```
npm run build
```
## License
Text & images on this blog are licensed under the [Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License](http://creativecommons.org/licenses/by-nc-nd/3.0/).