Hugo
integ slide-article
- It integrates a slide and an article in a Hugo post.
- The slide can be considered as summary of the article.
- To view the slide, display a post in a browser full screen mode.
- Displayed vertical scroll bar showing that there is other part below the slide, which is the article.
- Current limitation: One article can only has one slide.
- Usage workflow might be necessary to prepare in order to inform how this approach can hande a task more efficient.
shortcode fsize
Shortcode <div style="font-size: {{ .Get 0 | default '1' }}em; line-height: calc({{ .Get 0 | default '1' }}em * 1.5);">{{ .Inner }}</div> Usage {{< fsize 0.8 >}}B: Bachelor, M: Magister, D: Doktor.{{< /fsize >}}shortcode vspace
Shortcode <div style="height: {{ .Get 0 | default '1' }}em;"></div> Usage {{< vspace 1.5 >}}list of slides of rusn
hugo slides progress and others
static site
hugo performance score
hugo sites key features
hugo intro
scatter chart.js
Scatter chart support on a Hugo post using Chart.js library.
template customization 3
Third theme customization of a new Hugo site following initial setting.
template customization 2
Second theme customization of a new Hugo site following initial setting.
template customization 1
First theme customization of a new Hugo site following initial setting.
first post again
Create a new post for a new Hugo site (again) with minimum customization.
index.html hugo code 3
List of modifications of index.html
in a Hugo site