Skip to content

pyladies/pyladies-blank-github-pages-website-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLadies Blank GitHub Page Template

Local Development

If you'd like to see your changes locally you can use Python3 to serve up the content by:

$ cd /root-of-forked-directory
$ python -m http.server # Defaults to port 8000, you can change by providing an additional integer for the desired port

Hosting your website on GitHub pages

GitHub provides a free hosted page for each GitHub user. You can setup your page either via:

  1. Using and creating a repo github_username.github.io.
  2. Using gh-pages branch, which is the default branch on this template.

You can look at your repository > settings > GitHub Pages for more information on generating the CNAME file if you have a custom domain.

Questions?

Ask for help in the PyLadies Slack in the #project-tech-infra channel.

About

Blank PyLadies Website template

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published