diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..89af1b0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6e3b119 --- /dev/null +++ b/config.toml @@ -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" diff --git a/css/site.css b/css/site.css deleted file mode 100644 index 0f9c5c5..0000000 --- a/css/site.css +++ /dev/null @@ -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; -} diff --git a/image/GitHub-Mark-120px-plus.png b/image/GitHub-Mark-120px-plus.png deleted file mode 100644 index ea6ff54..0000000 Binary files a/image/GitHub-Mark-120px-plus.png and /dev/null differ diff --git a/image/gitlab-logo.png b/image/gitlab-logo.png deleted file mode 100644 index 0f048f3..0000000 Binary files a/image/gitlab-logo.png and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index c1e1838..0000000 --- a/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - -
- - - - -I am a software engineer with a - passion for technical and business problem solving. I specialize - in Ruby On Rails and Go. If you find yourself in need of a - consultant in one of these technologies, do not hesitate to contact - me.
- - -