State/Version: 20230829p1
Sequencediagram
Alias | Real world | brief description |
---|---|---|
blog-source@github | gerundium/gerundium.github.io-source | This repository contains the full monty. Use it to create / render new content for your blog. |
blog-rendered@github | gerundium/gerundium.github.io | This repository is linked as git submodule inside blog-source@github. It contains the rendered / static html files |
# --
# Folder tree
# --
./blog-source@github
├── archetypes
├── content
├── data
├── layouts
├── public # blog-rendered@github (Git submodule)
| ├── authors
| ├── basics
| ├── categories
| ├── css
| ├── fonts
| ├── images
| ├── js
| ├── logo
| ├── mermaid
| ├── posts
| ├── series
| ├── tags
| └── webfonts
├── resources
├── static
└── themes
# Execute command on the laptop
hugo
# Git commit and push
git add -A
git commit -m "add: <specify cxhange>"
git push