f118ad117c | ||
---|---|---|
archetypes | ||
exampleSite | ||
images | ||
layouts | ||
static | ||
.gitignore | ||
LICENSE.md | ||
README.md | ||
theme.toml |
README.md
Potato Dark
Potato Dark is a modern, simple and beautiful Hugo theme.
Overview
- Support for tags
- Responsive design
- Support for Related Content
- Analytics with Google Analytics
- Modern, Simple and beautiful design
- Medium's Image Zoom(zoom.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
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!
To start just fork the repository and consider creating an seperate random branch so it get easier for me to test and review pushed code! thanks.
License
Open sourced under the MIT license.