Go to file
2020-02-25 01:27:09 -06:00
archetypes Initial commit 2020-02-02 11:13:02 -06:00
assets Initial commit 2020-02-02 11:13:02 -06:00
exampleSite changed links to https & set raw html to display in example config 2020-02-23 13:46:51 -06:00
images Initial commit 2020-02-02 11:13:02 -06:00
layouts fixed line for pages without tags 2020-02-25 01:27:09 -06:00
resources/_gen/assets Initial commit 2020-02-02 11:13:02 -06:00
static changed links to https & set raw html to display in example config 2020-02-23 13:46:51 -06:00
LICENSE.md Initial commit 2020-02-02 11:13:02 -06:00
README.md edited README 2020-02-09 21:56:17 -06:00
theme.toml Initial commit 2020-02-02 11:13:02 -06:00

Noteworthy

Noteworthy is a minimalist Hugo theme for writers and bloggers.

Noteworthy desktop screenshot

Features

  • Fully responsive
  • Google Analytics and Disqus integration
  • Syntax highlighting
  • Mathematical notations with KaTex
  • About, Tags, and Archives pages
  • RSS feeds
  • Social media links
  • SCSS for styling

Installation

Navigate to the root directory of your Hugo site and clone this repository.

git clone https://github.com/kimcc/hugo-theme-noteworthy.git themes/noteworthy

Refer to the Hugo docs for more information.

Social media accounts

In the params section of the config.toml file, you can add links to your social media accounts. Simply remove the ones that you don't want to include, and their icons will disappear from the site.

# Main
email = "#"
facebook = "#"
twitter = "#"
instagram = "#"
tumblr = "#"
reddit = "#"
pinterest = "#"
youtube = "#"
weibo = "#"
vk = "#"
linkedin = "#"

# Writing
medium = "#"
blogger = "#"
wordpress = "#"

# Creative & Visual
dribbble = "#"
behance = "#"
deviantart = "#"
flickr = "#"

# Programming
github = "#"
stackoverflow = "#"
gitlab = "#"
codepen = "#"

Disqus and Google Analytics

Add your Disqus shortname and Google Analytics identifier in the config.toml file.

# Add your Disqus shortname here.
disqusShortname = ""      

# Add your Google Analytics identifier: UA-XXXXXXXX-X
googleAnalytics = "" 

License

Released under the MIT License.