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+c. x1,2=2a−b±b2−4ac.(1)
- The roots of y are obtained from Eqn (1).
- There is also disciminant D=b2−4ac.
- Comparison of Hugo, Astro, and Gatsby.
Tech Built with Performance License Hugo Go 98/100 Apache 2.0 Astro TypeScript 92/100 MIT Gatsby React 6/100 MIT - Focus on content of the article instead of coding.
- A simple flowchart can be as follow.
- 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].