{"id":15016524,"url":"https://github.com/voightco/micro-site","last_synced_at":"2025-10-25T22:50:55.290Z","repository":{"id":42666812,"uuid":"201920670","full_name":"voightco/micro-site","owner":"voightco","description":"Opinionated 11ty micro front-end that can be used to create a one-pager. ","archived":false,"fork":false,"pushed_at":"2023-03-05T20:47:01.000Z","size":1059,"stargazers_count":46,"open_issues_count":10,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T09:44:51.642Z","etag":null,"topics":["11ty","eleventy","nunjucks","postcss","static-site","static-site-generator"],"latest_commit_sha":null,"homepage":"https://voight-microsite.netlify.app","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/voightco.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"dandevri","custom":"https://www.dandevri.es/support","open_collective":"voightware"}},"created_at":"2019-08-12T11:53:17.000Z","updated_at":"2025-04-09T08:43:21.000Z","dependencies_parsed_at":"2025-04-12T09:34:03.301Z","dependency_job_id":"685066a2-66aa-4aad-a448-de98f75cc327","html_url":"https://github.com/voightco/micro-site","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/voightco/micro-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voightco%2Fmicro-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voightco%2Fmicro-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voightco%2Fmicro-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voightco%2Fmicro-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voightco","download_url":"https://codeload.github.com/voightco/micro-site/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voightco%2Fmicro-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281032293,"owners_count":26432755,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["11ty","eleventy","nunjucks","postcss","static-site","static-site-generator"],"created_at":"2024-09-24T19:49:01.764Z","updated_at":"2025-10-25T22:50:55.271Z","avatar_url":"https://github.com/voightco.png","language":"HTML","funding_links":["https://github.com/sponsors/dandevri","https://www.dandevri.es/support","https://opencollective.com/voightware"],"categories":[],"sub_categories":[],"readme":"![Microsite GitHub Banner](/assets/banner.jpg)\n\nOpinionated micro front-end that can be used to _create a one-pager_.  Great for landing pages or sign-up pages. It uses the static site generator [Eleventy (11ty)][11ty] under the hood and sets _common 11ty defaults_.\n\n## Features ✨\n\n* Inlines and minifies CSS using [`clean-css`][css]\n* Inlines and minifies JavaScript using [`terser`][terser]\n* Includes a `metadata.json` [global data file][data]\n* Includes a `base.njk` [layout template][layout]\n* Includes a `assets folder` for [static files][copy] (images, fonts etc.)\n\n\u003e This is a _*skeleton project_ so it doesn't include any components or basic styling. It's a _*bring your own_ front-end.\n\n## Usage\n\n1. Update the `metadata.json` file with your own site details\n2. Edit the `index.njk` file and start coding your website!\n3. _Optional:_ [Deploy the site][deploy] to Netlify.\n\n\n## Install\n\n\u003e Requires node.js and npm\n\nFollow these steps to get started:\n\n1. Clone the project\n\n```\n$ git clone https://github.com/systemdes/micro-site.git\n```\n\n2. Install the dependencies for this projects\n\n```\nnpm i\n```\n\n3. Then do\n```\nnpm run dev\n```\n\nto start the live-reloadzz on a local development server.\n\n## Project Structure\n\n```\nmicro-site/\n├── _site/                // output folder of 11ty\n├── _data/\n│   └── metadata.json     // metadata for the website\n├── _includes/\n│   ├── style.css         // minified and inlined\n│   ├── script.js         // minified and inlined\n│   └── base.njk          // base layout\n├── assets/               // passtrough copy\n├── index.njk/            // landing page\n└── .eleventy.js          // 11ty configurations\n```\n\n## Roadmap\n\n- [ ] Image optimization with `eleventy-image`\n- [ ] Asset caching with `eleventy-cache-assets`\n- [ ] Syntax highlighting support with `eleventy-plugin-syntaxhiglight`\n## License\n\n[MIT][license] © [Danny de Vries][author]\n\n[11ty]: https://www.11ty.io/]\n[nunjucks]: https://mozilla.github.io/nunjucks/\n[deploy]: https://app.netlify.com/start/deploy?repository=https://github.com/voightco/micro-site\n[css]: https://github.com/jakubpawlowicz/clean-css\n[terser]: https://github.com/terser/terser\n[data]: https://www.11ty.dev/docs/data/\n[layout]: https://www.11ty.dev/docs/layouts/\n[copy]: https://www.11ty.dev/docs/copy/\n[author]: https://github.com/dandevri\n[license]: license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoightco%2Fmicro-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoightco%2Fmicro-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoightco%2Fmicro-site/lists"}