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=ax2+bx+cy = ax^2 + bx + c. x1,2=b±b24ac2a.(1)\tag{1} x_{1,2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
  • The roots of yy are obtained from Eqn (1).
  • There is also disciminant D=b24acD = 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.
    Y
    N
    Begin
    Input
    Condition
    Process 1
    Process 2
    Output
    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.
    Sheet MusicTwin-kle,twin-kle,lit-tlestarhowIwon-derwhatyouare!Upa-bovetheworldsohigh,likeadia-mondinthesky.Twin-kle,twin-kle,lit-tlestar,howIwon-derwhatyouare!
  • 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].