diff --git a/content/about/DSCF1968.jpg b/content/about/DSCF1968.jpg new file mode 100644 index 00000000..0839bcdc Binary files /dev/null and b/content/about/DSCF1968.jpg differ diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 00000000..9bb6220b --- /dev/null +++ b/content/about/index.md @@ -0,0 +1,18 @@ +--- +title: About Me +layout: about +--- + +
+ {{< 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. + +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 +games. I have built keyboards, a drone, an arcade cabinet and various apps, plus +I'm an avid collector of Raspberry Pi's. Sometimes I even use them for something +useful! diff --git a/content/projects/persephone/_index.md b/content/projects/persephone/_index.md new file mode 100644 index 00000000..43ba8b5e --- /dev/null +++ b/content/projects/persephone/_index.md @@ -0,0 +1,7 @@ +--- +title: Persephone +--- + +Persephone is a modern, native, open source MPD client for macOS built using +Swift and AppKit. I built it because the only other native macOS MPD client is +long abandoned and no longer builds on the most recent macOS versions. diff --git a/layouts/_default/about.html b/layouts/_default/about.html new file mode 100644 index 00000000..51b2ee81 --- /dev/null +++ b/layouts/_default/about.html @@ -0,0 +1,15 @@ +{{ define "main" }} +
+
+

{{.Title}}

+
+ + {{.Content}} +
+ +
+

Projects

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

{{.Title}}

+
+ + {{.Content}} +
+{{ end }} diff --git a/layouts/index.html b/layouts/index.html index de859caf..219f2704 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,6 +2,8 @@
{{ .Content }} + +

More →

diff --git a/layouts/partials/projects/persephone.html b/layouts/partials/projects/persephone.html new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/layouts/partials/projects/persephone.html @@ -0,0 +1 @@ +