https://github.com/fylgja/11ty-starter-template
11ty starter template build using Fylgja CSS.
https://github.com/fylgja/11ty-starter-template
11ty 11ty-template fylgja starter-template
Last synced: 3 months ago
JSON representation
11ty starter template build using Fylgja CSS.
- Host: GitHub
- URL: https://github.com/fylgja/11ty-starter-template
- Owner: fylgja
- License: mit
- Created: 2021-08-07T12:49:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T12:37:49.000Z (over 2 years ago)
- Last Synced: 2024-03-27T06:22:44.604Z (over 1 year ago)
- Topics: 11ty, 11ty-template, fylgja, starter-template
- Language: Nunjucks
- Homepage: https://fylgja.dev
- Size: 1.79 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fylgja 11ty starter template
[](https://app.netlify.com/sites/11ty-fylgja/deploys)
11ty starter template build using Fylgja CSS.
This 11ty starter is based on our very own site [fylgja.dev](https://fylgja.dev/),
but slimmed down so it is just bare bones version,
with just enough things without adding to much.> Demo: https://11ty-fylgja.netlify.app/
## How to use
Simply click to big green button named **Use this template**,
and you can start building your site,
in your very own repo.## Config
This 11ty package uses 1 file to handle most site specific information,
you find it in `src/_data/meta.js`.Besides that this starter has a few configs for building the site.
The only thing you need to change is the site url found in `src/_data/env.js`,
but if you do need to add more,
the `eleventy.js` config and the [Eleventy site](https://www.11ty.dev/) are your best picks to checkout.## Includes
This 11ty started is build with the newest version of 11ty,
and comes packing with;- Fylgja CSS
- Eleventy Sass Compiler
- PostCSS
- Rollup
- Html Dialog with outside click close support
- Eleventy Img & Navigation
- Prebuild head with;
- OG & Twitter tags
- Support for loading page specific CSS and Javascript
- and more..
- Offline page with service worker_For more information on what is also included,_
_see the `package.json`_