404: not found
+diff --git a/gebben.org/.hugo_build.lock b/gebben.org/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/gebben.org/archetypes/default.md b/gebben.org/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/gebben.org/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/gebben.org/config.toml b/gebben.org/config.toml new file mode 100644 index 0000000..1f47eb3 --- /dev/null +++ b/gebben.org/config.toml @@ -0,0 +1,12 @@ +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme ='notrack' +[params] +author = 'Alex Gebben' +[params.social] + float = "right" + email = "alex@gebben.org" +# xmpp = "alex@gebben.xyz" + workemail = "alex@gebben.xyz" +# gitea = "gebben.org" diff --git a/gebben.org/content/Resume.md b/gebben.org/content/Resume.md new file mode 100644 index 0000000..148ce05 --- /dev/null +++ b/gebben.org/content/Resume.md @@ -0,0 +1,29 @@ +--- +title: "Resume" +date: 2022-07-21T13:24:35-06:00 +menu: + main: + title: "Resume" + weight: 200 +--- +{{< container >}} + {{< resume-section title="About Me" >}} + {{< resume-entry >}} +
+ Some info about you. +
+ {{< /resume-entry >}} + {{< /resume-section >}} + + {{< resume-section title="Education" >}} + {{< resume-entry what="Bachelor's program of Computer Science" + where="Sidney University" + when="2010–2013">}} +404: not found
+This is a test of the home page
+
+