Skip to content

Tsingv/HugoTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HugoTeX

A hugo theme which looks like a LaTeX document.

screenshot

Live Demo: https://hugotex.netlify.app/

This theme is heavily inspired by latex-css.

Quick Start

git clone https://github.com/7ma7X/HugoTeX
cd HugoTeX/exampleSite
hugo server -t ../..

Hugo (>= 0.77.0) is required.

Config settings

example

baseURL = "https://hugotex.netlify.app/"
title = "HugoTeX"
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"

[author]
  name = "Kaito Sugimoto"
  abstract = "I'm a software engineer and a coffee enthusiast in Japan. My primary interest lies in the area of natural language processing."

[taxonomies]
category = "categories"
tag = "tags"
series = "series"

For contributors

Any issues or pull requests are welcome.

LICENSE

MIT

Similar Projects

About

LaTeX style hugo theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 51.5%
  • CSS 48.5%