Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylgja/site
The Fylgja website built with 11ty
https://github.com/fylgja/site
11ty eleventy eleventy-site eleventy-website fylgja
Last synced: 22 days ago
JSON representation
The Fylgja website built with 11ty
- Host: GitHub
- URL: https://github.com/fylgja/site
- Owner: fylgja
- Created: 2021-04-11T14:00:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T21:21:13.000Z (8 months ago)
- Last Synced: 2024-05-02T14:59:50.883Z (8 months ago)
- Topics: 11ty, eleventy, eleventy-site, eleventy-website, fylgja
- Language: Nunjucks
- Homepage: https://fylgja.dev
- Size: 16.6 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
Awesome Lists containing this project
README
# [Fylgja.dev](https://fylgja.dev)
The website and also the documentation for [Fylgja](https://fylgja.dev).
The website is build with [11ty](https://www.11ty.dev/).
See our main repo here -> https://github.com/fylgja/fylgja
Any documentation found in each component there, is based on the documentation here.## How to Contribute
Fylgja is an open source project, therefore contributions are all appreciated!
If you are looking for a bug to fix, check out our [contributing](./.github/contributing.md).## Running it locally
```bash
npm install
npm start
```