Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b01f4aa553a3d7a50af619bd39285660b5f3c3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# HugoTeX

A hugo theme which looks like a LaTeX document.

![screenshot](images/tn.png)

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

This theme is heavily inspired by [latex-css](https://github.com.cnpmjs.org/vincentdoerig/latex-css).

## Quick Start

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

Hugo (>= **0.60.1**) is required.

## config settings

example

```toml
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