zola/docs/content/themes/ntun/index.md
Vincent Prouillet 8802e77880
Update themes gallery (#1589)
Co-authored-by: GitHub Action <action@github.com>
2021-08-18 15:32:46 +02:00

1.6 KiB

+++ title = "ntun-zola-theme" description = "A classic resume theme" template = "theme.html" date = 2021-08-18T01:00:57-07:00

[extra] created = 2021-08-18T01:00:57-07:00 updated = 2021-08-18T01:00:57-07:00 repository = "https://github.com/Netoun/ntun" homepage = "https://github.com/netoun/ntun" minimum_version = "0.1.0" license = "MIT" demo = "https://netoun.github.io/ntun/"

[extra.author] name = "Nicolas Coulonnier" homepage = "https://netoun.com" +++

Ntun

alt text

Live demo : https://netoun.github.io/ntun/

Contents

Installation

First download this theme to your themes directory:

cd themes
git clone https://github.com/netoun/ntun.git

and then enable it in your config.toml:

theme = "ntun"

This theme requires index section in about (content/about/_index.md)

The posts should therefore be in directly under the content about folder.

Options

Set a field in extra with a key of after_dark_menu:

[extra]
author = "Jon Snow"
author_image="me.jpg"
city="Winterfell"
years="281"

job = "King of the north"
description = "Dragons & Aunt ❤️"

links = [
    { url = "", title="", icon = "fab fa-github"},
    { url = "", title="", icon = "fab fa-twitter"},
    { url = "", title="", icon = "fab fa-linkedin"},
    { url = "mailto:"title="", icon = "fas fa-envelope"}
]

# if you add languages, put your emoji flag on array
languages_flags = [
    "🇬🇧"
]

If you put $BASE_URL in a url, it will automatically be replaced by the actual site URL.