diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..527eaa8 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,4 @@ +--- +summary: "Abdullah Tarawneh is an information architect, designer, developer, photographer, and all-around creative, especially for the web. " +tags: ["abdullah", "tarawneh", "birmingham", "hoover", "alabama", "design", "designer", "web", "developer", "consultant", "creative", "freelance", "freelancer", "photography", "photographer"] +--- \ No newline at end of file diff --git a/content/blog/elements/index.md b/content/blog/elements/index.md index cbaa9ad..e5d4caf 100644 --- a/content/blog/elements/index.md +++ b/content/blog/elements/index.md @@ -1,6 +1,10 @@ --- title: "Elements" summary: "Testing styles" +author: "Abdullah Tarawneh" +date: "1970-01-01" +tags: ["test"] +cover: "" draft: false --- diff --git a/content/code/_index.md b/content/code/_index.md index 4503683..975da3c 100644 --- a/content/code/_index.md +++ b/content/code/_index.md @@ -1,3 +1,5 @@ --- title: "Code written" +summary: "My personal projects and contributions to open source and free software." +tags: ["abdullah tarawneh", "coding", "code", "open source", "free software", "github", "pull request", "dev", "development", "project", "projects"] --- \ No newline at end of file diff --git a/content/code/certbot-namecheap/index.md b/content/code/certbot-namecheap/index.md index 8086a5b..e78a6ba 100644 --- a/content/code/certbot-namecheap/index.md +++ b/content/code/certbot-namecheap/index.md @@ -1,6 +1,7 @@ --- title: "Certbot DNS-01 hook for Namecheap" summary: "A manual auth hook for Certbot, implementing the DNS-01 challenge with Namecheap as the provider. Written in Python." +author: "Abdullah Tarawneh" date: "2019-10-30" tags: ["namecheap", "certbot", "dns-01", "python", "letsencrypt"] cover: "/images/namecheap.jpg" diff --git a/content/code/liberapay-pleroma/index.md b/content/code/liberapay-pleroma/index.md index 4cbe0f9..3ab4f91 100644 --- a/content/code/liberapay-pleroma/index.md +++ b/content/code/liberapay-pleroma/index.md @@ -1,6 +1,7 @@ --- title: "Add Pleroma support to Liberapay" summary: "Pleroma is compatible with the Mastodon API, but uses a different URL format. This pull request creates a Pleroma identity provider within Liberapay that takes this difference into account." +author: "Abdullah Tarawneh" date: "2019-11-13" tags: ["mastodon", "api", "pleroma", "liberapay", "contribution", "pull request", "github"] cover: "/images/liberapay-pleroma.jpg" diff --git a/content/code/mastomods/index.md b/content/code/mastomods/index.md index 98a14c0..15fbc48 100644 --- a/content/code/mastomods/index.md +++ b/content/code/mastomods/index.md @@ -1,6 +1,7 @@ --- title: "MastoMods" summary: "CSS tweaks and modifications for Mastodon, a libre micro-blogging social server similar to Twitter." +author: "Abdullah Tarawneh" date: "2019-02-18" tags: ["mastomods", "mastodon", "css", "userstyles", "tweaks"] cover: "/images/mastomods.jpg" diff --git a/content/code/obs-edit-transform/index.md b/content/code/obs-edit-transform/index.md index c44646c..d5c2b2d 100644 --- a/content/code/obs-edit-transform/index.md +++ b/content/code/obs-edit-transform/index.md @@ -2,6 +2,7 @@ title: "OBS Studio: Ctrl+E to Edit Transform" summary: "I added a shortcut to edit transforms on a source in OBS Studio." date: "2017-04-30" +author: "Abdullah Tarawneh" tags: ["obs", "open broadcaster software", "obs studio", "keyboard shortcut", "edit transform", "pull request", "github"] cover: "/images/obs-transform.jpg" --- diff --git a/content/code/photobucketgrabber/index.md b/content/code/photobucketgrabber/index.md index cdf1ed1..0cfa143 100644 --- a/content/code/photobucketgrabber/index.md +++ b/content/code/photobucketgrabber/index.md @@ -1,6 +1,7 @@ --- title: "PhotoBucketGrabber" summary: "Download all your photos from PhotoBucket using this Python script." +author: "Abdullah Tarawneh" date: "2019-03-17" tags: ["python", "photobucket", "automation", "scripting", "archive", "export", "download"] cover: "/images/photobucketgrabber.jpg" diff --git a/content/code/salatime/index.md b/content/code/salatime/index.md index 35ded8d..e9de3c5 100644 --- a/content/code/salatime/index.md +++ b/content/code/salatime/index.md @@ -2,6 +2,7 @@ title: "salatime" summary: "Basic terminal script to print out daily prayer times for Birmingham, AL." date: "2019-05-09" +author: "Abdullah Tarawneh" tags: ["python", "web scraping", "scraping", "beautifulsoup", "salat", "prayer", "time"] cover: "/images/salatime.jpg" --- diff --git a/content/work/mastodon/index.md b/content/work/mastodon/index.md index 175fe58..aa9187a 100644 --- a/content/work/mastodon/index.md +++ b/content/work/mastodon/index.md @@ -1,6 +1,7 @@ --- title: "Mastodon documentation revamp" summary: "Reorganizing the documentation for the Mastodon Project, while also rewriting significant portions of it." +author: "Abdullah Tarawneh" date: "2020-01-04" tags: ["mastodon", "documentation", "information architecture", "rest api"] cover: "/images/mastodocs.jpg" diff --git a/content/work/pixelfed/index.md b/content/work/pixelfed/index.md index 58fcf38..ee1ca21 100644 --- a/content/work/pixelfed/index.md +++ b/content/work/pixelfed/index.md @@ -1,7 +1,8 @@ --- title: "Pixelfed team member" summary: "Turning a one-person project into an organized effort." -date: "2019-01-01" +author: "Abdullah Tarawneh" +date: "2019-01-06" tags: ["pixelfed", "project management", "product management", "github issues", "documentation"] cover: "/images/pixelfed.jpg" --- diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1654846..b42be23 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,12 +3,104 @@ + + {{ $styles := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }} - {{ block "title" . }} - {{ .Site.Title }} - {{ end }} + + {{ block "title" . }}{{ .Site.Title }}{{ end }} + {{ if .IsPage }}{{ end }} + {{ .Title }} | {{ .Site.Title }} + + + + + + + + + + + + + + + {{ with .Params.cover }} + + + {{ else }} + + + + {{ end }} + + {{ if isset .Params "date" }} + + {{ else }} + + {{ end }} + + {{ with.Params.author }} + + {{ end }} + {{ with.Params.category }} + {{ end }} + + + + {{ with .OutputFormats.Get "RSS" }} + {{ end }} + + + + + + + + + + + + + + + {{ partial "site-header.html" . }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 68083f2..1cbe910 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,6 +1,4 @@ -{{ define "title" }} -{{.Title}} | {{ .Site.Title }} -{{ end }} +{{ define "title" }}{{.Title}} | {{ .Site.Title }}{{ end }} {{ define "main" }}