Skip to content

Commit

Permalink
add tags and update some summaries and descriptions for sections othe…
Browse files Browse the repository at this point in the history
…r than development setup
  • Loading branch information
francoposa committed Dec 22, 2024
1 parent 47d1e47 commit 5b3f6b6
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 7 deletions.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ languageCode = "en-us"
theme = "hypo"
title = "francoposa.io"

#capitalizeListTitles = false
enableGitInfo = true

[params]
Expand Down
9 changes: 7 additions & 2 deletions content/resources/dev-tools/git-good-1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: "Git Good, Part 1: Configuration, Creating Repositories, and Committing Changes"
slug: git-basics-1
title: "Git Basics, Part 1"
summary: "Git Config, Init, Add, and Commit"
description: "Configuration, Creating Repositories, and Committing Changes"
tags:
- Git
- GitHub

slug: git-basics-1
date: 2023-10-02
weight: 1
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
---
title: "Containerizing a Golang Application with Dockerfile and Makefile"
slug: golang-containerizing-dockerfile-makefile
title: "Containerizing a Golang Application"
summary: "Packaging a Golang Application for Containerized Deployment"
description: "Build, Run, and Push with Docker and Make"
tags:
- Golang
- Containers
- Docker
- Make
- Git

slug: golang-containerizing-dockerfile-makefile
date: 2024-01-17
weight: 1
---
Expand Down
7 changes: 6 additions & 1 deletion content/resources/golang/text-template-composition.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
---
title: "Golang Templates, Part 1: Concepts and Composition"
slug: golang-templates-1
summary: "Understanding Golang Template Nesting and Hierarchy With Simple Text Templates"
tags:
- Golang
- Templating
- Data Structures

slug: golang-templates-1
date: 2020-12-10
weight: 2
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: "Deploying K3s with Ansible on DigitalOcean, Part 1"
summary: "Creating a DigitalOcean Server with Ansible"
description: "Ansible, Ansible Collections, DigitalOcean Droplets, and Initial Server Configuration"
tags:
- Ansible
- DigitalOcean
- Cloud-Init
- SSH

slug: kubernetes-ansible-digital-ocean-k3s-1
aliases:
- /resources/infra-ops/kubernetes-k3s-ansible-digital-ocean-0/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: "Deploying K3s with Ansible on DigitalOcean, Part 2"
summary: "Using DigitalOcean Servers as Ansible Dynamic Inventory"
description: "Ansible Host Groups, Host Variables, and Dynamic Inventory Plugins"
tags:
- Ansible
- DigitalOcean

slug: kubernetes-ansible-digital-ocean-k3s-2
aliases:
- /resources/infra-ops/kubernetes-k3s-ansible-digital-ocean-2/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
title: "Deploying K3s with Ansible on DigitalOcean, Part 3"
summary: "Deploying a K3s Kubernetes Cluster with Ansible"
description: "K3s Installation, Configuration, and KubeConfig Management with Ansible"
tags:
- Kubernetes
- K3s
- Ansible
- DigitalOcean

slug: kubernetes-ansible-digital-ocean-k3s-3
aliases:
- /resources/infra-ops/kubernetes-k3s-ansible-digital-ocean-3/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: "Delivering Software with Kubernetes, Part 1"
summary: "Deploying a Stateless HTTP Service to Kubernetes"
description: "Kubernetes CLI Tooling and Manifests for Namespaces, Deployments, Pods, and Services"
tags:
- Kubernetes

slug: kubernetes-software-deployment-1
aliases:
- /resources/infra-ops/zero-to-production-with-kubernetes-4/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ title: "Delivering Software with Kubernetes, Part 2"
summary: "Exposing a Service to the Public Internet"
description: "Domains, DNS Records, TLS Certificates, and Kubernetes Ingresses"
tags:
- kubernetes
- networking
- Kubernetes
- K3s
- Networking
- Traefik

slug: kubernetes-software-deployment-2
aliases:
Expand Down

0 comments on commit 5b3f6b6

Please sign in to comment.