Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcrwfrd/hugo-frances-theme

An expanding grid theme built with Bootstrap for Hugo
https://github.com/mcrwfrd/hugo-frances-theme

Last synced: about 2 months ago
JSON representation

An expanding grid theme built with Bootstrap for Hugo

Awesome Lists containing this project

README

        

# 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](https://www.franceshodgkins.com/), and based on [Thumbnail Grid Expanding Preview](https://github.com/codrops/ThumbnailGridExpandingPreview) from [Codrops](https://github.com/codrops).

![Frances screenshot](https://raw.githubusercontent.com/mcrwfrd/hugo-frances-theme/master/images/tn.png)

![Frances screenshot expanded](https://raw.githubusercontent.com/mcrwfrd/hugo-frances-theme/master/images/tn-expanded.png)

# Installation

Inside your Hugo site, run the following to clone the Frances theme into `themes/frances`:

```bash
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:

```toml
theme = "frances"
```

See Hugo's [quick start guide](https://gohugo.io/getting-started/quick-start/) 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:

```bash
cd /your/project/root/
hugo server
```