Skip to content

huynle/cocoa-eh-hugo-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocoa Eh

MIT License

Cocoa Enhanced is a clean, fast and responsive Hugo theme with cool typography. The main goal of this theme is to be simple and fast but highly customizable.

You can use this theme either for your blog or your personal website. A demo is available here.

This is a fork from the original Cocoa theme, with some improvements.

Table of Contents

Features

Simple but complete, here are the main features of this theme :

  • 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 support.
  • Google Analytics
  • Bootstrap template
  • Mobile friendly

Typography

The typography is what makes Cocoa-EH look cool, here are the fonts used :

  • 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 400ms to load entirely, and the content is readable at only 50ms. Also scores 99/100 on Pagespeed.

Differences from the original Cocoa

Getting Started

From the root of your Hugo site, clone the theme into themes/cocoa-eh by running:

git clone https://github.com/huynle/cocoa-eh-hugo-theme.git themes/cocoa-eh

Then, generate your site's files by running:

hugo -t cocoa-eh

Contributing

Pull requests, bug fixes, and new features are welcome!

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request on GitHub

License

Licensed under the MIT License. See the LICENSE file for more details.

About

A enhanced version of Cocoa. Clean, responsive theme with cool typography.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 54.4%
  • CSS 45.6%