Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josephrexme/connoisseur

Connoisseur Hugo Theme as seen on https://josephrex.me
https://github.com/josephrexme/connoisseur

hugo hugo-theme

Last synced: 4 months ago
JSON representation

Connoisseur Hugo Theme as seen on https://josephrex.me

Awesome Lists containing this project

README

        

# Connoisseur Theme

Connoisseur is a minimalist Hugo theme. Comes with a portfolio as part of the blog and a great UX overall.

# Features
- Minimalist design
- Includes portfolio views
- Syntax highlight with [prism](//prismjs.com)
- Animated reading progress
- Supports for RSS feeds
- Google Analytics
- Sharing options
- JSONLD Schema for page SEO
- Custom 404 page

Homepage

![Screenshot](https://cdn.rawgit.com/josephrexme/connoisseur/ff2d9855/screenshot/screenshot.png)

Single post page

![Blog screenshot](https://cdn.rawgit.com/josephrexme/connoisseur/ff2d9855/screenshot/screenshot-single.png)

## Installation

Inside the folder of your Hugo site run:

$ git clone https://github.com/josephrexme/connoisseur.git themes/connoisseur

If you use [netlify](https://netlify.com), you should add that directory as a submodule:

$ git submodule add -b master https://github.com/josephrexme/connoisseur.git themes/connoisseur

For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.

### Configuration

The [example config](https://github.com/josephrexme/connoisseur/blob/master/exampleSite/config.toml) can be copied to the root of your hugo folder directory. Customize the configurations as you wish.

**Logo** and **Favicon** could be changed from the config file. You could also add username for **google analytics** code and all social media with **shortname**. Feel free to [file an issue](https://github.com/josephrexme/connoisseur/issues).

## License

This theme is released under the MIT license. For more information read the [license](https://github.com/josephrexme/windener/blob/master/LICENSE.md).