https://github.com/arrrrrmin/arrrrrmin.netlify.com
Small thinking, working, and development bubble. Build with hugo, styling based on PaperMod.
https://github.com/arrrrrmin/arrrrrmin.netlify.com
Last synced: 3 months ago
JSON representation
Small thinking, working, and development bubble. Build with hugo, styling based on PaperMod.
- Host: GitHub
- URL: https://github.com/arrrrrmin/arrrrrmin.netlify.com
- Owner: arrrrrmin
- Created: 2020-08-15T09:47:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T13:08:29.000Z (over 1 year ago)
- Last Synced: 2025-02-24T10:13:18.911Z (4 months ago)
- Language: HTML
- Homepage: https://arrrrrmin.dev
- Size: 9.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arrrrrmin.netlify.com
My very small thinking, working, developing, region of interest bubble. Build with [hugo](https://gohugo.io), styling based on [PaperMod](https://github.com/adityatelange/hugo-PaperMod).
* [content/](content/) contains posts and pages. Where [content/posts/](content/posts/) are generated by executing [code/python-examples/build.py](code/python-examples/build.py).
* [code/python-examples/](code/python-examples/) contains code for posts. These are referenced in markdown using [mdx-include](https://github.com/neurobin/mdx_include).
* Each post file in [code/python-examples/python_examples/](code/python-examples/python_examples/) runs as is and can be linted using a `tool.poe.tasks` with `poe run lint`. But be aware that linting cannot changes the lines of code one has referenced in md before.
* Deploy by commit to `main`, build is done by [netlify](https://www.netlify.com).