https://github.com/garybake/blog
https://github.com/garybake/blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/garybake/blog
- Owner: garybake
- License: mit
- Created: 2016-07-25T20:04:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-04-15T07:07:34.000Z (3 months ago)
- Last Synced: 2026-04-15T09:13:59.638Z (3 months ago)
- Language: Makefile
- Size: 6.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
https://garybake.com
### Setup
In the repo cloned folder
python - m venv venv
source venv/bin/activate
pip install -r requirements.txt
git clone git@github.com:garybake/Flex.git
### Usage
Dev server
pelican -r -l
Generate site
pelican content
Generate html
make html
Generate for upload to website
make publish
Blog ideas
==========
Cool toys
- ChatGPT
- DallE
- Image fill
- Best prompts
Coding
- Pyspark automated tests
TinyML
- motion surface detection
Visualisation
- D3
- Animated charting
ESP32
- Sys
- Bootstrap app
- Debug, perf
- Compile targets/freezing
- Server
- OLED shield
- Button
- Door bell
- DHT shield
- Relay shield
- Motor shield
- Micro SD shield
- BMP180
- Nokia screen
- Traffic lights
- Door bell
Microbit
- Balance game
- Racing game
- Banana music
- Paralax starfield
Add display functions
http://hoardedhomelyhints.dietbuddha.com/2012/12/python
- metaprogramming - dynamically.html