Skip to content

taschini/SwissPy.github.io

Repository files navigation

swisspy.github.io

Repository for the source code of the Swiss Python Conference web site.

Development

Clone the repository.

git clone https://github.com/SwissPy/SwissPy.github.io 

Switch to the source branch.

cd SwissPy.github.io git checkout source 

Install dependencies.

pip install -r requirements.txt 

Run the devserver.

make devserver 

Now you can browse the website at http://localhost:8000/.

Deployment

For deploying the website, the rendered HTML needs to be pushed to the master branch. This can be done via the Makefile and the ghp-import script:

make clean html make github 

The current version should be live now.

About

Swiss Python Conference Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML96.3%
  • CSS1.9%
  • Other1.8%