Hugo Themes
Frances
A custom grid theme for artists, including a blog and single pages for bio and contact
- Author: Michael Crawford
- Minimum Hugo Version: 0.41
- GitHub Stars: 16
- Updated: 2019-09-17
- License: MIT
- Tags: Portfolio
Frances :woman_artist: :art:
Frances is an expanding grid portfolio theme built with Bootstrap for Hugo, named after the New Zealander landscape and still-life painter Frances Hodgkins, and based on Thumbnail Grid Expanding Preview from Codrops.
Installation
Inside your Hugo site, run the following to clone the Frances theme into themes/frances
:
cd /your/project/root/themes
git clone https://github.com/mcrwfrd/hugo-frances-theme.git frances
Configuration
Inside themes/frances
, you’ll find a file called congif.toml
. Copy this file to the root of your Hugo site, and customize it as you see fit. Mostly you’ll want to change the name and email address here to match your own.
Additionally, in order to use this theme with your Hugo site, you need to add the following line to your own config.toml
file:
theme = "frances"
See Hugo’s quick start guide for more help with adding this and many other themes to your Hugo site.
Finally, test the new theme in your site to make sure it works:
cd /your/project/root/
hugo server