hugo slides progress and others

  • Progress of Hugo slides template (and it is a short setence example).
  • In general, slide layout is changed, e.g. two the rectangles are not used instead of only one previously (and this is a long sentence example that populates three lines).
  • For equation $y = ax^2 + bx + c$. $$\tag{1} x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}. $$
  • The roots of $y$ are obtained from Eqn (1).
  • There is also disciminant $D = b^2 - 4ac$.
  • Comparison of Hugo, Astro, and Gatsby.
    TechBuilt withPerformanceLicense
    HugoGo98/100Apache 2.0
    AstroTypeScript92/100MIT
    GatsbyReact6/100MIT
  • Focus on content of the article instead of coding.
  • A simple flowchart can be as follow.
    flowchart LR B --> I --> C C --"Y"--> P1 C --"N"--> P2 P1 & P2 --> O --> E B(["Begin"]) I[/"Input"/] C{"Condition"} P1["Process 1"] P2["Process 2"] O[/"Output"/] E(["End"])
  • Shapes are begin/end, I/O, condition, process.
  • Quadratic curve.
  • Aspirin molecule.
  • Code
x = []
y = []
a = 1
x1 = 3
x2 = 7
for xi in range(2, 9):
  yi = a * (xi - x1) * (xi - x2)
  x.append(xi)
  y.append(yi)
print(x)
print(y)
  • Score music.
  • In general all features can be shown in a note with vertical srcoll bar, where only fine tuning necessary but not so urgent right know.
  • I can say that this progress is very good.
  • Only mouse scroll that affect the 3dmoljs zoom, which is the reason why there is not any image at the beginning, that are already zoomed in or out while I am scrolling the container.
Sparisoma Viridi, "hugo slides prog and others", rusn, 6 Jan 2025 (), url https://dudung.github.io/rusn/25a12/ [20250106].