{"id":15545770,"url":"https://github.com/davbree/friendly-pineapple","last_synced_at":"2026-05-13T07:09:03.729Z","repository":{"id":140317290,"uuid":"321951813","full_name":"davbree/friendly-pineapple","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-16T10:48:59.000Z","size":342,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T14:11:21.748Z","etag":null,"topics":["eleventy","git","headless","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davbree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"reeseschultz","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-12-16T10:48:49.000Z","updated_at":"2020-12-16T10:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"db711fea-75ad-4832-bf9d-a6bfa9127831","html_url":"https://github.com/davbree/friendly-pineapple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Ffriendly-pineapple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Ffriendly-pineapple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Ffriendly-pineapple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Ffriendly-pineapple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/friendly-pineapple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245237069,"owners_count":20582589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eleventy","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:55:27.591Z","updated_at":"2026-05-13T07:08:58.708Z","avatar_url":"https://github.com/davbree.png","language":"HTML","funding_links":["https://github.com/sponsors/reeseschultz"],"categories":[],"sub_categories":[],"readme":"# 11r\n\n[![Discord Shield](https://discordapp.com/api/guilds/732665868521177117/widget.png?style=shield)](https://discord.gg/CZ85mguYjK)\n\nAmerica's favorite [Eleventy](https://www.11ty.dev) blog template. Built by [Reese Schultz](https://reeseschultz.com).\n\nView the [demo](https://reeseschultz.github.io/11r/).\n\n## Features\n\n- [Eleventy](https://www.11ty.dev) for static site generation. See `.eleventy.js`.\n- [Nunjucks](https://mozilla.github.io/nunjucks/) for templating.\n- [TailwindCSS](https://tailwindcss.com/) for utility-first styling. See `tailwind.config.js` and `src/styles/tailwind.css`.\n- [Prism](https://prismjs.com/) syntax highlighting for code with copy button scripting included via [clipboard.js](https://clipboardjs.com/). See `src/styles/base.css` for the theme; and `src/scripts/copy.js`, which is used by `main.js`.\n- [Rollup](https://rollupjs.org) for bundling and compiling. See `rollup.config.js`.\n- JavaScript-based privacy policy notice dismissal handling. See `src/scripts/privacy-policy.js`, which is used by `main.js`.\n- [Tags](https://www.11ty.dev/docs/collections/).\n- [Pagination](https://www.11ty.dev/docs/pagination/).\n- Deploy script for [GitHub Pages](https://pages.github.com/) via `deploy.sh`, using the `gh-pages` branch. Be sure to edit said script to work with your repository. Remember to also configure the repository appropriately.\n- Exemplary [Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) usage.\n- SEO mostly done for you. Ensure you replace the data referenced in `src/globals/site.json`, including the images in `public/`.\n\n## Setup\n\n1. `git clone git@github.com:reeseschultz/11r.git`\n1. `cd 11r \u0026\u0026 npm i`\n1. `npm run dev` to serve the site.\n1. `npm run build` to build the site.\n1. `./deploy.sh` to deploy the site to GitHub Pages (includes build).\n\n## Tag Styling\n\nTags are styled in `src/styles/tags.css`. Coloring custom tags works as such:\n\n```css\n...\n\n.tag.beer {\n  @apply bg-teal-700;\n}\n\n.tag.spirituality {\n  @apply bg-indigo-700;\n}\n\n.tag.orcas {\n  @apply bg-purple-700;\n}\n\n...\n```\n\n## Credits\n\n- This project was forked from [11ty Starter](https://github.com/mattwaler/eleventy-starter) by [Matt Waler](https://mattwaler.com/).\n- The code copying script was adapted from [https://codepen.io/wilbo/pen/xRVLOj](https://codepen.io/wilbo/pen/xRVLOj) by [Wilbert Schepenaar](https://wilbert.dev/).\n- SEO handling was inspired from [Skeleventy](https://github.com/josephdyer/skeleventy) by [Joseph Dyer](https://github.com/josephdyer).\n\n## Contributing\n\nFind a problem, or have an improvement in mind? Great. Go ahead and submit a pull request. Note that the maintainer offers no assurance he will respond to you, fix bugs or add features on your behalf in a timely fashion, if ever. All that said, [GitHub Issues](https://github.com/reeseschultz/11r/issues/new/choose) is fine for constructive discussion.\n\nBy submitting a pull request, you agree to license your work under [this project's MIT license](https://github.com/reeseschultz/11r/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Ffriendly-pineapple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Ffriendly-pineapple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Ffriendly-pineapple/lists"}