All Projects → queensferryme → hugo-theme-texify

queensferryme / hugo-theme-texify

Licence: MIT license
A minimal, latex-style hugo theme for personal blogging

Programming Languages

HTML
75241 projects
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to hugo-theme-texify

Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+57.14%)
Mutual labels:  hugo-theme, minimal, responsive, hugo
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (+59.34%)
Mutual labels:  hugo-theme, minimal, responsive, hugo
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (+49.45%)
Mutual labels:  hugo-theme, responsive, hugo
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-45.05%)
Mutual labels:  hugo-theme, hugo, hugo-blog
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+81.32%)
Mutual labels:  hugo-theme, hugo, hugo-blog
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+543.96%)
Mutual labels:  hugo-theme, responsive, hugo
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+814.29%)
Mutual labels:  hugo-theme, minimal, hugo
hugo-theme-mixedpaper
A Hugo theme
Stars: ✭ 17 (-81.32%)
Mutual labels:  hugo-theme, hugo, hugo-blog
hugo-lamp
A light Hugo AMP responsive theme for blogger ⚡.
Stars: ✭ 51 (-43.96%)
Mutual labels:  hugo-theme, responsive, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+110.99%)
Mutual labels:  hugo-theme, hugo, hugo-blog
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-84.62%)
Mutual labels:  hugo-theme, hugo, hugo-blog
Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (+283.52%)
Mutual labels:  hugo-theme, responsive, hugo
hugo-shortcodes-netlify-cms
Shortcodes of Hugo for Netlify CMS Text Editor
Stars: ✭ 50 (-45.05%)
Mutual labels:  hugo-theme, hugo, hugo-blog
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1409.89%)
Mutual labels:  hugo-theme, responsive, hugo
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-78.02%)
Mutual labels:  hugo-theme, hugo, hugo-blog
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-47.25%)
Mutual labels:  hugo-theme, hugo, hugo-blog
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-51.65%)
Mutual labels:  hugo-theme, hugo, hugo-blog
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-35.16%)
Mutual labels:  hugo-theme, hugo, hugo-blog
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-26.37%)
Mutual labels:  hugo-theme, hugo, hugo-blog
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-40.66%)
Mutual labels:  hugo-theme, minimal, hugo

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].