You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.9 KiB
70 lines
1.9 KiB
baseurl = "https://starcarr.co"
|
|
title = "Miguel Castiblanco"
|
|
theme = "coder"
|
|
languagecode = "en"
|
|
|
|
paginate = 20 # Default number of pages per page in pagination.
|
|
canonifyurls = true # Enable to turn relative URLs into absolute.
|
|
|
|
pygmentsstyle = "b2" # Color-theme or style for syntax highlighting.
|
|
pygmentscodefences = true # Enable code fence background highlighting.
|
|
pygmentscodefencesguesssyntax = true # Enable syntax guessing for code fences without specified language.
|
|
|
|
[params] # theme parameters
|
|
author = "Miguel Castiblanco"
|
|
info = "Software Engineer, Author, and amateur Photographer"
|
|
description = "Miguel Castiblanco's website"
|
|
keywords = "miguel,castiblanco,kotlin,flutter"
|
|
|
|
#disqusShortname = "yourdiscussshortname" # Enable or disable Disqus
|
|
|
|
# Whether you want to hide copyright and credits in the footer.
|
|
hideCredits = false
|
|
hideCopyright = true
|
|
|
|
# Custom CSS
|
|
custom_css = []
|
|
|
|
# RTL support
|
|
rtl = false
|
|
|
|
# Social links
|
|
[[params.social]]
|
|
name = "Learning Concurrency in Kotlin"
|
|
weight = 1
|
|
url = "https://www.packtpub.com/application-development/learning-concurrency-kotlin"
|
|
[[params.social]]
|
|
name = "Git"
|
|
weight = 2
|
|
url = "http://git.starcarr.co/explore/organizations"
|
|
[[params.social]]
|
|
name = "Medium"
|
|
weight = 3
|
|
url = "https://medium.com/@macastiblancot"
|
|
[[params.social]]
|
|
name = "Photographs"
|
|
weight = 4
|
|
url = "https://500px.com/macastiblancot"
|
|
[[params.social]]
|
|
name = "LinkedIn"
|
|
weight = 5
|
|
url = "https://www.linkedin.com/in/macastiblancot"
|
|
[[params.social]]
|
|
name = "email"
|
|
weight = 6
|
|
url = "mailto:miguel@starcarr.co"
|
|
|
|
|
|
# Menu links
|
|
#[[menu.main]]
|
|
# name = "Blog"
|
|
# weight = 1
|
|
# url = "/posts/"
|
|
[[menu.main]]
|
|
name = "About"
|
|
weight = 1
|
|
url = "/about/"
|
|
#[[menu.main]]
|
|
# name = "Learning Concurrency in Kotlin"
|
|
# weight = 2
|
|
# url = "/kotlin/"
|