123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- 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://umami.codeskraps.com/" class="footerLink">Hugo</a> | Analytics by <a href="https://umami.is" 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"
|