Skip to content

pythonkc/pythonkc.github.io-src

 
 

Repository files navigation

pythonkc.github.io-src


This is the source repository for the pythonkc.github.io GitHub Pages output repostitory.

How to generate the site


Make sure you are in the top-level directory of the repoistory.

git clone [email protected]:fle/pelican-sober.git
pelican content/

How to view the site locally


Make sure you are in the top-level directory of the repository.

pushd output; python -m pelican.server; popd

Visit http://localhost:8000/ in your browser.

How to deploy to https://pythonkc.github.io/

Make sure you are in the top-level directory of the repository.

ghp-import output
git push [email protected]:pythonkc/pythonkc.github.io.git gh-pages:master --force

Visit https://pythonkc.github.io/ in your browser to verify the deployment.

About

Source repository for pythonkc.github.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published