- Content!
- "Run This Code" support?
- Modify that to support more languages
- maybe yoink default code rendering to pass attributes so we can add custom compilation flags, etc.
- Disqus/giscus discussion support hextra link
- https://gohugo.io/templates/embedded/#open-graph
- Add more archetypes
- Make headers collapsible
- Add "See Related" section https://gohugo.io/content-management/related/
- Add summary sections to frontmatter for pages
- Extra Project:
- maybe change wasm libs to use emscripten args "-MODULARIZE=1 EXPORTNAME='asdfasdf'"? (Try and get multiple wasm apps on the same page)
- then have the wasm shortcode accept a module name as well
- Need to add demos or gifs, or some other animation or interactive visualization for how data structures or algorithms, etc. work.
- Use Hextra tabs
- Use Hextra Icons
- Use Hextra FileTree
Code blocks:
std::cout<<"Hello, World!"<<std::endl;
Inline LaTeX: $\sigma(z) = \frac{1}{1 + e^{-z}}$
Inline LaTeX:
Separate Paragraph LaTeX:
$$F(\omega) = \int_{-\infty}^{\infty} f(t) e^{-j\omega t} \, dt$$
Chemistry expressions with mhchem: $H_2O$
Mermaid Graphs:
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;