Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrismademe/learn-lunar-magic
- Owner: chrismademe
- Created: 2020-07-23T18:47:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:02:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T14:22:08.169Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```