Hugo theme Iðunn
Go to file
Gregory Trolliet 6542bac4f4 Change theme name 2020-04-27 20:20:15 +02:00
archetypes First commit of the theme 2020-04-27 16:49:21 +02:00
layouts Add some colors configuration 2020-04-27 19:14:45 +02:00
static Add some colors configuration 2020-04-27 19:14:45 +02:00
CHANGELOG.md Add some colors configuration 2020-04-27 19:14:45 +02:00
LICENSE First commit of the theme 2020-04-27 16:49:21 +02:00
README.md Change theme name 2020-04-27 20:20:15 +02:00
theme.toml Change theme name 2020-04-27 20:20:15 +02:00

README.md

Hugo theme : Iðunn

This is a simple, fast and privacy-friendly Hugo theme.

Installation

To install Simple-site theme, you can simply clone the repository to your site's theme directory.

$ mkdir themes
$ cd themes
$ git clone https://git.vulgarisons.info/raghnarok/hugo_idunn.git simple-site

Don't forget to change the theme in your config.toml file.

Configuration

Base

baseurl = "https://yourdoma.in" # The base url of your Hugo website
title = "Title"                 # The title of your website
author = "Author"               # The author of the website
language = "fr"
theme = "idunn"           # The Hugo theme

Description

You can use some parameters to fill meta tags and bases images:

[params]
	description = "" # Description for the meta tag
	favicon = ""     # Favicon URL
	logo = ""        # Logo URL

Colors

It is possible to basicaly change some colors:

[params.colors]
	main = "green"     # Color of the footer
	alt_text = "black" # Color of the text above 'main' color

Custom CSS

[params]
	custom_css = ["style.css"] # Your own css files

If you want to have some informations about you in the footer, you can set it with thoses parameters:

[params.contact]
	email = "mail@serve.ur"    # The mail of your company
	phone = "+41 22 123 45 67" # The phone number of your company
	address = "Your address"   # The address of your company

Social Networks

You can also set some of your networks accounts. Thoses options are availables:

[params.social]
	500px = ""
	codepen = ""
	facebook = ""
	flickr = ""
	github = ""
	gitlab = ""
	instagram = ""
	linkedin = ""
	mastodon = ""
	peertube = ""
	pinterest = ""
	pixelfed = ""
	tumblr = ""
	twitter = ""
	youtube = ""