Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ernail/ernail.github.io
Static site built with "mkdocs-material", illuminating my philosophy on Site Reliability, DevOps and Software Engineering.
https://github.com/ernail/ernail.github.io
Last synced: about 1 month ago
JSON representation
Static site built with "mkdocs-material", illuminating my philosophy on Site Reliability, DevOps and Software Engineering.
- Host: GitHub
- URL: https://github.com/ernail/ernail.github.io
- Owner: erNail
- Created: 2023-06-12T18:40:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:37:56.000Z (5 months ago)
- Last Synced: 2024-07-23T14:49:41.591Z (5 months ago)
- Language: Shell
- Homepage: https://ernail.github.io/
- Size: 855 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# erNail.github.io
Static site built with `mkdocs-material`, illuminating my philosophy on Site Reliability, DevOps and Software Engineering.
## Development
Install Dependencies:
```shell
pip install -r requirements.txt
yarn global add [email protected]
```Run `pre-commit` for linting:
```shell
pre-commit run --all-files --color=always --show-diff-on-failure
```Serve `mkdocs` website:
```shell
mkdocs serve
```