Recently, I have been making some nice webpages with the Julia Documenter
and \LaTeX.
I also have a WordPress based website, which I am thinking of replacing with a Julia generated.
What are the different options out there for generating static websites with Julia? I really like the basic approach provided by Documenter
and also saw that Weave
is available too.
The main issue I have is with declaring additional \LaTeX to use in the website.
Is it possible to \usepackage{amsmath}
somehow in the raw \LaTeX mode of Documenter
?
How can I declare additional \LaTeX commands in a preamble to display in the website?