|
|
@ -0,0 +1,65 @@ |
|
|
|
baseurl = "http://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 = "Git" |
|
|
|
weight = 1 |
|
|
|
url = "http://git.starcarr.co/explore/organizations" |
|
|
|
[[params.social]] |
|
|
|
name = "LinkedIn" |
|
|
|
weight = 4 |
|
|
|
url = "https://www.linkedin.com/in/macastiblancot" |
|
|
|
[[params.social]] |
|
|
|
name = "Photographs" |
|
|
|
weight = 3 |
|
|
|
url = "https://500px.com/macastiblancot" |
|
|
|
[[params.social]] |
|
|
|
name = "email" |
|
|
|
weight = 5 |
|
|
|
url = "mailto:miguel@starcarr.co" |
|
|
|
[[params.social]] |
|
|
|
name = "LKiK" |
|
|
|
weight = 2 |
|
|
|
url = "https://www.packtpub.com/application-development/learning-concurrency-kotlin" |
|
|
|
|
|
|
|
# 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/" |