https://github.com/schollz/onetwothree
A responsive minimalist theme for Hugo that is simple as 1, 2, 3
https://github.com/schollz/onetwothree
Last synced: 6 months ago
JSON representation
A responsive minimalist theme for Hugo that is simple as 1, 2, 3
- Host: GitHub
- URL: https://github.com/schollz/onetwothree
- Owner: schollz
- License: mit
- Created: 2017-11-02T18:03:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T03:26:04.000Z (about 5 years ago)
- Last Synced: 2025-04-22T10:35:09.789Z (6 months ago)
- Language: CSS
- Homepage: https://schollz.github.io/onetwothree/
- Size: 129 KB
- Stars: 41
- Watchers: 3
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
onetwothree
===========This is a minimalistic, responsive theme that is simple as *one, two, three.*
It has some neat features like captioning images, but its best quality is its lack of features (no jQuery, no huge image banners, no post previews, no word counts, etc.) which I've always found unnecessary and thus cluttering.Check out the demo at https://schollz.github.io/onetwothree/.

# Using
```
git clone https://github.com/schollz/onetwothree.git themes/onetwothree
hugo server -t onetwothree
```# Configuration
Add these parameters to your configuration file:
```
[params]
twitter = "yakczar"
navigation = ["about.md"]
style = ""
```The `twitter` parameter will put a footer on your pages on how to contact you (with the subject being the page URL) to comment on the page.
The `navigation` parameter will pick which pages to list at the top bar. I'm aware that the template HTML could just loop through the pages, but I've found that this method is 120x faster, which is useful when you have thousands of posts.
The `style` parameter can be changed to `"2"` or `"3"` to use different styles.
# License
MIT