Daniel Ruf
Daniel Ruf
Hi, is this project still actively maintained? It seems there was no activity since mid 2017.
I think tinytex (like tectonic) is a great solution to use latex on more devices and in more environments where a full LaTeX distribution is not required or needed. https://github.com/rstudio/tinytex
There are some neat CV templates, not sure if it makes sense to add them: https://github.com/posquit0/Awesome-CV https://github.com/jankapunkt/latexcv
Not sure if it makes to add them,. but there are some great beamer templates, which are not yet listed: https://github.com/josephwright/beamer https://github.com/matze/mtheme https://github.com/anishathalye/gemini https://github.com/deselaers/latex-beamerposter
https://github.com/fmarotta/kaobook kaobook makes the creation of books awesome and easy by providing great feaures that everyone needs who creates a book. See a preview and demo at https://www.latextemplates.com/template/kaobook
`target="_blank"` is bad for the accessibility and for the security, you also forgot to add `noreferrer` to the `rel` attribute. See also https://blog.daniel-ruf.de/target-blank-considered-harmful/.
It seems `` is completely missing. So we should add ``
The following is generally better (do a `git init`in the root folder before doing this step): `git submodule add [email protected]:ribice/kiss.git themes/kiss`
I guess this `else` closes the `IfPage` block: https://github.com/ribice/kiss/blob/master/layouts/partials/social/opengraph.html#L38 It should be probably moved under the `og:image`: ``` {{- with .Params.image -}} {{- else -}} {{- with .Site.Params.Social.email -}} {{-...
It seems you use `h1` for all titles on the list template whch is not correct. These should be h2 or h3.