-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
36 lines (30 loc) · 974 Bytes
/
hugo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
baseURL: https://andreiaoca.com/
languageCode: en-us
title: DevBlog
theme: "PaperMod"
params:
env: production
description: "My personal blog - a place where I nerd out about tech stuff"
author: Andreia Ocanoaia
defaultTheme: auto
disableThemeToggle: true
ShowReadingTime: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowPageNums: true
ShowToc: true
homeInfoParams:
Title: "Andreia Ocanoaia"
Content: >
- Hi, Andreia here 👋 currently innovating serverless cloud at Genezio.
- An absolute nerd for `git`, `docker` and Go related stuff.
- Professionally worked with Go, TypeScript, Git/Github and AWS Services.
socialIcons:
- name: github
title: Check out my work on GitHub
url: "https://github.com/andreia-oca/"
- name: linkedin
title: Connect with me on LinkedIn
url: "https://www.linkedin.com/in/andreia-irina-ocanoaia/"