Skip to content

Commit

Permalink
Add some info about me
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Aug 14, 2024
1 parent 4abd967 commit 702acd0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL = 'https://hugoaguirre.github.io/gouh'
languageCode = 'en-us'
title = 'Gouh'
title = 'Gouh 🇲'
theme = 'archie'

# Code highlights
Expand Down
18 changes: 18 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
{{ partial "header.html" . }}
<body>
<div class="content">
{{ partial "head.html" . }}

<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}
<p>{{ .Site.Params.Subtitle | markdownify }}</p>
{{- end -}}
</div>

{{.Content}}
</div>
</body>
</html>

0 comments on commit 702acd0

Please sign in to comment.