Nishanth Shanmugham 8627d655e5 Add flex display
2015-12-21 02:50:03 -06:00
2015-11-01 15:20:59 -06:00
2015-11-01 15:20:59 -06:00
2015-12-21 02:50:03 -06:00
2015-11-01 15:20:59 -06:00
2015-08-24 18:28:03 -05:00
2015-08-24 19:10:20 -05:00
2015-08-24 18:28:03 -05:00
2015-12-21 02:50:03 -06:00
2015-10-31 16:07:04 -05:00
2015-11-01 15:36:00 -06:00
2015-11-01 15:20:59 -06:00
2015-09-05 08:51:48 -05:00

Cocoa

A consistent Hugo theme with clear typograhy and colors.

Table of Contents

Getting Started

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

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

Then, generate your site's files by running:

hugo -t cocoa

Usage

This section describes how to create content that works well with this theme.

Example site

An example site is available under the exampleSite/ directory.

Creating Content

  • Posts should go under a content/posts directory. Typically you would run:
hugo new posts/new-post.md
  • Fixed pages such as an About page should preferably go under a content/fixed or be present at the root of the contents directory.
$ hugo new fixed/about.md

Site variables

Please see the sample config.toml under the exampleSite/ directory.

Screenshots

See this Imgur album or the images/ directory!

Contributing

Pull requests 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.

Description
A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
Readme MIT 5.7 MiB
Languages
HTML 50.3%
CSS 49.7%