This commit is contained in:
parent
71aa5470bf
commit
20c0ca08a7
12
config.toml
12
config.toml
@ -13,7 +13,7 @@ theme = "hugo-sustain-vitae"
|
|||||||
[params]
|
[params]
|
||||||
avatar = "profile.png"
|
avatar = "profile.png"
|
||||||
author = "Mauro Torrez"
|
author = "Mauro Torrez"
|
||||||
description = "Personal webpage"
|
description = "Mauro Torrez's personal website"
|
||||||
|
|
||||||
# Custom assets can be linked with their paths relative to static/
|
# Custom assets can be linked with their paths relative to static/
|
||||||
custom_css = []
|
custom_css = []
|
||||||
@ -21,9 +21,9 @@ theme = "hugo-sustain-vitae"
|
|||||||
|
|
||||||
[params.social]
|
[params.social]
|
||||||
Github = "maurete"
|
Github = "maurete"
|
||||||
Email = "email@example.com"
|
Email = "inbox@mau.ro"
|
||||||
Twitter = "eumau"
|
# Twitter = "eumau"
|
||||||
LinkedIn = "mauro-torrez"
|
LinkedIn = "maurotorrez"
|
||||||
# Stackoverflow = "username"
|
# Stackoverflow = "username"
|
||||||
# Medium = "username"
|
# Medium = "username"
|
||||||
Telegram = "maurete"
|
Telegram = "maurete"
|
||||||
@ -51,7 +51,7 @@ theme = "hugo-sustain-vitae"
|
|||||||
weight = 200
|
weight = 200
|
||||||
url = "/projects/"
|
url = "/projects/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "resume"
|
name = "CV"
|
||||||
identifier = "resume"
|
identifier = "resume"
|
||||||
weight = 300
|
weight = 300
|
||||||
url = "/vitae/"
|
url = "/cv/"
|
||||||
|
6
content/cv.md
Normal file
6
content/cv.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "CV"
|
||||||
|
categories: ["cv"]
|
||||||
|
date: 2018-07-28T01:52:59-05:00
|
||||||
|
tags: ["cv", "resume"]
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user