- itohi.com static web page.
- API backend
Dockerized and deployable into DockerHub as well as Github Pages.
Web page is a blog created using Hugo with Clarity theme.
I am using Hugo modules.
Simetimes the site fails to render locally when running hugo serve with found no layout file for "JSON" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination. error messages all over the place.
In that case I need to simply run hugo mod clean, and then hugo serve again.
cd blog
go run github.com/gohugoio/hugo@v0.100.0 serveexiftool -gps:all= -overwrite_original -P *.jpg
magick mogrify -resize "1024x1024>" -quality 85 *.jpgNative support from Hugo - use goat code block.
Just use mermaid code block.
Just use wave code block. Tutorials are here.
Just use viz-dot code block.
.DOT graph diagrams are included using a deprecated and abandoned GraphViz js library.
.DOT language documentation.
Just use chart code block.
This uses Chart.js library.
API Backend contains GraphQL and GRPC servers as well as proxies for certain sub-projects.