+ New opengraph image
This commit is contained in:
parent
ef552f85ea
commit
cba5e68fe2
@ -1,17 +1,16 @@
|
||||
# Global settings for hugo
|
||||
baseURL = "https://resume.shockrah.xyz"
|
||||
# BRO: remember to remove this
|
||||
title = "Hi I'm Alejandro"
|
||||
|
||||
languageCode = "en-us"
|
||||
theme = "resume"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
||||
# Actual site/content parameters
|
||||
[params]
|
||||
name = "Alejandro"
|
||||
description = "Friendly neighborhood Devops Consultant"
|
||||
title = "My personal portfolio"
|
||||
description = "Friendly Neighborhood Developer and Candy Maker"
|
||||
title = "Hi I'm Alejandro"
|
||||
|
||||
# Social medias
|
||||
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
company: Career Mentor Group
|
||||
when: May 2021 - Current
|
||||
when: May 2021 - January 2022
|
||||
title: Devops Consultant
|
||||
rank: -3
|
||||
---
|
||||
|
BIN
static/images/ogbanner.jpg
(Stored with Git LFS)
BIN
static/images/ogbanner.jpg
(Stored with Git LFS)
Binary file not shown.
@ -4,9 +4,9 @@
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">
|
||||
<title>{{.Site.Title}}</title>
|
||||
<title>{{.Site.Params.Title}}</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta property="og:title" content="{{ .Site.Title }}">
|
||||
<meta property="og:title" content="{{ .Site.Params.Title }}">
|
||||
<meta property="og:description" content="{{ .Site.Params.description }}">
|
||||
<meta property="og:site_name" content="{{ .Site.Params.name }}">
|
||||
<meta property="og:url" content="{{ .Site.BaseURL }}">
|
||||
|
Loading…
Reference in New Issue
Block a user