https://github.com/thomasheller/xmin2
xmin2 is a super minimalistic theme for Hugo based on XMin
https://github.com/thomasheller/xmin2
hugo hugo-theme theme
Last synced: about 2 months ago
JSON representation
xmin2 is a super minimalistic theme for Hugo based on XMin
- Host: GitHub
- URL: https://github.com/thomasheller/xmin2
- Owner: thomasheller
- License: mit
- Created: 2020-11-10T16:43:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T22:24:12.000Z (over 4 years ago)
- Last Synced: 2025-02-13T14:39:23.540Z (4 months ago)
- Topics: hugo, hugo-theme, theme
- Language: HTML
- Homepage: https://themes.gohugo.io/xmin2
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# xmin2
xmin2 is a super minimalistic theme for [Hugo](https://gohugo.io/)
based on [XMin](https://github.com/yihui/hugo-xmin)
by [Yihui Xie](https://yihui.org/).What's changed compared to the original XMin theme:
- only up to 10 recent posts on home page
- solid `
` style
- no special styling for article meta information
- ISO 8601 date format
- less prominent date styling
- paper style background
- link color
- larger line height for headings
- language switcher with the [LanguageIcon](https://www.languageicon.org)
- redesigned header to include site title
- tags are shown below posts```bash
find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xargs wc -l
``````
0 ./layouts/partials/head_custom.html
40 ./layouts/partials/header.html
0 ./layouts/partials/foot_custom.html
10 ./layouts/partials/footer.html
5 ./layouts/404.html
17 ./layouts/_default/single.html
20 ./layouts/_default/list.html
13 ./layouts/_default/terms.html
147 ./static/css/style.css
8 ./static/css/fonts.css
260 total
```Check out the
[custom header](https://github.com/thomasheller/xmin2/blob/master/exampleSite/layouts/partials/head_custom.html)
file to see how to enable LaTeX support.To preview this theme locally, run:
```bash
git clone https://github.com/thomasheller/xmin2
cd xmin2/exampleSite
hugo serve -t ../..
```