Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```