FEAT: Using hugo

This commit is contained in:
2023-11-15 22:10:46 +00:00
parent 3ec95d41e2
commit 13fd272fb2
138 changed files with 1633 additions and 16545 deletions

38
hugo.toml Normal file
View File

@@ -0,0 +1,38 @@
baseURL = 'https://example.org/'
languageCode = 'en-uk'
title = 'John Costa'
theme = 'risotto'
[menu]
[[menu.main]]
name = 'Blog'
pageRef = '/blog'
[[menu.main]]
name = 'Projects'
pageRef = '/projects'
[params.about]
title = "John Costa"
description = "Software Engineer"
# Sidebar: social links
# Available icon sets:
# * FontAwesome 6 <https://fontawesome.com/> ('fa-brands', 'fa-normal', or 'fa-solid' for brands)
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/JohnCosta27/JohnTech"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:johncosta027@gmail.com"
[[params.socialLinks]]
icon = "fa-brands fa-linkedin"
title = "LinkedIn"
url = "https://www.linkedin.com/in/john-costa-b883971b5/"
[taxonomies]
tags = "tags"