This commit is contained in:
parent
40ed061fc9
commit
4c3fb4eef6
36
config.toml
36
config.toml
@ -12,32 +12,32 @@ theme = "hugo-sustain-vitae"
|
|||||||
|
|
||||||
[params]
|
[params]
|
||||||
avatar = "profile.png"
|
avatar = "profile.png"
|
||||||
author = "Chris Turner"
|
author = "Mauro Torrez"
|
||||||
description = "Describe your website"
|
description = "Personal webpage"
|
||||||
|
|
||||||
# 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 = []
|
||||||
custom_js = []
|
custom_js = []
|
||||||
|
|
||||||
[params.social]
|
[params.social]
|
||||||
Github = "username"
|
Github = "maurete"
|
||||||
Email = "email@example.com"
|
Email = "email@example.com"
|
||||||
Twitter = "username"
|
Twitter = "eumau"
|
||||||
LinkedIn = "username"
|
LinkedIn = "mauro-torrez"
|
||||||
Stackoverflow = "username"
|
# Stackoverflow = "username"
|
||||||
Medium = "username"
|
# Medium = "username"
|
||||||
Telegram = "username"
|
Telegram = "maurete"
|
||||||
|
|
||||||
[params.vitae]
|
[params.vitae]
|
||||||
website = "git.io/sustain"
|
website = "mau.ro"
|
||||||
website_full = "https://demo.nurlan.co/hugo-sustain/"
|
website_full = "https://mau.ro/"
|
||||||
tel = "+44 0000 000000"
|
#tel = "+44 0000 000000"
|
||||||
tel_full = "+440000000000"
|
#tel_full = "+440000000000"
|
||||||
google_maps = "https://www.google.co.uk/maps/place/44+Perth+St,+Edinburgh,+Edinburgh+City+EH3+5BL"
|
#google_maps = "https://www.google.co.uk/maps/place/44+Perth+St,+Edinburgh,+Edinburgh+City+EH3+5BL"
|
||||||
address = "44 Perth Street"
|
#address = "44 Perth Street"
|
||||||
postcode = "EH3 5BL"
|
#postcode = "EH3 5BL"
|
||||||
city = "Edinburgh"
|
city = "Santa Fe"
|
||||||
country = "United Kingdom"
|
country = "Argentina"
|
||||||
|
|
||||||
## Main Menu
|
## Main Menu
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
@ -54,4 +54,4 @@ theme = "hugo-sustain-vitae"
|
|||||||
name = "resume"
|
name = "resume"
|
||||||
identifier = "resume"
|
identifier = "resume"
|
||||||
weight = 300
|
weight = 300
|
||||||
url = "/vitae/"
|
url = "/cv/"
|
||||||
|
6
content/vitae.md
Normal file
6
content/vitae.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Vitae"
|
||||||
|
categories: ["vitae"]
|
||||||
|
date: 2018-07-28T01:52:59-05:00
|
||||||
|
tags: ["vitae", "resume"]
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user