Infinite scrolling art blog theme.
Minimal Artist is a lightweight art blog theme, some of its features are:
- Infinite Scrolling
- Automated Photo Resizing
- Customizable colors and background
- No JavaScript libraries
- No CSS framework
- Several conditionally controlled text areas
It is necessary to use Hugo Extended ≥ 0.87.0.
Clone / Download this repository to theme
folder, and edit your site config following exampleSite/config.yaml
.
Note: Remove config.toml if there is one in the site folder.
Set params
of config.toml
to your liking.
Example:
[params] # all params must be strings!
subtitle = "foo" # text that goes below title
mainMaxWidth = "560" # post width in pixels
resizeQuality = "90" # image resize quality in percent
colorBG = "#000c1a" # hex of background color
colorPost = "#001935" # hex of post color
colorRegular = "#c0c7d1" # hex of most text
colorImportant = "#e6ecf3" # hex of important text
colorHighlight = "#ff3db4" # hex of hover text
favicon is set by saving favicon.ico
and/or favicon.png
in the content/
directory.
Site logo and header background can also be set by saving an image file in content/
.
- logo file must be named
avatar.webp
,avatar.png
, oravatar.jpg
- header background must be named
bg.webp
,bg.png
, orbg.jpg
Licensed under BSD 3-Clause.
Please do not remove "Theme designed by Mark Esler" text and link.