https://github.com/andy-set-studio/learneleventyfromscratch.com
In this Eleventy course, we go from a completely empty directory to a full-blown marketing site for a design agency, and along the way, we dive really deep into Eleventy and front-end development best practices.
https://github.com/andy-set-studio/learneleventyfromscratch.com
Last synced: 2 months ago
JSON representation
In this Eleventy course, we go from a completely empty directory to a full-blown marketing site for a design agency, and along the way, we dive really deep into Eleventy and front-end development best practices.
- Host: GitHub
- URL: https://github.com/andy-set-studio/learneleventyfromscratch.com
- Owner: Andy-set-studio
- Created: 2021-10-11T09:52:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:26:37.000Z (4 months ago)
- Last Synced: 2025-01-15T04:35:45.552Z (3 months ago)
- Homepage: https://learneleventyfromscratch.com/
- Size: 41.7 MB
- Stars: 125
- Watchers: 4
- Forks: 30
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Learn Eleventy From Scratch
This course was originally authored by [Andy Bell](//twitter.com/piccalilli_) and published on [Piccalilli](https://piccalil.li).
> ⚠️This content is likely out of date
>
> The content of this course was written in May 2020, so parts will be outdated. As of 2024, a maintained fork of the course is available at [uncenter/learn-eleventy](https://github.com/uncenter/learn-eleventy). If that fork is also outdated, please review open Issues to check for recent activity.## Contributing
All content changes must first be raised as issues where they will be discussed. If you submit a PR without an issue, it will unfortunately, be closed immediately.
All content additions will also be subject to an editing process to make sure the language and flow aligns with the rest of the course.
All the content lives in `src/docs`.
## Licence (MIT Licence)
Copyright 2020 Andy Bell
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## Running the site locally
Open the site directory in your terminal, then run `npm install`. Once that is done, run `npm start`.
## Content that needs attention
- Lessons 18 through 21 need gulp removing and replacing with a simpler, NPM scripts setup