{"id":28498073,"url":"https://github.com/stevenvachon/website-frontend","last_synced_at":"2025-07-14T09:08:31.563Z","repository":{"id":288474258,"uuid":"937668202","full_name":"stevenvachon/website-frontend","owner":"stevenvachon","description":"My website's frontend.","archived":false,"fork":false,"pushed_at":"2025-07-10T22:54:13.000Z","size":3618,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T04:35:01.124Z","etag":null,"topics":["aws-cloudfront","aws-s3","eleventy-website","static-website"],"latest_commit_sha":null,"homepage":"https://svachon.com/blog/modern-way-to-build-a-website/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stevenvachon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-23T16:16:38.000Z","updated_at":"2025-07-10T22:54:16.000Z","dependencies_parsed_at":"2025-04-18T08:44:06.032Z","dependency_job_id":"a8b6d825-1a06-4cc8-8baf-1fe5818cfd74","html_url":"https://github.com/stevenvachon/website-frontend","commit_stats":null,"previous_names":["stevenvachon/website-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stevenvachon/website-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwebsite-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwebsite-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwebsite-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwebsite-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevenvachon","download_url":"https://codeload.github.com/stevenvachon/website-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevenvachon%2Fwebsite-frontend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265265846,"owners_count":23737116,"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":["aws-cloudfront","aws-s3","eleventy-website","static-website"],"created_at":"2025-06-08T13:36:41.927Z","updated_at":"2025-07-14T09:08:31.515Z","avatar_url":"https://github.com/stevenvachon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# website-frontend [![Coverage Status][codecov-image]][codecov-url]\n\n\u003e My website's frontend.\n\n**Note**: this repository/project is _UNLICENSED_. If you don't know what that means, Google it.\n\nAlso: the \"website-projectile-pixels\" dependency is pointed to a private repository, so **it will always fail to install** for anyone but me.\n\n## Installation\n\nBe sure that [Git](https://git-scm.com) `\u003e= 2` is installed.\n\nOpen a command line at, or change directory (`cd`) to where you'd like the project to exist (as a sub-directory).\n\nCheckout the repository:\n\n```shell\ngit clone git@github.com:stevenvachon/website-frontend.git\n```\n\nOpen the project directory:\n\n```shell\ncd website-frontend\n```\n\nBe sure that [Node.js](https://nodejs.org) `\u003e= 24` is installed.\n\nInstall all dependencies:\n\n```shell\nnpm install\n```\n\n## Building \u0026 Linting\n\nA development build can be performed automatically as files change via:\n\n```shell\nnpm run dev\n```\n\nA production build can be performed manually via:\n\n```shell\nnpm run build\n```\n\nA lint for all JavaScript files via:\n\n```shell\nnpm run lint\n```\n\n## Testing\n\nThe test suite can be ran manually via:\n\n```shell\nnpm test\n```\n\n… or as files are changed via:\n\n```shell\nnpm run test:watch\n```\n\n## Deploying\n\nDeployment will be performed automatically when pushing/merging to the \"main\" branch.\n\n## To-do\n\n- Remove comments and TODOs.\n- Blog articles with their own directory are not auto-compiled in watch mode.\n- Try adding a gradient to titles again when the pixelate filter supports them.\n- Add a--simple math or honeypot--captcha to the contact form or switch to JS submission to prevent any abuse from bots.\n- Use GitHub Packages instead of private repository for `website-projectile-pixels`.\n- ~~Move blog post `title`s from their front matter to `#` header when possible.~~\n- Remove `build:clean:post` npm script when possible.\n- Add `loading=\"lazy\"` to Disqus widget when possible [without `MutationObserver`].\n- Add print CSS; maybe use `@media print {}`.\n- Try using `display: grid` instead of `flex` because it was blocking `container-type`.\n- Add `@container` query to remove blog sidebar when too narrow (primarily for user-set larger fonts).\n- Try using ~~parcel~~ ~~esbuild~~ Rollup or Vite instead of webpack.\n- Try switching to npm workspaces.\n- Try [element-ready](https://npmjs.com/element-ready) again when possible: https://github.com/sindresorhus/element-ready/issues/52.\n- Clean up text effects suffering from https://github.com/mattboldt/typed.js/issues/624.\n- Add HTML and [sitemap] XML validator to build--`npm run validate:html`, `npm run validate:sitemap`, `npm test` (runs both).\n- Inline code demos with some widget.\n- Fix [`\u003cfigcaption\u003e` issue](https://github.com/arve0/markdown-it-implicit-figures/issues/56).\n- ~~Blog archives.~~\n- Exclude atom/rss feed from sitemap: https://github.com/11ty/eleventy-plugin-rss/issues/62\n\n[codecov-image]: https://img.shields.io/codecov/c/github/stevenvachon/website-frontend\n[codecov-url]: https://app.codecov.io/github/stevenvachon/website-frontend\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fwebsite-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenvachon%2Fwebsite-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenvachon%2Fwebsite-frontend/lists"}