Go to file
surajmandalcell 558415501e fixed example 2018-04-04 17:42:36 +05:30
archetypes update css 2018-04-03 15:21:11 +05:30
exampleSite fixed example 2018-04-04 17:42:36 +05:30
images update screenshot res 2018-04-04 17:18:02 +05:30
layouts update readme and stuff 2018-04-03 21:31:55 +05:30
static update for hugo-repo 2018-04-04 16:59:31 +05:30
.gitignore go dark 2018-04-03 18:27:55 +05:30
LICENSE.md update readme 2018-04-03 15:39:21 +05:30
README.md update readme and stuff 2018-04-03 21:31:55 +05:30
theme.toml update for hugo-repo 2018-04-04 16:59:31 +05:30

README.md

Potato Dark license

Potato Dark is a modern, simple and beautiful Hugo theme.

screenshot

Full screenshot here

Overview

  • Support for tags
  • Responsive design
  • Support for Related Content
  • Analytics with Google Analytics
  • Modern, Simple and beautiful design
  • Medium's Image Zoomzoom.js)
  • Social links most social networks available

Use short code for Image Zoom.

{{% zoom-img src="/images/default.jpg" %}}

Installation

cd your hugo site directory and run:

$ mkdir themes
$ cd themes
$ git clone -b release https://github.com/surajmandalcell/potato-dark

Or download it from the release branch

release

Usage

Use hugo's -t potato-dark or --theme=potato-dark option with hugo commands. Example:

$ hugo server -t potato-dark -w -D

Configuration

You may specify following options in config.toml of your site to make use of this theme's features.

For getting started with potato dark, copy the config.toml file from the exampleSite directory inside Potato's repository to your site repository.

$ cp themes/potato-dark/exampleSite/config.toml .

Now, you can start editing this file and add your own information!

Contributing

Pull requests, bug fixes and new features are welcome!

Please create feature branches from develop and submit a PR for any change.

License

Open sourced under the MIT license.