Create a site or blog from your GitHub repositories with GitHub Pages. using https://github.com/jekyll/minima/
https://jekyllrb.com/docs/front-matter/
available layouts are : base,home,page,post
frontmatter items : layout,permalink,published,date,category,categories,tags https://jekyllrb.com/docs/configuration/front-matter-defaults/
add defaults to _config.yml
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
created with help of github-pages skills
- Take another GitHub Skills course.
- Read the GitHub Getting Started docs.
- To find projects to contribute to, check out GitHub Explore.
Get help: Post in our discussion board • Review the GitHub status page
© 2023 GitHub • Code of Conduct • MIT License