Upgrade to hugo

This commit is contained in:
Kevin Cotugno 2021-10-11 07:04:43 -07:00
parent 632de03840
commit b22df4d525
8 changed files with 27 additions and 105 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

17
config.toml Normal file
View File

@ -0,0 +1,17 @@
baseURL = 'https://kevincotugno.com/'
languageCode = 'en-us'
title = 'Kevin Cotugno'
theme = 'PaperMod'
[params.profileMode]
enabled = true
Title = "Hello"
subtitle = "I am a software engineer with a passion for technical and business problem solving."
[[params.socialIcons]]
name = "github"
url = "https://github.com/kcotugno"
[[params.socialIcons]]
name = "email"
url = "mailto:kevin@kevincotugno.com"

View File

@ -1,75 +0,0 @@
/* Stylesheet for kevincotugno.com */
*, ul, a {
padding: 0;
margin: 0;
text-decoration: none;
}
p {
font-size: 1.5em;
}
body {
background-color: #fdf6e3;
color: #657b83;
font-family: serif;
}
.center {
margin: 0 auto 0 auto;
}
.readable {
max-width: 20em;
}
.text-center {
text-align: center;
}
.title {
margin-top: 3em;
margin-bottom: 1em;
color: #586e75;
font-size: 2.5em;
}
.footer {
text-align: center;
margin: 3em auto 0 auto;
display: flex;
flex-direction: row;
max-width: 40em;
}
.footer-link {
display: inline;
margin: 0 0.5em 0 0.5em;
width: 100%;
border-style: solid;
border-width: 0.15em;
height: 3em;
color: #93a1a1;
transition: 0.5s color;
}
.footer-link:hover {
color: #586e75;
}
.footer-link a {
display: inline-block;
width: 100%;
height: 100%;
color: inherit;
font-size: 1.15em;
line-height: 2.5em;
transition: 0.5s color;
transition: 0.5s background-color;
}
.footer-link a:hover {
color: #839496;
background-color: #002b36;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@ -1,30 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kevin Cotugno</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<div>
<h1 class="title text-center">Kevin Cotugno</h1>
<p class="center text-center readable">I am a software engineer with a
passion for technical and business problem solving. I specialize
in <i>Ruby On Rails</i> and <i>Go</i>. If you find yourself in need of a
consultant in one of these technologies, do not hesitate to contact
me.</p>
<div class="footer">
<div class="footer-link"><a href="mailto:kevin@kevincotugno.com">Email</a></div>
<div class="footer-link"><a href="http://git.cotugno.family/kevin/">Git</a></div>
<div class="footer-link"><a href="https://github.com/kcotugno/">GitHub</a></div>
</div>
</div>
</body>
</html>

1
themes/PaperMod Submodule

@ -0,0 +1 @@
Subproject commit b7771de64c0649b5be91df9e7ecb8334490a338d