All Projects → nishanths → Cocoa Hugo Theme

nishanths / Cocoa Hugo Theme

Licence: mit
Responsive Hugo blog theme

Projects that are alternatives of or similar to Cocoa Hugo Theme

Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (-21.9%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
mogege
A blog theme for hugo
Stars: ✭ 81 (-73.53%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-83.66%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
onepress
A simple, clean, and responsive "Hugo - Static Site Generator" theme for bloggers
Stars: ✭ 20 (-93.46%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-89.54%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Allinone
All in one Hugo theme
Stars: ✭ 155 (-49.35%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-84.31%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (-55.56%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-now
a Hugo port of Jekyll Now
Stars: ✭ 16 (-94.77%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (-37.25%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Zozo
🌟 A simple and beautiful theme for Hugo
Stars: ✭ 258 (-15.69%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (-56.54%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-80.72%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (-35.29%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Keepit
The most powerful minimal Hugo theme.
Stars: ✭ 151 (-50.65%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (-77.12%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
Hugo Primer
Hugo theme based on GitHub's Primer CSS
Stars: ✭ 103 (-66.34%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
Hugo Casper Two
Port of Casper 2.x to Hugo
Stars: ✭ 135 (-55.88%)
Mutual labels:  hugo, hugo-theme, hugo-blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-84.31%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-83.66%)
Mutual labels:  hugo-theme, hugo, hugo-blog-theme

Cocoa

A consistent and responsive Hugo theme with clean typography. The primary typefaces are Open Sans, Raleway, and Ubuntu Mono.

Demo / Screenshots

Features

  • Responsive
  • Suited for blogging and personal webpages
  • Disqus support
  • Built-in 404 page
  • Syntax highlighting with highlightjs (by @andy4thehuynh)
  • Gravatar/static profile image (by @remeh)
  • RSS feed and icon (by @mvrilo)
  • Optimized SVG icons (by @robinst) for Instagram, 500px, and more
  • Cache busting
  • Google Analytics
  • Piwik and Gitalk support

Most features are optional and can be individually enabled/disabled in your config.toml.

Table of Contents

Quick Start

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

# Clone theme into the themes/cocoa directory
$ git clone https://github.com/nishanths/cocoa-hugo-theme.git themes/cocoa

# Generate site files into the public directory
$ hugo -t cocoa

# Or, serve your site and visit localhost:1313 in your browser
$ hugo -t cocoa --watch serve

Usage

Configuration

Please see the sample config.toml. Note that if you already use cocoa but have updated to Hugo 0.18, you must lowercase every params of your existing config.toml (like in the sample).

Creating Posts

Posts should generally go under a content/blog directory. Typically you would run:

hugo new blog/your-new-post.md

For posts to appear on your site, you may need draft = false in the post's front matter or use the --buildDrafts option when building.

Creating Fixed Pages

Fixed pages such as an About page should preferably go under content/fixed or be present at the root of the content directory.

hugo new fixed/about.md

Development

This theme is built and improved upon by open source contributions. Pull requests, bug fixes, and new features are welcome!

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].