Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrismademe/learn-lunar-magic

Curated resources for learning Lunar Magic and it's eco-system
https://github.com/chrismademe/learn-lunar-magic

Last synced: 2 days ago
JSON representation

Curated resources for learning Lunar Magic and it's eco-system

Awesome Lists containing this project

README

        

# 11ty Starter Kit

## What's included?

- Sass compilation out of the box
- Underscores CSS included, but easily removed
- `.htaccess`, `robots.txt` and `sitemap.xml` ready to go for Apache servers
- Custom 404 page
- Eleventy Navigation plugin

## Roadmap

- Create a skeleton site to get started with

## Get Started

```bash
git clone https://github.com/chrismademe/11ty-starter-kit.git
cd 11ty-starter-kit
npm install
npm run dev
```