An open API service indexing awesome lists of open source software.

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

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/).