www.eamoncaddigan.net

Content and configuration for https://www.eamoncaddigan.net
git clone https://git.eamoncaddigan.net/www.eamoncaddigan.net.git
Log | Files | Refs | Submodules | README

commit 6ae641bb8b97b0bac491ad58b78f519b4aed5610
Author: cjtheham <cjtheham@protonmail.com>
Date:   Mon, 30 Jan 2023 13:33:52 -0600

initial commit

Diffstat:
A.gitmodules | 4++++
Aarchetypes/default.md | 6++++++
Aconfig/_default/config.yml | 15+++++++++++++++
Aconfig/_default/params.yml | 4++++
Acontent/_index.md | 6++++++
Acontent/posts/test-post/index.md | 10++++++++++
Athemes/readable | 1+
7 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/readable"] + path = themes/readable + url = https://github.com/cjtheham/hugo-theme-readable +\ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config/_default/config.yml b/config/_default/config.yml @@ -0,0 +1,14 @@ +theme: 'readable' +title: 'Your Title' + +languages: + en: + languageName: English + menu: + main: + - name: Blog + url: /posts + weight: 10 + - name: Home + url: / + weight: 1 +\ No newline at end of file diff --git a/config/_default/params.yml b/config/_default/params.yml @@ -0,0 +1,3 @@ +author: 'Your Name' +mastodon: 'your mastodon link here' +subtitle: 'Your Subtitle' +\ No newline at end of file diff --git a/content/_index.md b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: '' +--- + +Your Content Here! +\ No newline at end of file diff --git a/content/posts/test-post/index.md b/content/posts/test-post/index.md @@ -0,0 +1,9 @@ +--- +title: "Test Post" +date: 2023-01-30T13:22:19-06:00 +draft: false +--- + +Ut cupidatat exercitation amet sint labore culpa exercitation. Id ullamco ex minim non. Minim pariatur eu minim officia id dolor esse laboris nisi. Dolore voluptate voluptate labore magna nostrud aliqua consectetur sit Lorem irure dolor non. Minim pariatur aliqua reprehenderit aliquip aliqua reprehenderit esse Lorem pariatur elit ad amet nisi. Sit exercitation consectetur minim veniam. + +Nisi nisi dolore deserunt magna ullamco ipsum ad officia ut in dolor cupidatat magna. Ex dolore reprehenderit exercitation est duis. Excepteur cillum ut mollit veniam amet. Adipisicing nulla sint est deserunt commodo proident sit dolore fugiat veniam elit ipsum officia quis. Aliqua voluptate ad aute veniam. Sit eiusmod dolor nulla excepteur pariatur officia duis officia sit proident. Voluptate officia qui velit voluptate exercitation cillum cupidatat cillum veniam duis sint ipsum enim consectetur. +\ No newline at end of file diff --git a/themes/readable b/themes/readable @@ -0,0 +1 @@ +Subproject commit 4f041249384f564f82a676a994c43254a84b3f25