{"id":28950217,"url":"https://github.com/nullishamy/nullishamy.github.io","last_synced_at":"2025-07-23T17:35:53.055Z","repository":{"id":115660181,"uuid":"498531780","full_name":"nullishamy/nullishamy.github.io","owner":"nullishamy","description":"A small blog, hosted by GitHub Pages.","archived":false,"fork":false,"pushed_at":"2025-07-15T23:56:08.000Z","size":1419,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-16T18:59:21.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/nullishamy.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}},"created_at":"2022-05-31T23:48:47.000Z","updated_at":"2025-07-15T23:56:12.000Z","dependencies_parsed_at":"2024-05-08T01:26:33.891Z","dependency_job_id":"8f9364fe-af72-4e72-952e-0e4d706e43e2","html_url":"https://github.com/nullishamy/nullishamy.github.io","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nullishamy/nullishamy.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullishamy%2Fnullishamy.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullishamy%2Fnullishamy.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullishamy%2Fnullishamy.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullishamy%2Fnullishamy.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullishamy","download_url":"https://codeload.github.com/nullishamy/nullishamy.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullishamy%2Fnullishamy.github.io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266720750,"owners_count":23974027,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2025-06-23T13:37:50.053Z","updated_at":"2025-07-23T17:35:53.048Z","avatar_url":"https://github.com/nullishamy.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eleventy Duo\n\nEleventy Duo is a minimal and beautiful Eleventy theme for personal blogs.\n\n![demo site screenshot](./screenshot.png)\n\n### [Live demo](https://eleventyduo.netlify.app)\n\n## Features\n\n- Fully responsive\n\n- SEO metadata and Open Graph tags\n\n- Maximize lighthouse score\n\n- Cache busting\n\n- 404 page\n\n- RSS feed for posts\n\n- Tags support\n\n- Pagination support\n\n- Syntax highlighting with PrismJS\n\n## Getting Started\n\n- [Generate a new repo from this repository template](https://github.com/yinkakun/eleventy-duo/generate) which will copy this project into your own new repo.\n\n- Clone your new repository with `git clone https://github.com/YOUR_REPO`,\n\n- Navigate to the newly created repo\n\n- Install dependencies with `yarn install`\n\n- Serve the site locally with `yarn dev`\n\n- Use `yarn build` to build a production version of the site.\n\n## Customize\n\nOpen `data/site.json` and adjust the values to your details, it contains vital information to make the site your own. You'll need to change the description, title and url to match with the project, edit navigation items and social media links.\n\nYou'll also need to replace the favicon and default social image in the `src/images/` directory with your own graphics.\n\n## Manually Edit contents\n\n### Homepage\n\nEdit the homepage content at `src/index.md`.\n\nSample frontmatter for homepage.\n\n```\n---\nlayout: home\ntitle: 'Eleventy Duo'\n---\n\nContents\n```\n\n### About page\n\nEdit the about page content at `src/about.md`.\n\nSample frontmatter for about page.\n\n```\n---\ntitle: About Aidan Charles Powell\nlayout: about.njk\nname: Aidan Charles Powell\nimage: '/images/me.jpeg'\n---\n\nContents\n```\n\n### Blog posts\n\nBlog contents is at `src/posts`. Delete placeholder blog posts. Do not delete the `posts.json` file. Create blog posts in markdown format.\n\nSample frontmatter for blog posts.\n\n```\n---\ntitle: Even yet another post with rich media\ndate: '2020-12-24'\ntags: [demo-content, media]\ndecription: The last person we talked to said this would be ready action item, and what do you feel you would bring to the table if you were hired for this position bells and whistles. #optional\n---\n\nContents\n```\n\n### Generic pages\n\nYou can create generic pages in markdown format that use a base layout.\n\nSample frontmatter for generic pages.\n\n```\n---\nlayout: base\npermalink: /generic-page\ntitle: Generic page\n---\n\nContents\n```\n\n## Using Forestry as your CMS\n\nThis project is preconfigured to work with Forestry as a way to manage your content. Forestry makes changes by editing markdown or data files, uploading media to the correct directory and committing these updates to your repo directly.\n\nEleventy Duo has Forestry CMS pre-configured as standard. You can customize the configuration by editing `.forestry/settings.yml.`\n\nSign up for a free [Forestry](https://forestry.io) account\n\nImport your repo as a new [Eleventy project](https://forestry.io/docs/quickstart/setup-site/#import-site-from-repo)\n\nOnce the site is imported in Forestry, go to settings/previews to start the preview server. You'll be able to preview the final rendering before publishing.\n\nThe basic CMS setup allows you to edit the following:\n\n- Home page: Edit the content on your homepage.\n\n- About page: Edit the content of your about page.\n\n- Posts: Create and edit blog posts.\n\n- Generic pages: Create generic pages that use a similar layout to posts.\n\n- Global site data: Various bits of global site data such as your url, title, and other details.\n\nYou can add new blog posts, [data files](https://forestry.io/docs/editing/data-files/), or entire pages to fit your needs. You can also customize [how media is handled](https://forestry.io/docs/media/), by configurating gitLFS, Cloudinary, S3, or Netlify Large Media.\n\nYou can set up a [remote admin](https://forestry.io/docs/editing/remote-admin/) for content editors to log in directly to yoururl.com/admin to make content updates.\n\n## Deployment\n\n[Netlify](https://netlify.com) is a great way to easily deploy sites. There's no special setup you need to do with Forestry to deploy with Netlify. When Forestry makes commits to your repo, Netlify will auto-trigger a rebuild / deploy when new commits are made.\n\n- Create a new site in Netlify and import your repository.\n\n- Set the build command to `yarn build`\n\n- Set the publish directory to `public`\n\n## Built with\n\n- Eleventy for site generation (obviously)\n\n- Webpack for asset bundling\n\n- PostCSS for CSS processing\n\n- Autoprefixer for vendor prefixing CSS\n\n- PostCSS Preset Env for transpiling css\n\n- PurgeCSS for unused CSS removal\n\n- CSSNano for CSS minification\n\n## License\n\nThis project is licensed under the MIT License.\n\nIsn't Jamstack beautiful?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullishamy%2Fnullishamy.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullishamy%2Fnullishamy.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullishamy%2Fnullishamy.github.io/lists"}