All Projects β†’ forestryio β†’ Hugo Theme Novela

forestryio / Hugo Theme Novela

Licence: mit
Novela, the simplest way to start publishing with Hugo and Forestry.

Projects that are alternatives of or similar to Hugo Theme Novela

Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+273.48%)
Mutual labels:  blog-theme, scss
Hugo Theme Techdoc
The Techdoc is a Hugo Theme for technical documentation.
Stars: ✭ 118 (-48.7%)
Mutual labels:  hugo-theme, scss
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-70%)
Mutual labels:  hugo-theme, blog-theme
Hermit
A minimal & fast Hugo theme for bloggers
Stars: ✭ 762 (+231.3%)
Mutual labels:  hugo-theme, blog-theme
Hugo Serif Theme
Serif is a modern business theme for Hugo.
Stars: ✭ 168 (-26.96%)
Mutual labels:  hugo-theme, scss
Jekyll Theme Chirpy
A minimal, sidebar, responsive web design Jekyll theme that focuses on text presentation.
Stars: ✭ 773 (+236.09%)
Mutual labels:  blog-theme, scss
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+497.39%)
Mutual labels:  hugo-theme, blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+91.74%)
Mutual labels:  hugo-theme, blog-theme
Gaohaoyang.github.io
blog & blog theme🀘
Stars: ✭ 1,699 (+638.7%)
Mutual labels:  blog-theme, scss
Hugo Theme Zen
A fast and clean Hugo theme with css-grid and Hugo pipes support.
Stars: ✭ 119 (-48.26%)
Mutual labels:  hugo-theme, scss
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (+213.04%)
Mutual labels:  hugo-theme, scss
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (-17.83%)
Mutual labels:  hugo-theme, blog-theme
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+127.83%)
Mutual labels:  blog-theme, scss
Liebling
Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page πŸ‘‰πŸΌ
Stars: ✭ 792 (+244.35%)
Mutual labels:  blog-theme, scss
Reverie
🎨 A ridiculously elegant Jekyll theme.
Stars: ✭ 442 (+92.17%)
Mutual labels:  blog-theme, scss
Hugo Theme Even
πŸš€ A super concise theme for Hugo https://hugo-theme-even.netlify.app
Stars: ✭ 1,351 (+487.39%)
Mutual labels:  hugo-theme, scss
Doks
Hugo theme helping you build modern documentation websites.
Stars: ✭ 256 (+11.3%)
Mutual labels:  hugo-theme, scss
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+90.43%)
Mutual labels:  hugo-theme, scss
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (-48.26%)
Mutual labels:  hugo-theme, blog-theme
Hugo Theme Bootstrap4 Blog
A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Stars: ✭ 191 (-16.96%)
Mutual labels:  hugo-theme, blog-theme

Hugo Novela

A port of Narative's Gatsby theme Novela

This theme requires Hugo extended > 0.65.0

The easiest way to get started is to import this theme in Forestry CMS in a single click

Import this project into Forestry

Install from the command line

If you don't want to use the starter, you can start from scratch and just install this theme from the command line.

Create a new Hugo site and initialize your project as a Hugo module:

hugo new site my-awesome-blog
cd my-awesome-blog
hugo mod init

Edit your config.toml to add the theme settings:

# Novela settings
theme = "github.com/forestryio/hugo-theme-novela"

paginate = 6

[social]
twitter= "https://twitter.com/forestryio"
github= "https://github.com/forestryio/novela-hugo-starter"
linkedin= "https://www.linkedin.com/company/forestry.io"
instagram = "#"
dribbble = "#"
youtube = "#"

[taxonomies]
author = "authors"

Create your first draft post and preview it locally:

hugo new post/my-first-post.md
hugo server -D

You're good to go!

Customization

Logo

Override /themes/novela/layouts/partials/icons/ui/logo.html with your own file at /layouts/partials/icons/ui/logo.html; include your logo in SVG format for desktop and mobile formats.

Novela supports light and dark mode. To have your logo respond in kind, add class="change-fill" to the svg path(s).

Socials

In order for the Socials to be surfaced in Forestry, you should copy the theme's config/_default/social.yaml to your project.

Authors

You should register authors as a taxonomy in your project's `config.yaml``

taxonomies:
  author: authors

Creating authors

Authors must be added in content/authors. Create a folder per author and add an _index.md file in it.

Here's an example of the front matter fields supported by default:

# /content/authors/firstname-lastname/_index.md
---
title: Dennis Brotzky
bio: |
  Written by You. This is where your author bio lives. Share your work, your
  joys and of course, your Twitter handle.
avatar: /images/dennis-brotzky.jpg
featured: true
social:
  - title: unsplash
    url: https://unsplash.com
  - title: github
    url: https://github.com
  - title: github
    url: https://github.com
  - title: github
    url: https://github.com
  - title: github
    url: https://github.com
---

Assigning authors to posts.

Ad the name of the author to the "authors" field:

authors:
  - Dennis Brotzky
  - Thiago Costa

Newsletter CTA

This theme includes a shortcode for a newsletter callout form that you can add to any page. It uses formspree.io as proxy to send the actual email. Each month, visitors can send you up to one thousand emails without incurring extra charges. Visit the Formspree site to get get going add your Formspree email to your shortcode like this:

{{< subscribe email="[email protected]" >}}
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].