Skip to content

Instantly share code, notes, and snippets.

@lukesalamone
Created March 17, 2021 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukesalamone/232e55b627b5fe8af549efb7f519b812 to your computer and use it in GitHub Desktop.
Save lukesalamone/232e55b627b5fe8af549efb7f519b812 to your computer and use it in GitHub Desktop.
baseurl = "https://lukesalamone.github.io"
title = "Luke Salamone's Blog"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
relativeURLs = true
canonifyURLs = true
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "A simple and beautiful blog"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you linke
enableSharingButtons = false
# Metadata mostly used in document's head
description = "My new homepage or blog"
keywords = "homepage, blog"
images = [""]
# Default theme "light" or "dark"
defaultTheme = "dark"
customCSS = []
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "Luke Salamone's Blog"
subtitle = ""
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.site.author]
name = "Luke Salamone"
[languages.en.params.logo]
logoText = "hello friend ng"
logoHomeLink = "/"
logoCursorDisabled = true
path = "/img/logo.png"
pathDark = "/img/logo.png"
pathLight = "/img/logo2.png"
alt = "Blog Home"
# And you can even create generic menu
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[markup]
defaultMarkdownHandler = "blackfriday"
[markup.highlight]
codeFences = false
[markup.goldmark.renderer]
unsafe = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment