juju.re/jujure/config.toml
Julien CLEMENT af328857d7 fix emoji rendering
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2024-04-14 23:13:12 +02:00

89 lines
1.8 KiB
TOML

baseurl = "/"
title = "Juju"
languageCode = "en-us"
theme = "hello_friend"
paginate = 10
PygmentsCodeFences = true
PygmentsStyle = "monokai"
enableEmoji = true
[author]
name = "Julien CLEMENT"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = ""
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = ""
keywords = "homepage, blog, crypto, reverse, exploit"
images = [""]
[[params.social]]
name = "github"
url = "https://github.com/Jujure"
[[params.social]]
name = "gitea"
url = "https://git.juju.re/explore/repos"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/julien-clement-0891ab199/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/Juju_RE_"
[params.portrait]
path = "/juju.jpg"
alt = "Portrait"
maxWidth = "250px"
[params.favicon.color]
mask = "#1b1c1d"
msapplication = "#1b1c1d"
theme = "#1b1c1d"
[params.footer]
author = true
[languages]
[languages.en]
title = "Juju"
[languages.en.params.logo]
logoMark = "juju@synacktiv ~$ "
logoText = "objdump -d"
logoHomeLink = "/"
logoCursorColor = "#3884FF"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/post/"
[[menu.main]]
identifier = "writeups"
name = "Writeups"
url = "/writeups/"