all repos — archive/hugo-xmin @ df70ce30b6c512c1c90fcbfa094ee2553c157821

Customised minimal hugo theme

Trivial typo fix (#32)

Justin Clift
commit

df70ce30b6c512c1c90fcbfa094ee2553c157821

parent

736206d32675c3db79687da7c2e02a5f86e2007d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M exampleSite/content/_index.RmarkdownexampleSite/content/_index.Rmarkdown
@@ -15,7 +15,7 @@ cd ../..;
find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l ``` -I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code. +I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code. Although it is a minimal theme, it is actually fully functional. It supports pages (including the home page), blog posts, a navigation menu, categories, tags, and RSS. With [a little bit customization](https://github.com/yihui/hugo-xmin/blob/master/exampleSite/layouts/partials/foot_custom.html), it can easily support LaTeX math expressions, e.g.,