baseURL = 'https://codeskraps.com/'
languageCode = 'en-us'
title = 'codeskraps'
description = 'Mobile development blog focused on Android, iOS, and cross-platform solutions with Kotlin Multiplatform'

[taxonomies]
  tag = "tags"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true
  [markup.highlight]
    codeFences = true
    guessSyntax = true
    lineNos = false
    style = 'dracula'

[outputs]
  home = ["HTML", "RSS"]
  section = ["HTML", "RSS"]
  taxonomy = ["HTML"]
  term = ["HTML", "RSS"]

[module]
    [[module.imports]]
        path = 'github.com/hugomods/images'
    [[module.imports]]
        path = 'github.com/LordMathis/hugo-theme-nightfall'

[menu]
   [[menu.header]]
        identifier = "posts"
        name = "posts"
        url = "/posts/"
        weight = 1
    [[menu.header]]
        identifier = "projects"
        name = "projects"
        url = "/projects/"
        weight = 2
    [[menu.header]]
        identifier = "about"
        name = "about"
        url = "/about/"
        weight = 3

[params]
user = "me"
hostname = "codeskraps.com"
sitedescription = 'Mobile development blog by Carles Sentis, sharing expertise in Android, iOS, and Kotlin Multiplatform development'
readingTime = true
published = true
footerHtml = 'CC 2025, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.codeskraps.com/" class="footerLink">Self-hosted Umami</a>'
enableOpenGraph = true
enableTwitterCards = true
umami = true
umamiScript = "https://umami.codeskraps.com/script.js"
umamiWebsiteId = "a80a52da-0b7d-4faf-9dfc-ee6ca5a8421f"

    [params.author]
        name = "codeskraps"
        email = "me@codeskraps.com"
        headline = "Senior Mobile Engineer"
        bio = "Mobile developer with extensive experience in Android, iOS, and cross-platform solutions"

    [params.styles]
        color = "#2fe7ed"

[[params.social]]
key = 0
name = "repo"
url = "https://repo.codeskraps.com/codeskraps"
target = "_blank"
aria = "Repo Profile"

[[params.social]]
key = 1
name = "github"
url = "https://github.com/codeskraps"
target = "_blank"
aria = "GitHub Profile"

[[params.social]]
key = 2
name = "google play"
url = "https://play.google.com/store/apps/developer?id=Codeskraps"
target = "_blank"
aria = "Google Play"

[[params.social]]
key = 3
name = "linkedin"
url = "https://www.linkedin.com/in/carles-sentis-4a072130"
target = "_blank"
aria = "LinkedIn Profile"

[[params.social]]
key = 4
name = "email"
url = "mailto:me@codeskraps.com"
aria = "Email me"

[[params.social]]
key = 5
name = "rss"
url = "/index.xml"
target = "_blank"
aria = "RSS Feed"