All Projects → kimcc → Hugo Theme Noteworthy

kimcc / Hugo Theme Noteworthy

Licence: mit
A minimalist Hugo theme for writers and bloggers

Projects that are alternatives of or similar to Hugo Theme Noteworthy

hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-51.26%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-63.03%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+75.63%)
Mutual labels:  blog, hugo, hugo-theme, blog-theme
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-25.21%)
Mutual labels:  blog, hugo, static-site, hugo-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (+58.82%)
Mutual labels:  blog, hugo, hugo-theme, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+38.66%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (-5.04%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-71.43%)
Mutual labels:  hugo-theme, hugo, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (-50.42%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Bearblog
🧸 A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode 🦉 ⬛️!
Stars: ✭ 86 (-27.73%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+352.1%)
Mutual labels:  blog, hugo, hugo-theme
Kiss
Stupidly simple Hugo blogging theme
Stars: ✭ 260 (+118.49%)
Mutual labels:  hugo, static-site, hugo-theme
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+392.44%)
Mutual labels:  blog, hugo, hugo-theme
hugo-theme-mixedpaper
A Hugo theme
Stars: ✭ 17 (-85.71%)
Mutual labels:  hugo-theme, hugo, static-site
Blogpaper
A graphical newspaper like blog theme for Hugo.
Stars: ✭ 18 (-84.87%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+270.59%)
Mutual labels:  hugo, hugo-theme, blog-theme
Hugo Geo
Theme I use for my personal website
Stars: ✭ 65 (-45.38%)
Mutual labels:  blog, hugo, hugo-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-58.82%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1054.62%)
Mutual labels:  hugo, hugo-theme, blog-theme
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+910.08%)
Mutual labels:  blog, hugo, hugo-theme

Noteworthy

Noteworthy is a minimalist Hugo theme for writers and bloggers.

Noteworthy desktop screenshot

Features

  • Fully responsive
  • Google Analytics and Disqus integration
  • Ko-fi donation button
  • 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.

Image shortcode for large images

To add images using the resize-image shortcode included with this theme, you will need to create a Post Bundle. Create a folder for your post, put your Markdown file and images inside, and rename your Markdown file index.md. For example:

my-new-post
- index.md
- image1.jpg
- image2.png

Then, you can add an image within your Markdown file by using the shortcode like this:

{{< resize-image src="image1.jpg" alt="My first image" >}}

Add captions like this:

{{< resize-image src="image2.png" alt="My second image" caption="My caption" >}}

Read more link for posts

Set showReadMore = false to true in the config file to have a "read more" link show up when posts are truncated.

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 = "#"
vimeo = "#"
weibo = "#"
vk = "#"
linkedin = "#"

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

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

# Audio & Music
soundcloud = "#"

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

# Academic
googlescholar = "#"
impactstory = "#"
orcid = "#"  

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 = "" 

Ko-fi donation button

If you'd like to enable a Ko-fi button on your posts, enable it in the config file and add your identifier.

# Set enableKofi to true to enable the Ko-fi support button. Add your Ko-fi ID to link to your account.
enableKofi = true
kofi = ""

License

Released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].