123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- baseURL = 'https://codeskraps.com/'
- languageCode = 'en-us'
- title = 'codeskraps'
- [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]]
- name = "posts"
- url = "/posts/"
- weight = 0
- [[menu.header]]
- name = "projects"
- url = "/projects/"
- weight = 1
- [[menu.header]]
- name = "about"
- url = "/about/"
- weight = 2
- [params]
- user = "me"
- hostname = "codeskraps.com"
- sitedescription = 'Your website description'
- readingTime = true
- published = true
- footerHtml = 'CC 2024, Built with <a href="https://gohugo.io" class="footerLink">Hugo</a> and <a href="https://github.com/LordMathis/hugo-theme-nightfall" class="footerLink">Nightfall</a> theme'
- [params.author]
- name = "codeskraps"
- email = "me@codeskraps.com"
- [params.styles]
- color = "orange"
- [[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"
- aria = "Google Play"
- [[params.social]]
- key = 3
- name = "linkedin"
- url = "https://www.linkedin.com/in/carles-sentis-4a072130"
- aria = "LinkedIn Profile"
- [[params.social]]
- key = 4
- name = "email"
- url = "mailto:me@codeskraps.com"
- aria = "Email me"
|