This is a fork of TeXify, a minimal, latex-style hugo theme for personal blogging. On this fork, I make opinionated changes I use for my personal blog. A list of the changes can be found in CHANGELOG.md.
- Disqus & Google Analytics included
- Responsive design for mobile devices
- Customize the site with your own stylesheets
- Math equations powered by KaTeX or MathJax
- Minimal CSS, No JavaScript, Blazing Fast!
Install with:
git submodule add https://github.com/queensferryme/hugo-theme-texify.git themes/hugo-theme-texifyUpgrade with:
git submodule foreach git pull origin masterSee config.toml for an example configuration.
Note that for Simplified Chinese users, it is recommended to use Noto Serif SC via Google Fonts. You may put the following codes in your static/css/custom.css:
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300;700&display=swap');
#wrapper {
font-family: 'Latin Modern Roman', 'Times New Roman', 'Noto Serif SC', serif;
}make devThe design of this theme is inspired by the following softwares:
