Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 4d7d229

Browse files
committed
update README.md
1 parent 3b7ccb1 commit 4d7d229

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PyConline AU 2021 website
22

3+
This repo is now in archive. See infrastructure.md for setup details
4+
5+
# old information
6+
37
This website is generated using [statik](https://github.com/thanethomson/statik) with automatic deployments by [Netlify](https://www.netlify.com/)
48

59
For more information, see [infrastructure.md](infrastructure.md)
@@ -104,4 +108,4 @@ Try [this tip](https://stackoverflow.com/a/56228387):
104108
export CPPFLAGS="-I/usr/local/opt/openssl/include"
105109
```
106110

107-
- run `poetry install` again
111+
- run `poetry install` again

infrastructure.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
# Infrastructure
1+
# Archive Infrastructure
2+
3+
This repo now lives as an archive of the original website without automation.
4+
5+
For publishing updates, run the contents of the build steps in `netlify.yml`, then push the generated `public/` folder to the gh-pages branch:
6+
7+
```
8+
git subtree push --prefix public origin gh-pages
9+
```
10+
11+
# Original Infrastructure
212

313
[Statik](https://github.com/thanethomson/statik) uses data models to assist in developing a staticly generated website.
414

0 commit comments

Comments
 (0)