126 lines
2.7 KiB
TOML
126 lines
2.7 KiB
TOML
baseURL = "/"
|
|
title = "Petrov"
|
|
theme = "hugo-coder"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
enableEmoji = true
|
|
|
|
[pagination]
|
|
pagerSize = 20
|
|
|
|
[services]
|
|
[services.disqus]
|
|
# Enable Disqus comments
|
|
# shortname = "yourdiscussshortname"
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
noClasses = false
|
|
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[params]
|
|
author = "Nikola Petrov"
|
|
# license = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA-4.0</a>'
|
|
description = "Nikola Petrov's personal website"
|
|
keywords = "blog,developer,personal"
|
|
info = ["Developer", "Go player"]
|
|
avatarURL = "images/Jaz.jpg"
|
|
faviconICO = "images/logo.ico"
|
|
#gravatar = "john.doe@example.com"
|
|
#dateFormat = "January 2, 2006"
|
|
#since = 2019
|
|
# Git Commit in Footer, uncomment the line below to enable it
|
|
#commit = "https://github.com/luizdepra/hugo-coder/tree/"
|
|
# Right To Left, shift content direction for languages such as Arabic
|
|
rtl = false
|
|
|
|
# Specify light/dark colorscheme
|
|
# Supported values:
|
|
# "auto" (use preference set by browser)
|
|
# "dark" (dark background, light foreground)
|
|
# "light" (light background, dark foreground) (default)
|
|
colorScheme = "auto"
|
|
|
|
# Hide the toggle button, along with the associated vertical divider
|
|
hideColorSchemeToggle = false
|
|
|
|
# Series see also post count
|
|
maxSeeAlsoItems = 5
|
|
|
|
# Custom CSS
|
|
customCSS = ["css/extra.css"]
|
|
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
|
|
customSCSS = []
|
|
|
|
# Custom JS
|
|
customJS = []
|
|
|
|
# Custom remote JS files
|
|
customRemoteJS = []
|
|
|
|
# If you want to use plausible(https://plausible.io) for analytics, add this section
|
|
# [params.plausibleAnalytics]
|
|
# domain = "example.com"
|
|
# serverURL = "analytics.example.com" # Default value is plausible.io, overwrite this if you are self-hosting or using a custom domain
|
|
# outboundLinksTracking = true
|
|
# fileDownloadsTracking = true
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
series = "series"
|
|
tag = "tags"
|
|
author = "authors"
|
|
|
|
[[params.social]]
|
|
name = "Git"
|
|
icon = "fa-brands fa-git fa-2x"
|
|
weight = 1
|
|
url = "https://git.petrovv.com/explore"
|
|
|
|
[[params.social]]
|
|
name = "Instagram"
|
|
icon = "fa-brands fa-instagram fa-2x"
|
|
weight = 2
|
|
url = "https://www.instagram.com/nikolainsta7/"
|
|
|
|
[[params.social]]
|
|
name = "Mobile phone"
|
|
icon = "fa-solid fa-mobile fa-2x"
|
|
weight = 3
|
|
url = "tel:00386749506"
|
|
|
|
[[params.social]]
|
|
name = "Mail"
|
|
icon = "fa-regular fa-envelope fa-2x"
|
|
weight = 4
|
|
url = "mailto:nikola@petrovv.com"
|
|
|
|
[[menu.main]]
|
|
name = "About Me"
|
|
weight = 1
|
|
url = "about_me/"
|
|
|
|
#[[menu.main]]
|
|
#name = "Posts"
|
|
#weight = 2
|
|
#url = "posts/"
|
|
|
|
#[[menu.main]]
|
|
#name = "List"
|
|
#weight = 3
|
|
#url = "list/"
|
|
|
|
[[menu.main]]
|
|
name = "CV"
|
|
weight = 3
|
|
url = "cv/"
|
|
|
|
#[[menu.main]]
|
|
#name = "Projects"
|
|
#weight = 5
|
|
#url = "projects/"
|
|
|