ramojus / hugo-theme-texify

A minimal, latex-style hugo theme for personal blogging

Home Page:https://texify.qufy.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeXify

A minimal, latex-style hugo theme for personal blogging.

screenshot

Features

  • 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!

Usage

Install with:

git submodule add https://github.com/queensferryme/hugo-theme-texify.git themes/hugo-theme-texify

Upgrade with:

git submodule foreach git pull origin master

See 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;
}

Development

make dev

Acknowledgement

The design of this theme is inspired by the following softwares:

About

A minimal, latex-style hugo theme for personal blogging

https://texify.qufy.me

License:MIT License


Languages

Language:HTML 55.8%Language:CSS 42.3%Language:Makefile 1.9%