Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t3ph/meow-vs-bowwow
An Eleventy starter as built for the following CSS-Tricks tutorial: https://css-tricks.com/a-community-driven-site-with-eleventy-building-the-site/
https://github.com/5t3ph/meow-vs-bowwow
eleventy eleventy-sample eleventy-template eleventy-website
Last synced: 4 months ago
JSON representation
An Eleventy starter as built for the following CSS-Tricks tutorial: https://css-tricks.com/a-community-driven-site-with-eleventy-building-the-site/
- Host: GitHub
- URL: https://github.com/5t3ph/meow-vs-bowwow
- Owner: 5t3ph
- Created: 2020-07-17T17:43:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T11:04:13.000Z (over 2 years ago)
- Last Synced: 2024-10-06T15:36:01.356Z (4 months ago)
- Topics: eleventy, eleventy-sample, eleventy-template, eleventy-website
- Language: HTML
- Homepage: https://meow-vs-bowwow.netlify.app/
- Size: 45.9 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# 😺 Meow vs. BowWow 🐶
> An example of essential and suggested Eleventy (11ty) features for creating a community-driven site.
Created by Stephanie Eckles ([@5t3ph](https://twitter.com/5t3ph))
## Add Your Dog or Cat
To submit your pet, create pull request with that includes a new `.json` file named after your pet in the appropriate directory, either `cats` or `dogs`:
```
src/
pets/
cats/
dogs/
```The `json` file contents should follow the schema below. You must provide a full URL to the photo of your pet as image uploads will not be accepted.
```json
{
// Required
"name": "Fluffy",
"petColor": "orange",
"photoURL": "http://placekitten.com/320",
"ownerName": "Bob",
// Optional
"favoriteFood": "FancyFeast",
"favoriteToy": "squeaky mouse",
"ownerTwitter": "#"
}
```## Feedback welcome!
You can [file it as an issue](https://github.com/5t3ph/stylestage/issues).
[![Buy me a coffee](https://cdn.buymeacoffee.com/buttons/default-violet.png)](https://www.buymeacoffee.com/moderncss)