Skip to content

karthik-vijayaraju/hugo-theme-texify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 styles
  • Math equations powered by 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
cp themes/hugo-theme-texify/exampleSite/config.toml config.toml

Upgrade with:

git submodule foreach git pull origin master

See exampleSite/config.toml for an example configuration.

Note that for Simplified Chinese users, it is generally recommended to use Noto Serif SC via Google Fonts. For instance, 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.8%
  • HTML 39.0%
  • Makefile 2.3%
  • Shell 0.9%