https://github.com/zephinzer/wiki.joeir.net
https://wiki.joeir.net
https://github.com/zephinzer/wiki.joeir.net
Last synced: 2 months ago
JSON representation
https://wiki.joeir.net
- Host: GitHub
- URL: https://github.com/zephinzer/wiki.joeir.net
- Owner: zephinzer
- Created: 2019-08-09T08:11:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T07:51:32.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:14:05.637Z (4 months ago)
- Language: Makefile
- Size: 8.84 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `wiki.joeir.net`
Check it out at: [https://wiki.joeir.net](https://wiki.joeir.net).
# Development Runbook
## Installing `mkdocs`
```sh
pip3 install --upgrade --no-cache-dir mkdocs;
```## Running locally
Use the `run` recipe in the Makefile to start the Wiki locally:
```sh
make run;
# or simply
make;
```## Deploying the site
The `deploy` recipe in the Makefile handles this:
```sh
make deploy;
```Note that you may have to `git checkout gh-pages` first and do a `git pull` before it will work.