Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperlight/copperlight.github.io
A site for knowledge sharing and neat things.
https://github.com/copperlight/copperlight.github.io
ansible aws linux python scala shell talks
Last synced: about 3 hours ago
JSON representation
A site for knowledge sharing and neat things.
- Host: GitHub
- URL: https://github.com/copperlight/copperlight.github.io
- Owner: copperlight
- Created: 2017-10-12T04:20:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T22:18:06.000Z (4 months ago)
- Last Synced: 2024-07-21T23:26:56.105Z (4 months ago)
- Topics: ansible, aws, linux, python, scala, shell, talks
- Language: Shell
- Homepage: https://copperlight.github.io/
- Size: 1.85 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
[![Release](https://github.com/copperlight/copperlight.github.io/actions/workflows/release.yml/badge.svg)](https://github.com/copperlight/copperlight.github.io/actions/workflows/release.yml)
## Development
1. [Install Python](https://copperlight.github.io/python/install-the-latest-python-versions-on-macosx/).
1. Set up the local virtual environment.
```shell
./setup-venv.sh
```1. Activate the virtual environment and serve the site.
```
source venv/bin/activate
mkdocs serve
open http://localhost:8000
```## Deployment
* Opening a PR will run the GitHub action to build the site.
* Pushing changes to the `main` branch will trigger the GitHub action to build and deploy the site.## Known Issues
The [mkdocs-markdownextradata-plugin](https://github.com/rosscdh/mkdocs-markdownextradata-plugin/)
does not handle the Ansible pages well, because they embed Jinja expressions and there does not
appear to be a way to escape those characters in that context.