{"id":29832391,"url":"https://github.com/hauntedhost/www","last_synced_at":"2026-04-11T19:04:16.891Z","repository":{"id":43649239,"uuid":"186659625","full_name":"hauntedhost/www","owner":"hauntedhost","description":"Personal website.","archived":false,"fork":false,"pushed_at":"2023-07-16T21:34:46.000Z","size":9014,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-07-16T22:37:05.721Z","etag":null,"topics":["gulp","markdown","nunjucks","resume","webpack"],"latest_commit_sha":null,"homepage":"https://www.haunted.host","language":"JavaScript","has_issues":true,"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/hauntedhost.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}},"created_at":"2019-05-14T16:23:59.000Z","updated_at":"2023-07-16T22:37:05.722Z","dependencies_parsed_at":"2023-02-05T05:46:46.618Z","dependency_job_id":null,"html_url":"https://github.com/hauntedhost/www","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/hauntedhost/www","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Fwww","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Fwww/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Fwww/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Fwww/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hauntedhost","download_url":"https://codeload.github.com/hauntedhost/www/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hauntedhost%2Fwww/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267678465,"owners_count":24126337,"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-07-29T02:00:12.549Z","response_time":2574,"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":["gulp","markdown","nunjucks","resume","webpack"],"created_at":"2025-07-29T11:36:06.454Z","updated_at":"2025-12-30T21:56:01.110Z","avatar_url":"https://github.com/hauntedhost.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# www\n\n## Features:\n\n- [Development server](https://www.browsersync.io)\n- [Nunjucks](https://mozilla.github.io/nunjucks) templates\n- Markdown to HTML\n  - [Front Matter](https://jekyllrb.com/docs/front-matter)\n    - Title\n    - Layout\n  - [Code syntax highlighting](https://prismjs.com)\n  - [Footnotes](https://www.markdownguide.org/extended-syntax/#footnotes)\n  - [Custom sidenotes](src/js/sidenotes.js)\n  - [Bracketed spans](https://pandoc.org/MANUAL.html#extension-bracketed_spans)\n  - [Attributes](https://www.npmjs.com/package/markdown-it-attrs)\n- ES2015 bundling\n  - [Module resolution](https://webpack.js.org)\n  - [Compilation](https://babeljs.io)\n  - Dev sourcemaps\n  - Optimized production builds\n- [Sass compilation](https://github.com/postcss/postcss)\n  - [Autoprefixer](https://github.com/postcss/autoprefixer)\n  - [Minification](https://github.com/leodido/postcss-clean)\n- [Image optimization](https://github.com/imagemin/imagemin)\n- Fingerprinted assets with `manifest.json`\n- [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity)\n- Linting\n  - [HTMLHint](https://htmlhint.io)\n  - [ESLint](https://eslint.org)\n  - [stylelint](https://github.com/stylelint/stylelint)\n- [Deployment](https://rsync.samba.org)\n\n## TODO:\n- [x] add js sourcemaps\n- [x] copy original markdown to `dist` as `\u003cpage\u003e.md`\n- [x] optimize images\n- [x] add gulp-plumber\n- [x] css lint\n- [x] js lint\n- [x] html lint\n- [x] replace cssnano with clean-css?\n- [x] add subresource integrity hashes to asset data\n- ~~nunjucks filter to splat object into k=\"v\" attrs~~\n- [x] fix notifier, colors not parsing in notifications area\n- [x] compile es6 javascript with import/exports\n- [x] eslint for webpack\n- [x] production build for webpack\n- [x] deploy task\n- [x] replace deprecated gulp-util\n- [x] test drive prepack build size\n- [x] highlight nav of currently active page\n- [x] add an id to the body of layout with name of page\n- [x] finish porting existing pages\n- [x] change favicon to a ghost\n- [x] launch v1\n- [x] fix mobile-view bunching\n- [x] favicon generation?\n- [x] add first draft of about me page\n- [x] fix :not(pre) \u003e code font-size on mobile\n- [x] add meta description\n- [ ] add og meta tags\n    ```\n    \u003cmeta property=\"og:type\" content=\"profile\"\u003e\n    \u003cmeta property=\"og:image\" content=\"...\"\u003e\n    \u003cmeta property=\"og:title\" content=\"{{ file.data.title }} | Elixir and JavaScript Web Developer\"\u003e\n    \u003cmeta property=\"og:description\" content=\"Hello, my name is Jules. I'm a senior Elixir and JavaScript web developer.\"\u003e\n    \u003cmeta property=\"og:url\" content=\"...\"\u003e\n    ```\n- [ ] use favicon.svg - need vector editor to fill ghost\n- [ ] fix sri through cloudflare :/\n- [ ] pdf generation\n- [ ] download latest fira code fonts to src/fonts instead of cdn\n- [ ] deploy with an nginx conf / restart\n- [ ] consider indieweb: https://indiewebify.me\n- [ ] add article json-ld\n      figure out how to nest json-ld, e.g. creator of article is entire person.json\n      https://www.fabian-keller.de/blog/adding-json-ld-to-a-personal-website\n- [ ] include `parent`, `children`, `siblings` in `file.data`, e.g. for breadcrumps and lists\n- [ ] cleanup `dist` files not in `src`, e.g. from renames or deletes\n- [ ] something to \"like\" or heart posts\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauntedhost%2Fwww","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhauntedhost%2Fwww","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhauntedhost%2Fwww/lists"}