Welcome to the TAO-Wiki!
You can find it at wiki.tech-artists.org
Within these grand confines you will find an eclectic array of how to's and documentation on the arcane art of technology.
"E pluribus unum" -Tech Art
To start contributing you will need to have the following:
- Clone this repo:
git clone https://github.com/techartorg/techartorg.github.io.git && cd techartorg.github.io
- Init the
tox
environment for the Python you have installed:
python3 -m tox -e py38
- Activate the
virtual env
that tox created for you:
. .tox/py38/bin/activate
- Use make to generate the website and start hosting it locally:
make devserver
- goto
localhost:8000
in a webrowser
- Clone this repo:
git clone https://github.com/techartorg/techartorg.github.io.git && cd techartorg.github.io
- Init the
tox
environment for the Python you have installed:
python3 -m tox -e py38
- Run
win_run_pelican.bat
- goto
localhost:8000
in a webrowser
origin: https://github.com/nelsonjchen/gh-pages-pelican-action
path: .gh_actions
licenses:
- APACHE (text
.gh_actions/LICENSE-APACHE
) - MIT (text
.gh_actions/LICENSE-MIT
)
changes:
- run site gen 2 time; This is needed to process the pages that were generated on the first run.
origin: https://github.com/shvchk/bootstrap-next
path: themes/tao-wiki-bootstrap-next
licenses:
- MIT (text
themes/tao-wiki-bootstrap-next/LICENSE
)
changes:
- create TAO theme
origin: https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites
path: plugins/pelican-plugins/i18n_subsites
licenses:
- AGPL-3.0 License (text
plugins/pelican-plugins/LICENSE
)
origin: https://github.com/akhayyat/pelican-page-hierarchy
path: plugins/pelican-plugins/pelican-page-hierarchy
licenses:
- BSD-2-Clause License (text
plugins/pelican-plugins/pelican-page-hierarchy/LICENSE
)
changes:
- fix bad url separator when running on Windows