{"id":13678650,"url":"https://github.com/blkdevcon/eleventy-dot-js-blog","last_synced_at":"2025-04-29T15:32:28.815Z","repository":{"id":115406414,"uuid":"540333661","full_name":"blkdevcon/eleventy-dot-js-blog","owner":"blkdevcon","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-23T07:47:26.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-02T13:24:16.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/blkdevcon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2022-09-23T07:46:43.000Z","updated_at":"2022-09-23T20:39:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"59022452-d785-4764-ac81-94aaf9ae9100","html_url":"https://github.com/blkdevcon/eleventy-dot-js-blog","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/blkdevcon%2Feleventy-dot-js-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2Feleventy-dot-js-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2Feleventy-dot-js-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blkdevcon%2Feleventy-dot-js-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blkdevcon","download_url":"https://codeload.github.com/blkdevcon/eleventy-dot-js-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224179003,"owners_count":17268986,"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":[],"created_at":"2024-08-02T13:00:56.572Z","updated_at":"2025-04-29T15:32:28.809Z","avatar_url":"https://github.com/blkdevcon.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# eleventy-dot-js-blog\n\nA starter project showing how to build a blog with the [Eleventy](https://11ty.dev/) static site generator using [JavaScript templates (`*.11ty.js`)](https://11ty.dev/languages/javascript/).\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/cd87e631-aeaa-45fe-9c99-800ef96b53b1/deploy-status)](https://app.netlify.com/sites/eleventy-dot-js-blog/deploys)\n\n## Demo\n\n* [Netlify](https://eleventy-dot-js-blog.netlify.com/)\n\n## Summary\n\nThe [layouts](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/tree/master/_includes/layouts) are written entirely in vanilla JavaScript (files with the [`*.11ty.js`](https://www.11ty.dev/docs/languages/javascript/) extension). Eleventy processes those templates and creates prerendered copies of the site HTML.\n\n## Features\n\n* 💯 Lighthouse scores for \n  * 💨 Performance \n  * ♿ Accessibility\n  * ☑️  Best practices\n  * 🔍 Search Engine Optimization\n* 🏸 Lightweight front end\n  * 🕸 Semantic HTML\n  * 🎨 Progressively-enhanced, modular CSS\n  * 🍦 Vanilla [JavaScript templates](https://11ty.dev/languages/javascript/)\n* 🎛️ Customizable design and data options\n* 🍬 [Choose](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/blob/master/_includes/shortcodes/favicon.js) between emoji favicons and the Real Favicon Generator\n* 💡 Dark/light mode based on user’s system preferences\n* 🔣 Multilingual support (instructions in [`./content/README.md`](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/blob/master/content/README.md) and [`./_data/README.md`](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/blob/master/_data/README.md))\n* 🔖 Smart pagination\n* 🗒️ Extensive inline documentation\n\n## Project Roadmap\n\nHere’s a list of new features being considered. [Submit a feature request](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/issues/new) to add to this list!\n\n* 🎚️ Dark/light mode toggle #14\n* 🏷️ Tag archives for blog (coming with [Computed Data](https://www.11ty.dev/docs/data-computed/) in Eleventy v0.11.0) #7\n* 🗓 Date archives for blog #16\n* 💌 Contact form (using [Netlify Forms](https://docs.netlify.com/forms/setup/)) #17\n* 📡 [RSS feed](https://www.11ty.dev/docs/plugins/rss/) for blog posts #3\n* 🗺️ Sitemap #54\n* 🔍 [Search](https://www.hawksworx.com/blog/adding-search-to-a-jamstack-site/) #18\n* 📄 Documentation site #19\n* 📣 [Webmentions](https://mxb.dev/blog/using-webmentions-on-static-sites/) #20\n* 💬 [Comments](https://jamstack-comments.netlify.com/) #21\n* 📝 Integrate with [Netlify CMS](https://www.netlifycms.org/) #22\n* ⚙️  Service worker to cache content for offline access #23\n* 🖌️ Apply logo/branding assets #24\n* 🖍️ [Syntax highlighting](https://www.11ty.dev/docs/plugins/syntaxhighlight/) for code blocks #25\n* ✍️  Author information posts (options for mulitple authors and guest submissions) #26\n\n## Getting started\n\nRun a local copy of this site on your computer.\n\nInstall [Node.js](https://nodejs.org/) on your machine (see [11ty documentation for version requirements](https://www.11ty.dev/docs/getting-started/)).\n\nThen enter the following commands into your terminal:\n\n### 1. Clone this repository and all its dependencies\n\n```cli\ngit clone git@gitlab.com:reubenlillie/eleventy-dot-js-blog.git my-blog-directory-name\n```\n\n### 2. Go to the working directory\n\n```cli\ncd my-blog-directory-name\n```\nSpecifically take a look at the file named [`.eleventy.js`](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/blob/master/.eleventy.js) to see if you want to [configure any Eleventy options differently](https://www.11ty.dev/docs/config/).\n\n### 3. Install the project dependencies with [NPM](https://www.npmjs.com/)\n\n```cli\nnpm install\n```\n\n### 4. Edit the `.js` files in the [`_data`](https://gitlab.com/reubenlillie/eleventy-dot-js-blog/-/blob/master/_data/site.js) directory with your site information\n\n### 5. Run Eleventy\n\n```cli\nnpx eleventy\n```\n\nOr build and host locally for local development\n\n```cli\nnpx eleventy --serve\n```\n\nOr build automatically when a template changes\n\n```cli\nnpx eleventy --watch\n```\n\nOr in debug mode\n\n```cli\nDEBUG=* npx eleventy\n```\n\n## Publish your own copy\n\nThe command `npm run build` will generate a copy of the site files in a `_site` directory, which you can deploy with any hosting service.\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://gitlab.com/reubenlillie/eleventy-dot-js-blog)\n\n\u0026copy; 2020 by [Reuben L. Lillie](https://twitter.com/reubenlillie)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblkdevcon%2Feleventy-dot-js-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblkdevcon%2Feleventy-dot-js-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblkdevcon%2Feleventy-dot-js-blog/lists"}