diff options
author | Yihui Xie | 2017-06-19 23:00:10 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-19 23:00:10 -0500 |
commit | fd1800795e31f199df2dc77dbcb686e3a7f4747f (patch) | |
tree | 268a6037a27b67aac3702b16db0919d2cf5ac17e /exampleSite | |
parent | bfe749bfdb771988c019da6b6e7bb6ab01ca5cca (diff) | |
download | hugo-xmin-fd1800795e31f199df2dc77dbcb686e3a7f4747f.tar.lz hugo-xmin-fd1800795e31f199df2dc77dbcb686e3a7f4747f.tar.zst hugo-xmin-fd1800795e31f199df2dc77dbcb686e3a7f4747f.zip |
add a link to the custom foot_custom.html
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/content/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 02563f6..3ba31b2 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -31,7 +31,7 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg 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. -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, it can easily support LaTeX math expressions, e.g., +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., `$${\sqrt {n}}\left(\left({\frac {1}{n}}\sum _{i=1}^{n}X_{i}\right)-\mu \right)\ {\xrightarrow {d}}\ N\left(0,\sigma ^{2}\right)$$` |