https://github.com/nickhand/musa550-class-exercise
Example from MUSA 550 lecture 13A
https://github.com/nickhand/musa550-class-exercise
Last synced: 5 months ago
JSON representation
Example from MUSA 550 lecture 13A
- Host: GitHub
- URL: https://github.com/nickhand/musa550-class-exercise
- Owner: nickhand
- Created: 2022-12-01T01:05:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T01:26:06.000Z (over 3 years ago)
- Last Synced: 2025-04-09T15:52:00.359Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-pages-starter
A template for including data visualizations in a Jekyll-powered blog with Github Pages.
[DEMO](https://musa-550-fall-2022.github.io/github-pages-starter/)
## Steps
- Click on the "Use this template" button to create a new repository.
- Choose a new name for your new repository
- Go to the Settings section of your new repository, scroll down to the "Github Pages" section, and select the "Main" as the branch to be used for GitHub pages. This will automatically build the website.
- Customize your site
- Enter your site name, description, etc by editing the `_config.yml` file.
- There are two different ways that you can make changes to your blog's files:
- Edit files within your in the browser at GitHub.com
- Clone down your repository and make updates locally, then push them to your GitHub repository.
- Publish a post
- Posts are written in Markdown and any files added to the `_posts` directory will be automatically uploaded and published
- Useful resource: [Markdown Cheatsheet](http://www.jekyllnow.com/Markdown-Style-Guide/)