Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/coding-blog
coding adventures with oran: a central place for all my coding writeups found in repo's readme's
https://github.com/wisehackermonkey/coding-blog
Last synced: 2 days ago
JSON representation
coding adventures with oran: a central place for all my coding writeups found in repo's readme's
- Host: GitHub
- URL: https://github.com/wisehackermonkey/coding-blog
- Owner: wisehackermonkey
- License: mit
- Created: 2020-06-06T01:57:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:45:13.000Z (over 1 year ago)
- Last Synced: 2024-11-10T12:44:54.283Z (2 months ago)
- Language: HTML
- Homepage: https://wisehackermonkey.github.io/coding-blog/
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coding-blog
coding adventures with oran: a central place for all my coding writeups found in repo's readme's# [Live link to website]( https://wisehackermonkey.github.io/coding-blog/)
# install
```
pip install -r requirements.txt
```
# run
```
python ./update.py
```
#### writes the resulting updated blog posts to index.html file# how to run docker container to build updated version of blog
```
docker build -t wisehackermonkey/blog-updater:latest .
(POWERSHELL)
v1
docker run --rm -it wisehackermonkey/blog-updater:latest
v2
docker run --rm -it -v ${PWD}:/app --name blog wisehackermonkey/blog-updater:latest```
# Publish
```
docker login
docker push wisehackermonkey/blog-updater:latest
```# Scratch pad
```
# sudo docker run -v ${{ github.workspace }}:/app wisehackermonkey/blog-updater:latest```
# TODO
- ~~docker container
- ~~pass github username as docker env variable
- ~~build github action
- ~~trigger github action on commit from other OR change from repo
- convert to jekkle version using markdown for easy updating (using /docs/ folder_)