diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 00000000..e69de29b diff --git a/.tool-versions b/.tool-versions index cd5b5582..2cf597d1 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -hugo extended_0.120.4 +hugo-extended 0.120.4 ruby 3.2.2 diff --git a/assets/css/main.scss b/assets/css/main.scss index e8f1c163..39c47123 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -4,6 +4,7 @@ // 1. Settings – used with preprocessors and contain font, // colors definitions, etc. +// @import "settings/dev"; @import "settings/global"; @import "settings/colors"; @import "settings/typography"; diff --git a/assets/css/settings/_dev.scss b/assets/css/settings/_dev.scss new file mode 100644 index 00000000..4347f138 --- /dev/null +++ b/assets/css/settings/_dev.scss @@ -0,0 +1,3 @@ +* { + outline: 1px solid rgba(0, 255, 0, 0.25); +} diff --git a/content/_index.md b/content/_index.md index 8b9f841b..d84de3d7 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,6 +2,6 @@ date: "2019-10-16" --- -Hi, my name is Dan Barber. I’m a web designer and developer in Madison, WI. -I design and build standards compliant websites that are simple, usable and -attractive using open source software technologies. +Hi, I'm Dan and this is my personal space on the web. You can find out more about me or see what kind of things I'm now. diff --git a/content/about/index.md b/content/about/index.md index 9bb6220b..72a647c7 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -1,15 +1,14 @@ --- title: About Me -layout: about +layout: page ---
{{< img src="DSCF1968.jpg" alt="Hello!" caption="" >}}
-Hi, my name is Dan Barber. I’m a web developer in New York. I design and build -standards compliant websites that are simple, usable and attractive using open -source software technologies. +Hi, my name is Dan Barber. I’m a web developer currently living in Wisconsin. I +love computers and music, and often combine the two. In my spare time I play drums, guitar and piano (and occasionally the ukulele) and make music using computers. I also like to dabble in electronics and video diff --git a/content/now/_index.md b/content/now/_index.md new file mode 100644 index 00000000..8271dffa --- /dev/null +++ b/content/now/_index.md @@ -0,0 +1,7 @@ +--- +title: Now +layout: now +--- + +On this page I keep a list of things that currently have my attention, like side +projects, music I'm listening to, games I'm playing, and books I'm reading. diff --git a/content/now/music/_index.md b/content/now/music/_index.md new file mode 100644 index 00000000..59085512 --- /dev/null +++ b/content/now/music/_index.md @@ -0,0 +1,7 @@ +--- +layout: none +--- + +### Music + +Here are some of the albums I've been enjoying recently: diff --git a/content/now/music/ghost.skeleta/cover.jpg b/content/now/music/ghost.skeleta/cover.jpg new file mode 100644 index 00000000..9790bc38 Binary files /dev/null and b/content/now/music/ghost.skeleta/cover.jpg differ diff --git a/content/now/music/ghost.skeleta/index.md b/content/now/music/ghost.skeleta/index.md new file mode 100644 index 00000000..f3f5d09e --- /dev/null +++ b/content/now/music/ghost.skeleta/index.md @@ -0,0 +1,4 @@ +--- +title: Skeletá +artist: Ghost +--- diff --git a/content/now/music/lukhash.home-arcade/cover.jpg b/content/now/music/lukhash.home-arcade/cover.jpg new file mode 100644 index 00000000..0b9efd85 Binary files /dev/null and b/content/now/music/lukhash.home-arcade/cover.jpg differ diff --git a/content/now/music/lukhash.home-arcade/index.md b/content/now/music/lukhash.home-arcade/index.md new file mode 100644 index 00000000..65279bfb --- /dev/null +++ b/content/now/music/lukhash.home-arcade/index.md @@ -0,0 +1,4 @@ +--- +title: Home Arcade +artist: Lukhash +--- diff --git a/content/now/music/the-midnight.heroes/cover.jpg b/content/now/music/the-midnight.heroes/cover.jpg new file mode 100644 index 00000000..436d9531 Binary files /dev/null and b/content/now/music/the-midnight.heroes/cover.jpg differ diff --git a/content/now/music/the-midnight.heroes/index.md b/content/now/music/the-midnight.heroes/index.md new file mode 100644 index 00000000..65279bfb --- /dev/null +++ b/content/now/music/the-midnight.heroes/index.md @@ -0,0 +1,4 @@ +--- +title: Home Arcade +artist: Lukhash +--- diff --git a/layouts/_default/about.html b/layouts/_default/about.html index 51b2ee81..c594ee35 100644 --- a/layouts/_default/about.html +++ b/layouts/_default/about.html @@ -6,10 +6,4 @@ {{.Content}} - -
-

Projects

- - {{ partial "projects/persephone" . }} -
{{ end }} diff --git a/layouts/_default/now.html b/layouts/_default/now.html new file mode 100644 index 00000000..c594ee35 --- /dev/null +++ b/layouts/_default/now.html @@ -0,0 +1,9 @@ +{{ define "main" }} +
+
+

{{.Title}}

+
+ + {{.Content}} +
+{{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fdd57736..edc6b642 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,6 +1,12 @@