Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbraza/pycon-redux.com
Redux of learnings and talks from PyCon 2022 and onward
https://github.com/jamesbraza/pycon-redux.com
geekdocs hugo hugo-site pycon pycon2022 pycon2023 python website
Last synced: about 1 month ago
JSON representation
Redux of learnings and talks from PyCon 2022 and onward
- Host: GitHub
- URL: https://github.com/jamesbraza/pycon-redux.com
- Owner: jamesbraza
- License: gpl-3.0
- Created: 2023-06-19T02:00:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T23:16:07.000Z (5 months ago)
- Last Synced: 2024-12-23T11:42:32.011Z (about 1 month ago)
- Topics: geekdocs, hugo, hugo-site, pycon, pycon2022, pycon2023, python, website
- Language: Python
- Homepage: https://pycon-redux.com
- Size: 33.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycon-redux.com
![Lint and Test](https://github.com/jamesbraza/pycon-redux/actions/workflows/lint-test.yaml/badge.svg)
![Deploy Site](https://github.com/jamesbraza/pycon-redux/actions/workflows/hugo.yaml/badge.svg)Redux of learnings and talks from PyCon 2022 and onward:
https://pycon-redux.com/## Website
The website is hosted via [GitHub Pages](https://pages.github.com/).
It was made with the static site generator [Hugo](https://gohugo.io/),
and the theme is [Geekdoc](https://themes.gohugo.io/themes/hugo-geekdoc/)
([GitHub repo](https://github.com/thegeeklab/hugo-geekdoc)).To download a pre-release of this theme, please follow the
[Geekdocs pre-release download instructions here][1].
Also, check the [Hugo GitHub Actions workflow](.github/workflows/hugo.yaml)
for what to set `$GEEKDOC_VERSION`.```shell
mkdir -p themes/hugo-geekdoc/
curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/download/v${GEEKDOC_VERSION}/hugo-geekdoc.tar.gz | \
tar -xz -C themes/hugo-geekdoc/ --strip-components=1
```## Style
Markdown content in this website are written using [semantic linefeeds][2].
[1]: https://geekdocs.de/usage/getting-started/#option-1-download-pre-build-release-bundle
[2]: https://rhodesmill.org/brandon/2012/one-sentence-per-line/