https://github.com/pyvec/cz.pycon.org-archive
This is an archive of older PyCon CZ websites archived as static mirrors.
https://github.com/pyvec/cz.pycon.org-archive
Last synced: 4 months ago
JSON representation
This is an archive of older PyCon CZ websites archived as static mirrors.
- Host: GitHub
- URL: https://github.com/pyvec/cz.pycon.org-archive
- Owner: pyvec
- License: mit
- Created: 2023-06-07T02:20:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T21:46:13.000Z (about 1 year ago)
- Last Synced: 2025-05-11T22:27:35.044Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 35.7 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Old PyCon CZ websites
This is an archive of older PyCon CZ websites archived as static mirrors.
It is deployed automatically with the [current website](https://cz.pycon.org).
## Adding a new version
### 1. Create mirror
```shell
$ ./backup.sh
```
for example
```shell
$ ./backup.sh 2022
```
### 2. Commit to this repository
### 3. Add the mirror to the cz.pycon.org nginx configuration
Change the [nginx config](https://github.com/pyvec/cz.pycon.org/blob/main/docker/nginx/cz.pycon.org.conf#L60) in the cz.pycon.org repository.
### 4. Deploy cz.pycon.org
Which should happen by pushing to main branch but check current documentation [in the repository](https://github.com/pyvec/cz.pycon.org).
## License
This work is licensed under a [MIT License](./LICENSE.md)