No description
  • CSS 47.2%
  • HTML 44.4%
  • JavaScript 8.4%
Find a file
Michael Romero 991e2aeaf7 Remove unnecessary Disqus partial template
Disqus partial template was accidentally included in both single.html
and the posts/pages that were included by single.html. Only need to
include it once!
2016-04-13 00:06:02 -07:00
archetypes Support for big title images and bugfixes 2016-04-02 03:55:38 -07:00
exampleSite Support for big title images and bugfixes 2016-04-02 03:55:38 -07:00
images Initial Checkin of Beautiful Hugo Theme 2016-03-08 02:43:08 -08:00
layouts Remove unnecessary Disqus partial template 2016-04-13 00:06:02 -07:00
static Support for big title images and bugfixes 2016-04-02 03:55:38 -07:00
.gitattributes 👾 Added .gitattributes & .gitignore files 2016-03-08 02:42:05 -08:00
.gitignore 👾 Added .gitattributes & .gitignore files 2016-03-08 02:42:05 -08:00
LICENSE Initial Checkin of Beautiful Hugo Theme 2016-03-08 02:43:08 -08:00
README.md Initial Checkin of Beautiful Hugo Theme 2016-03-08 02:43:08 -08:00
theme.toml Support menus in navbar 2016-03-29 00:12:58 -07:00

Beautiful Hugo - A port of Beautiful Jekyll Theme

Beautiful Hugo Theme Screenshot

Installation

$ mkdir themes
$ cd themes
$ git clone https://github.com/halogenica/Hugo-BeautifulHugo.git beautifulhugo

See the Hugo documentation for more information.

Extra Features

Responsive

This theme is designed to look great on both large-screen and small-screen (mobile) devices.

Syntax highlighting

This theme has support for highlight shortcode (with Pygments), see the Hugo documentation for more information.

To use this feature install Pygments (pip install Pygments) and add pygmentsuseclasses = true to your config.toml.

Disqus support

To use this feature, uncomment and fill out the disqusShortname parameter in config.toml.

Google Analytics

To add Google Analytics, simply sign up to Google Analytics to obtain your Google Tracking ID, and add this tracking ID to the googleAnalytics parameter in config.toml.

About

This is a port of the Jekyll theme Beautiful Jekyll by Dean Attali. It supports most of the features of the original theme.

License

MIT Licensed, see LICENSE.