1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- 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'
- [services]
- [services.googleAnalytics]
- id = 'G-YP8WK3KZF1'
- [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>'
- enableOpenGraph = true
- enableTwitterCards = true
- [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"
|