✨ A few small things
This commit is contained in:
parent
4d0b328b15
commit
0c2761aacc
4 changed files with 36 additions and 3 deletions
|
|
@ -35,6 +35,8 @@ ul.skills {
|
||||||
@media print {
|
@media print {
|
||||||
.noprint { display: none; }
|
.noprint { display: none; }
|
||||||
.container > header { display: none; }
|
.container > header { display: none; }
|
||||||
|
.post-info { display: none; }
|
||||||
|
footer { display: none; }
|
||||||
#toc {
|
#toc {
|
||||||
display: none;
|
display: none;
|
||||||
& + hr { display: none; }
|
& + hr { display: none; }
|
||||||
|
|
|
||||||
|
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
title: Acting Resume
|
title: Acting Resume
|
||||||
post_title: Dan Jones
|
post_title: Dan Jones
|
||||||
toc: true
|
toc: true
|
||||||
|
description: Dan Jones, actor
|
||||||
---
|
---
|
||||||
|
|
||||||
<section id="theater-contact">
|
<section id="theater-contact">
|
||||||
|
|
|
||||||
29
hugo.toml
29
hugo.toml
|
|
@ -7,10 +7,39 @@ enableGitInfo = true
|
||||||
[params]
|
[params]
|
||||||
homeSubtitle = "Web developer, actor, jack of some trades"
|
homeSubtitle = "Web developer, actor, jack of some trades"
|
||||||
EnableThemeToggle = true
|
EnableThemeToggle = true
|
||||||
|
gitUrl = "https://codeberg.org/danjones000/danielrayjones/commit/"
|
||||||
|
keywords = "resume, biography"
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
logoText = "RUN"
|
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]
|
[markup]
|
||||||
defaultMarkdownHandler = 'goldmark'
|
defaultMarkdownHandler = 'goldmark'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue