Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/