Skip to content

From Notebooks to the Web: Github Pages and Web Servers

Notifications You must be signed in to change notification settings

MUSA-550-Fall-2021/week-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Week 13
From Notebooks to the Web: Github Pages

badge

Github Pages Templates

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

About

From Notebooks to the Web: Github Pages and Web Servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published