From 0c2761aacc5e03ecb6c27d9473819714ac9b6a50 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Thu, 23 Nov 2023 09:21:55 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20A=20few=20small=20things?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/extra.scss | 2 ++ content/about.md | 7 ++++--- content/theater.md | 1 + hugo.toml | 29 +++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/assets/scss/extra.scss b/assets/scss/extra.scss index cc45b5b..aa77e5f 100644 --- a/assets/scss/extra.scss +++ b/assets/scss/extra.scss @@ -35,6 +35,8 @@ ul.skills { @media print { .noprint { display: none; } .container > header { display: none; } + .post-info { display: none; } + footer { display: none; } #toc { display: none; & + hr { display: none; } diff --git a/content/about.md b/content/about.md index ef8df8b..31eacb8 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,7 @@ ---- -title: Introduction ---- ++++ +title = "Introduction" +description = "Welcome to my website. My name is Dan Jones. I am a web developer and an actor, and I'd like to tell you a bit about myself." ++++ Welcome to my website. My name is Dan Jones. I am a web developer and an actor, and I'd like to tell you a bit about myself. diff --git a/content/theater.md b/content/theater.md index 9820ed1..666a096 100644 --- a/content/theater.md +++ b/content/theater.md @@ -2,6 +2,7 @@ title: Acting Resume post_title: Dan Jones toc: true +description: Dan Jones, actor ---
diff --git a/hugo.toml b/hugo.toml index 6630a58..04b4194 100644 --- a/hugo.toml +++ b/hugo.toml @@ -7,10 +7,39 @@ enableGitInfo = true [params] homeSubtitle = "Web developer, actor, jack of some trades" EnableThemeToggle = true +gitUrl = "https://codeberg.org/danjones000/danielrayjones/commit/" +keywords = "resume, biography" [params.logo] logoText = "RUN" +[params.portrait] +path = "https://www.gravatar.com/avatar/073daa566095477f8ecc5cf4d0f59448" + +[[params.social]] +name = "gitea" +url = "https://codeberg.org/danjones000/" + +[[params.social]] +name = "gitlab" +url = "https://gitlab.com/danjones000/" + +[[params.social]] +name = "github" +url = "https://github.com/goodevilgenius/" + +[[params.social]] +name = "linkedin" +url = "https://www.linkedin.com/in/danjones000/" + +[[params.social]] +name = "matrix" +url = "https://matrix.to/#/@danjones000:matrix.org" + +[[params.social]] +name = "mastodon" +url = "https://microwords.goodevilgenius.org/" + [markup] defaultMarkdownHandler = 'goldmark'