Thanks to visit codestin.com
Credit goes to github.com

Skip to content

srerickson/me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Pages Site Template

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.

Using your new site

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:
![this is an image](/assets/my-image.jpg)

File link:
[CSV file](/assets/my-file.csv)

Customizing your site

You can customize your site by modifying the existing theme ('minimal') or switching to a new theme. To modify the existing theme:

To change the theme, update _config.yml: replace the existing theme or remote_theme setting with new settings found in the new themes documentation.

Reference

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published