https://github.com/gitrust/hugo-hotnews
Simple hugo theme imitating a newspaper layout
https://github.com/gitrust/hugo-hotnews
gohugo hugo hugo-theme theme
Last synced: 5 days ago
JSON representation
Simple hugo theme imitating a newspaper layout
- Host: GitHub
- URL: https://github.com/gitrust/hugo-hotnews
- Owner: gitrust
- License: mit
- Created: 2022-01-02T22:19:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T09:26:43.000Z (8 months ago)
- Last Synced: 2025-06-09T10:27:26.099Z (8 months ago)
- Topics: gohugo, hugo, hugo-theme, theme
- Language: HTML
- Homepage:
- Size: 4.34 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Simple [hugo](https://gohugo.io) [theme](https://themes.gohugo.io) named `Hotnews` which imitates a newspaper layout.
# Demo
A demo is available on https://hugo-hotnews.netlify.app/
# Screenshot

# Installation
The easiest way to do the installation is using git.
Simply go to the `themes` folder of your hugo site and clone this repository.
```
cd themes
git clone https://github.com/gitrust/hugo-hotnews.git
```
Then head over to your site configuration (`config.toml` or `config.yml`) and specify the new theme.
```
theme = ["hugo-hotnews"]
```
Now restart your hugo server.
# References
I used ideas from following sites to build this theme. Images were
taken from unsplash.com. Using [Krita](https://krita.org) I applied an artistic [filter](https://docs.krita.org/en/reference_manual/filters/artistic.html) named `Halftone` to them.
- https://retrolog.io/blog/creating-a-hugo-theme-from-scratch/
- https://codepen.io/silkine/pen/jldif
- https://randomgeekery.org/post/2016/04/yearly-post-archives-in-hugo/
- https://www.donarmuseum.nl/spelers/ (Year archive listing)
- https://www.smashingmagazine.com/2019/01/css-multiple-column-layout-multicol/ (multi column configuration)
- images from https://unsplash.com
- https://css-irl.info/css-halftone-patterns/