Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtn/cocoa-eh-hugo-theme
A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
https://github.com/mtn/cocoa-eh-hugo-theme
hugo theme
Last synced: 3 months ago
JSON representation
A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
- Host: GitHub
- URL: https://github.com/mtn/cocoa-eh-hugo-theme
- Owner: mtn
- License: mit
- Archived: true
- Created: 2016-12-26T16:38:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T09:13:05.000Z (over 4 years ago)
- Last Synced: 2024-08-01T16:29:55.651Z (6 months ago)
- Topics: hugo, theme
- Language: HTML
- Homepage: https://themes.gohugo.io/theme/cocoa-eh-hugo-theme/
- Size: 5.4 MB
- Stars: 224
- Watchers: 10
- Forks: 111
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Cocoa Enhanced
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mtn/cocoa-eh-hugo-theme/blob/master/LICENSE)
**Cocoa Enhanced** is a clean, fast, and responsive [Hugo](http://gohugo.io) [theme](https://github.com/spf13/hugoThemes/) with cool typography. The main goal of this theme is to be simple and fast but also highly customizable.
A demo is available [here](https://themes.gohugo.io/theme/cocoa-eh-hugo-theme/).
> This is a fork from the original [Cocoa](https://www.github.com/nishanths/cocoa-hugo-theme) theme, with some improvements.
[![screenshot](https://raw.githubusercontent.com/mtn/cocoa-eh-hugo-theme/master/images/screenshot.png)](https://raw.githubusercontent.com/mtn/cocoa-eh-hugo-theme/master/images/screenshot.png)
## Table of Contents
* [Features](#features)
* [Getting Started](#getting-started)
* [Contributing](#contributing)
* [License](#license)## Features
* Possibility to have sections with a header and a list of articles.
* Possibility to have single pages.
* Homepage with latest and best posts.
* Syntax highlighting with `hightlightjs`.
* Progressive images.
* Twitter cards support.
* Disqus and Isso support.
* LaTeX support with MathJax ([use `.mmark`](https://github.com/mtn/cocoa-eh-hugo-theme/issues/92)).#### Typography
The **typography** is what makes Cocoa-EH look cool. The fonts used are:
* *Nexa Bold* for the blog name, a strong and opinionated font
* *Raleway* for the titles, light but clearly visible
* *Merriweather* for the text, an awesome sans serif font to read without difficulties
* *Ubuntu Mono* for the code#### Blazing fast
Everything is made here to make the theme **really fast** to load: inline CSS, deferred Javascript, fonts loaded in an asynchronous way with replacement fonts when they're not loaded, etc. ... Even with a GPRS connection, your blog is readable.
> With gzip enabled, this theme takes less than **400**ms to load entirely, and the content is readable at only **50**ms. Also scores 99/100 on Pagespeed.
### Differences from the original Cocoa
This theme is less minimalist than the original Cocoa, with some new features :
* Displays a logo on the side of the header, and there is a title different from the author name.
* Very modular with sections and single pages.
* Group articles by month and year.
* Progressive images.
* Fonts are different : stronger and sharper, with a clear identity.
* The font size in articles is higher, the text justified and lines are more spaced.
* and more...## Getting Started
From the root of your Hugo site, clone the theme into `themes/cocoa-eh` by running:
````
git clone https://github.com/mtn/cocoa-eh-hugo-theme.git themes/cocoa-eh
````Then, generate your site's files by running:
````
hugo -t cocoa-eh
````If you want a simple blog you can just use the `exampleSite`. The [wiki](https://github.com/mtn/cocoa-eh-hugo-theme/wiki) includes helpful details should you need more.
## License
Licensed under the MIT License. See the [LICENSE](https://github.com/mtn/cocoa-eh-hugo-theme/blob/master/LICENSE) file for more details.