Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephrexme/connoisseur
- Owner: josephrexme
- License: mit
- Created: 2017-10-29T21:28:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T19:39:53.000Z (about 2 years ago)
- Last Synced: 2024-04-13T22:47:12.721Z (10 months ago)
- Topics: hugo, hugo-theme
- Language: SCSS
- Homepage:
- Size: 1.81 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 pageHomepage
![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).