{"id":28347409,"url":"https://github.com/aygp-dr/athenaeum","last_synced_at":"2026-01-28T04:05:38.773Z","repository":{"id":284721681,"uuid":"955854083","full_name":"aygp-dr/athenaeum","owner":"aygp-dr","description":"Personal knowledge management system built with GitHub Pages and Jekyll","archived":false,"fork":false,"pushed_at":"2025-10-01T22:20:44.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T23:19:41.123Z","etag":null,"topics":["documentation","github-pages","jekyll","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/aygp-dr.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}},"created_at":"2025-03-27T09:56:15.000Z","updated_at":"2025-08-02T20:32:07.000Z","dependencies_parsed_at":"2025-03-27T10:38:36.625Z","dependency_job_id":"cc6f7dbb-f07a-491b-9a7e-defc286ca22c","html_url":"https://github.com/aygp-dr/athenaeum","commit_stats":null,"previous_names":["aygp-dr/athenaeum"],"tags_count":0,"template":false,"template_full_name":"skills/github-pages","purl":"pkg:github/aygp-dr/athenaeum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fathenaeum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fathenaeum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fathenaeum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fathenaeum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aygp-dr","download_url":"https://codeload.github.com/aygp-dr/athenaeum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fathenaeum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28837918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T02:10:51.810Z","status":"ssl_error","status_checked_at":"2026-01-28T02:10:50.806Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["documentation","github-pages","jekyll","tutorial"],"created_at":"2025-05-27T16:41:13.587Z","updated_at":"2026-01-28T04:05:38.768Z","avatar_url":"https://github.com/aygp-dr.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cheader\u003e\n\n\u003c\\!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Add your open source license, GitHub uses MIT license.\n--\u003e\n\n# GitHub Pages\n\n_Create a site or blog from your GitHub repositories with GitHub Pages._\n\n\u003c/header\u003e\n\n\u003c\\!--\n  \u003c\u003c\u003c Author notes: Step 1 \u003e\u003e\u003e\n  Choose 3-5 steps for your course.\n  The first step is always the hardest, so pick something easy\\!\n  Link to docs.github.com for further explanations.\n  Encourage users to open new tabs for steps\\!\n--\u003e\n\n## Step 1: Enable GitHub Pages\n\n_Welcome to GitHub Pages and Jekyll :tada:\\!_\n\nThe first step is to enable GitHub Pages on this [repository](https://docs.github.com/en/get-started/quickstart/github-glossary#repository). When you enable GitHub Pages on a repository, GitHub takes the content that's on the main branch and publishes a website based on its contents.\n\n### :keyboard: Activity: Enable GitHub Pages\n\n1. Open a new browser tab, and work on the steps in your second tab while you read the instructions in this tab.\n1. Under your repository name, click **Settings**.\n1. Click **Pages** in the **Code and automation** section.\n1. Ensure \"Deploy from a branch\" is selected from the **Source** drop-down menu, and then select `main` from the **Branch** drop-down menu.\n1. Click the **Save** button.\n1. Wait about _one minute_ then refresh this page (the one you're following instructions from). [GitHub Actions](https://docs.github.com/en/actions) will automatically update to the next step.\n   \u003e Turning on GitHub Pages creates a deployment of your repository. GitHub Actions may take up to a minute to respond while waiting for the deployment. Future steps will be about 20 seconds; this step is slower.\n   \u003e **Note**: In the **Pages** of **Settings**, the **Visit site** button will appear at the top. Click the button to see your GitHub Pages site.\n\n## Development Commands\n\nThis project includes a Makefile with helpful commands:\n\n- `make help` - Show all available commands\n- `make setup` - Install dependencies for local development\n- `make serve` - Serve the site locally with live reload\n- `make build` - Build the site for production\n- `make clean` - Clean build artifacts\n- `make deploy` - Prepare for GitHub Pages deployment\n- `make status` - Check deployment status\n- `make docs` - Show documentation commands\n\n## Quick Start\n\n```bash\n# Setup development environment\nmake setup\n\n# Start local development server\nmake serve\n```\n\nFor detailed documentation, see [CLAUDE.org](./CLAUDE.org).\n\n\u003cfooter\u003e\n\n\u003c\\!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/github-pages) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fathenaeum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faygp-dr%2Fathenaeum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fathenaeum/lists"}