diff --git a/config.toml b/config.toml index bf42059..17bbc48 100644 --- a/config.toml +++ b/config.toml @@ -38,23 +38,44 @@ enableGitInfo = true mainSections = ["posts", "projects"] [[params.skill]] - content = "Writing rock-solid backend stuff in whatever's hip today" + content = "Writing rock-solid backend stuff in whatever's hip today, like Java, Goland, or Ruby." weight = 10 [[params.skill]] - content = "Automating things that don't really need automating" + content = "Automating things that don't really need automating." weight = 20 [[params.skill]] - content = "Writing fiction that I'm too afraid to share with the world" + content = "Producing electronic music under my alter ego Neuroslasher." weight = 30 [[params.popular]] - name = "approved by over 50k Googlers and Stack Overflowers every month!" - url = "/tags/git/" - weight = 10 + name = "Cherry-Picking specific commits from another branch" + url = "/2010/06/10/cherry-picking-specific-commits-from-another-branch/" + weight = 100 [[params.popular]] - name = "see how I fix things (even though I have no idea what I'm doing)" - url = "/tags/repair/" - weight = 5 + name = "Installing Node.js and NPM on Ubuntu/Debian" + url = "/2011/10/24/installing-node-js-and-npm-on-ubuntu-debian/" + weight = 100 +[[params.popular]] + name = "How to create and apply a patch with Git" + url = "/2009/10/26/how-to-create-and-apply-a-patch-with-git/" + weight = 100 +[[params.popular]] + name = "Git: Squash your latests commits into one" + url = "/2011/07/05/git-squash-your-latests-commits-into-one/" + weight = 50 +[[params.popular]] + name = "Building a DIY Home Server with FreeNAS" + url = "/2020/02/28/building-a-diy-home-server-with-freenas/" + weight = 50 +[[params.popular]] + name = "How to create and apply a patch with Subversion" + url = "/2007/07/03/how-to-create-and-apply-a-patch-with-subversion/" + weight = 50 +[[params.popular]] + name = "Repair: Philips 42\" 3D LED TV with Ambilight" + url = "/projects/repair-philips-42pfl6057h-12/" + weight = 50 + # Menu links [[menu.main]] diff --git a/content/about.md b/content/about.md index efc7872..1cc2145 100644 --- a/content/about.md +++ b/content/about.md @@ -37,3 +37,5 @@ domain name for this blog. This site is static HTML, generated with [Hugo](http://gohugo.io) via self-hosted versions of [Gitea](https://gitea.io) and [Drone](https://drone.io/). + +![](/img/avatar-ascii.png) \ No newline at end of file diff --git a/content/contact.md b/content/contact.md index 87e4dc1..82779cf 100644 --- a/content/contact.md +++ b/content/contact.md @@ -30,7 +30,7 @@ helpful (and more knowledgeable) people are ready to help out.
- +
diff --git a/static/img/avatar-ascii.png b/static/img/avatar-ascii.png new file mode 100644 index 0000000..ea13054 Binary files /dev/null and b/static/img/avatar-ascii.png differ diff --git a/themes/devroom-2020/layouts/partials/home.html b/themes/devroom-2020/layouts/partials/home.html index be097e4..6d3d78a 100644 --- a/themes/devroom-2020/layouts/partials/home.html +++ b/themes/devroom-2020/layouts/partials/home.html @@ -6,7 +6,7 @@ {{ with .Site.Params.skill }} {{ end }} @@ -17,17 +17,16 @@ {{ with .Site.Params.popular }} {{ end }} -

Recent things

+

Recent posts

{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }} -{{ range first 5 $pages }} - {{ .Date.Format (.Site.Params.dateFormat | default "2006-01-02" ) }} - - - {{ .Title }} -
-{{ end }} \ No newline at end of file + \ No newline at end of file diff --git a/themes/devroom-2020/layouts/partials/list.html b/themes/devroom-2020/layouts/partials/list.html index 3967ac6..5fc1e3d 100644 --- a/themes/devroom-2020/layouts/partials/list.html +++ b/themes/devroom-2020/layouts/partials/list.html @@ -7,13 +7,10 @@ {{- .Title -}} -

+

\ No newline at end of file