Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nefarius/docs.nefarius.at
Sources of Nefarius' Knowledge-Base Website
https://github.com/nefarius/docs.nefarius.at
Last synced: about 1 month ago
JSON representation
Sources of Nefarius' Knowledge-Base Website
- Host: GitHub
- URL: https://github.com/nefarius/docs.nefarius.at
- Owner: nefarius
- Created: 2023-07-25T17:27:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-29T12:35:36.000Z (7 months ago)
- Last Synced: 2024-05-02T00:24:39.306Z (7 months ago)
- Language: HTML
- Homepage: https://docs.nefarius.at/
- Size: 82.8 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docs.nefarius.at
[![ci](https://github.com/nefarius/docs.nefarius.at/actions/workflows/ci.yml/badge.svg)](https://github.com/nefarius/docs.nefarius.at/actions/workflows/ci.yml) [![Website](https://img.shields.io/website-up-down-green-red/https/docs.nefarius.at.svg?label=docs.nefarius.at)](https://docs.nefarius.at/)
Sources of [docs.nefarius.at](https://docs.nefarius.at/).
## Build local Docker instance
```bash
docker build -t mkdocs .
docker run -it --rm -v "${PWD}:/docs" -p "8000:8000" mkdocs:latest
```The built site will be available at [localhost:8000](http://localhost:8000/).
## Branches
- `master` changes will get built and pushed online ASAP
- `devel` can be used to make changes without affecting the currently online version## 3rd party credits
- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/)
- [PyMdown Extensions](https://facelessuser.github.io/pymdown-extensions/extensions/arithmatex/)
- [Python-Markdown](https://python-markdown.github.io/)
- [Emfed](https://github.com/sampsyo/emfed)
- [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox)
- [mkdocs-redirects](https://github.com/mkdocs/mkdocs-redirects)