This repository can be used as a starting point for making simple web sites with GitHub pages. It provides a bare-bones configuration using the default CSS styles and page layout of the 'minimal' Jekyll theme.
Click the "Use this template" button at the top of the page to create a new repository with the project files.
For single page sites, add your page content to index.md. GitHub
Pages uses markdown to convert the contents of
the file to HTML.
You can upload images and other files to the assets
folder and include them in your page using markdown like this:
Image:

File link:
[CSV file](/assets/my-file.csv)You can customize your site by modifying the existing theme ('minimal') or switching to a new theme. To modify the existing theme:
- add custom CSS to
assets/css/styles.scss - Modify the page layout file,
_layouts/default.html
To change the theme, update _config.yml: replace the existing theme or remote_theme setting
with new settings found in the new themes documentation.
- GitHub Pages uses Jekyll to build the site: https://jekyllrb.com
- Jekyll 'layouts' are written using the Liquid template language: https://shopify.github.io/liquid/
- Jekyll converts content to HTML using Markdown: https://commonmark.org/help/