diff --git a/config.toml b/config.toml index 0b95e0d..f3552b9 100644 --- a/config.toml +++ b/config.toml @@ -9,11 +9,12 @@ summaryLength = 32 enableRobotsTXT = true enableEmoji = true -googleAnalytics = "UA-PROPERTY_ID" +googleAnalytics = "UA-155338921-1" [params] favicon = "/party-tp.gif" webmentions = true + webmentionsToken = "ic1WKZMcnQjvAZzwdjSmpQ" [markup] [markup.highlight] diff --git a/content/_index.md b/content/_index.md index 57ac347..6004123 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,8 +2,6 @@ title: Homepage --- - - # Hello 👋 **I'm Adam V. and I build software for a living, and sometimes for fun. I love to learn new things and am curious about about the world.** @@ -11,7 +9,6 @@ title: Homepage [Resume](/resume_2019.pdf) | PGP: [A466CEE1415C0B9C](/gpg.pub) | [The code for this blog](https://git.vdhsn.com/adam/garden) - This is my attempt at a Digital Garden and public learning space. Things will shift and move over time here. The goal isn't to get traffic to this site, but to learn and grow through writing and and exposing my thoughts to the world. diff --git a/content/health/_index.md b/content/health/_index.md index 6c24a17..338752a 100644 --- a/content/health/_index.md +++ b/content/health/_index.md @@ -1,7 +1,8 @@ --- title: Health -description: Health related notes. Physical, Mental, Spiritual, Social etc. --- +# Health :heart: +Mental, Physical, Emotional health and wellbeing. diff --git a/content/software/_index.md b/content/software/_index.md index 320aaa8..2e521af 100644 --- a/content/software/_index.md +++ b/content/software/_index.md @@ -1,4 +1,27 @@ --- title: Software -description: Software I use --- + +# Software 'n' stuff :computer: + +This section is all about software related topics + + + +Below are some links that I've found useful around the web lately. + +### Kubernetes + +- [Kubernetes in Production: The Ultimate Guide to Monitoring Resource Metrics with Prometheus](https://www.replex.io/blog/kubernetes-in-production-the-ultimate-guide-to-monitoring-resource-metrics) +- [K8s Monitor Pod CPU and memory usage with Prometheus](https://itnext.io/k8s-monitor-pod-cpu-and-memory-usage-with-prometheus-28eec6d84729) +- [Understanding machine cpu usage](https://www.robustperception.io/understanding-machine-cpu-usage) + + +### Digital Garden templates + +- [doubleloop digital garden](https://commonplace.doubleloop.net/digital-garden) + +### Tools + +- [Netshoot](https://github.com/nicolaka/netshoot) + diff --git a/content/software/trunk_branches.md b/content/software/trunk_branches.md new file mode 100644 index 0000000..0a7c68d --- /dev/null +++ b/content/software/trunk_branches.md @@ -0,0 +1,21 @@ +--- +title: "Trunk_branches" +description: "Usefult organization, communication and problem solving frameworks" +date: 2022-03-12T12:42:49-06:00 +draft: true +tags: [management, programming, career] +--- + + +### Trunk and Branches Model +> Source: [Trunk and Branches on lethain.com](https://lethain.com/trunk-and-branches/) + +### MECE +> [MECE Priniple](https://en.wikipedia.org/wiki/MECE_principle) + + +### Minto Framework +> [Minto Framework]() + +### RACI Model +> [RACI Model](https://en.wikipedia.org/wiki/Responsibility_assignment_matrix) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f013ac8..ae1d98d 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,18 +1,24 @@ {{ define "main" }} -{{ $description := .Description }} -
-

{{ .Title }}

+

+ {{ if .Content }} + Topics + {{ else }} + {{ .Title }} + {{ end }} +

- +
-
-

Select a post to read

+ +
+
+ {{ if .Content }} + {{ .Content }} + {{ else }} + +

Select a post to read on the left

+ {{ end}} + +
+
{{ end }} diff --git a/layouts/partials/icon/keybaseIcon.html b/layouts/partials/icon/keybaseIcon.html index d7d8c26..01b30d4 100644 --- a/layouts/partials/icon/keybaseIcon.html +++ b/layouts/partials/icon/keybaseIcon.html @@ -1,4 +1,4 @@ - diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index a859e59..f7701cc 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -43,7 +43,7 @@ {{ range .Site.Menus.social }}
  • + href="{{ .URL }}" target="_blank" rel="me noopener noreferrer"> {{ .Name }} {{ if eq .Name "GitHub" }} {{- partial "icon/githubIcon.html" . -}}