+ 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"
|
baseURL = "https://resume.shockrah.xyz"
|
||||||
# BRO: remember to remove this
|
|
||||||
title = "Hi I'm Alejandro"
|
|
||||||
|
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
theme = "resume"
|
theme = "resume"
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
|
||||||
|
# Actual site/content parameters
|
||||||
[params]
|
[params]
|
||||||
name = "Alejandro"
|
name = "Alejandro"
|
||||||
description = "Friendly neighborhood Devops Consultant"
|
description = "Friendly Neighborhood Developer and Candy Maker"
|
||||||
title = "My personal portfolio"
|
title = "Hi I'm Alejandro"
|
||||||
|
|
||||||
# Social medias
|
# Social medias
|
||||||
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
|
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
company: Career Mentor Group
|
company: Career Mentor Group
|
||||||
when: May 2021 - Current
|
when: May 2021 - January 2022
|
||||||
title: Devops Consultant
|
title: Devops Consultant
|
||||||
rank: -3
|
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 href="/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||||
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">
|
<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 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:description" content="{{ .Site.Params.description }}">
|
||||||
<meta property="og:site_name" content="{{ .Site.Params.name }}">
|
<meta property="og:site_name" content="{{ .Site.Params.name }}">
|
||||||
<meta property="og:url" content="{{ .Site.BaseURL }}">
|
<meta property="og:url" content="{{ .Site.BaseURL }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user