{"id":28288691,"url":"https://github.com/josecorreamorales/skills-github-pages","last_synced_at":"2026-01-26T23:46:27.032Z","repository":{"id":290278693,"uuid":"973900407","full_name":"JoseCorreaMorales/skills-github-pages","owner":"JoseCorreaMorales","description":"My clone repository from github skills shop","archived":false,"fork":false,"pushed_at":"2025-05-06T16:09:11.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T14:40:37.584Z","etag":null,"topics":["github-pages","github-skills"],"latest_commit_sha":null,"homepage":"https://josecorreamorales.github.io/skills-github-pages/","language":null,"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/JoseCorreaMorales.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":"2025-04-28T00:38:59.000Z","updated_at":"2025-05-06T16:05:01.000Z","dependencies_parsed_at":"2025-04-28T01:40:13.606Z","dependency_job_id":null,"html_url":"https://github.com/JoseCorreaMorales/skills-github-pages","commit_stats":null,"previous_names":["josecorreamorales/skills-github-pages"],"tags_count":0,"template":false,"template_full_name":"skills/github-pages","purl":"pkg:github/JoseCorreaMorales/skills-github-pages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseCorreaMorales%2Fskills-github-pages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseCorreaMorales%2Fskills-github-pages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseCorreaMorales%2Fskills-github-pages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseCorreaMorales%2Fskills-github-pages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoseCorreaMorales","download_url":"https://codeload.github.com/JoseCorreaMorales/skills-github-pages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoseCorreaMorales%2Fskills-github-pages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: 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":["github-pages","github-skills"],"created_at":"2025-05-22T00:12:52.843Z","updated_at":"2026-01-26T23:46:27.027Z","avatar_url":"https://github.com/JoseCorreaMorales.png","language":null,"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 4 \u003e\u003e\u003e\n  Start this step by acknowledging the previous step.\n  Define terms and link to docs.github.com.\n  Historic note: previous version checked the file path. Previous version checked the front matter formatting.\n--\u003e\n\n## Step 4: Create a blog post\n\n_Your home page is looking great! :cowboy_hat_face:_\n\nGitHub Pages uses Jekyll. In Jekyll, we can create a blog by using specially named files and frontmatter. The files must be named `_posts/YYYY-MM-DD-title.md`. You must also include `title` and `date` in your frontmatter.\n\n**What is _frontmatter_?**: The syntax Jekyll files use is called YAML frontmatter. It goes at the top of your file and looks something like this:\n\n```yml\n---\ntitle: \"Welcome to my blog\"\ndate: 2019-01-20\n---\n```\n\nFor more information about configuring front matter, see the [Jekyll frontmatter documentation](https://jekyllrb.com/docs/frontmatter/).\n\n### :keyboard: Activity: Create a blog post\n\n1. Browse to the `my-pages` branch.\n1. Click the `Add file` dropdown menu and then on `Create new file`.\n1. Name the file `_posts/YYYY-MM-DD-title.md`.\n1. Replace the `YYYY-MM-DD` with today's date, and change the `title` of your first blog post if you'd like.\n   \u003e If you do edit the title, make sure there are hyphens between your words.\n   \u003e If your blog post date doesn't follow the correct date convention, you'll receive an error and your site won't build. For more information, see \"[Page build failed: Invalid post date](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/troubleshooting-jekyll-build-errors-for-github-pages-sites)\".\n1. Type the following content at the top of your blog post:\n   ```yaml\n   ---\n   title: \"YOUR-TITLE\"\n   date: YYYY-MM-DD\n   ---\n   ```\n1. Replace `YOUR-TITLE` with the title for your blog post.\n1. Replace `YYYY-MM-DD` with today's date.\n1. Type a quick draft of your blog post. Remember, you can always edit it later.\n1. Commit your changes to your branch.\n1. Wait about 20 seconds 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\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%2Fjosecorreamorales%2Fskills-github-pages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosecorreamorales%2Fskills-github-pages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosecorreamorales%2Fskills-github-pages/lists"}