Skip to content

Commit

Permalink
Hugo and theme update
Browse files Browse the repository at this point in the history
  • Loading branch information
truemped committed Mar 12, 2024
1 parent 060468a commit a2b423b
Show file tree
Hide file tree
Showing 21 changed files with 17,145 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pom.xml.asc
**.swp
.DS_Store
/public/
.hugo_build.lock
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ cd truemped.github.io/
This blog is built using [[https://gohugo.io/][Hugo]]. To run locally, simply run

#+BEGIN_SRC bash
$ hugo server
$ hugo serve -F --cleanDestinationDir --enableGitInfo --renderToDisk
#+END_SRC

** Building
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ social:
weight: 1
url: "https://github.com/truemped"
- name: "Mastodon"
icon: "fa fa-mastodon fa-2x"
icon: "fa-brands fa-mastodon fa-2x"
weight: 2
url: "https://hachyderm.io/@truemped"
rel: "me"
Expand Down
2 changes: 1 addition & 1 deletion content/ideas-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ companies in the world that should actually build their own data centers.

A good introduction to Wardley mapping is this thread by the man himself:

{{< tweet swardley 1550514919530934273 >}}
{{< tweet user="swardley" id="1550514919530934273" >}}

## Pioneers, Settlers, Town Planners

Expand Down
2 changes: 1 addition & 1 deletion content/posts/engineering/tailscale.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
Last Friday I got to know [Tailscale][0] by a complete coincidence. Someone I
follow on twitter mentioned it:

{{< tweet clofresh 1360105546712576006 >}}
{{< tweet user="clofresh" id="1360105546712576006" >}}

What can I say: it blew my mind! I always wanted to setup a VPN connection
between my droplet and my NAS at home for backups. But of course I was way too
Expand Down
4 changes: 2 additions & 2 deletions content/posts/mgmt/leadership-is-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ because a number of factors were at play.

But:

{{< tweet ebowman 1144152536808611840 >}}
{{< tweet user="ebowman" id="1144152536808611840" >}}

And it's true. If the broader organization is not good at post-incident handling
and improving the systems, *not* doing 5-why's is an invitation for getting
Expand All @@ -115,7 +115,7 @@ tech][0], "The loudest, most bombastic engineer states their case with
certainty, and that shuts down discussion." In the presence of a power dynamic I
would go even further though:

{{< tweet shreyas 1292324824530878474 >}}
{{< tweet user="shreyas" id="1292324824530878474" >}}

If the top executive in the company has "strong opinions" it effectively
destroys creativity. Everyone will always only want to do things that fit the
Expand Down
2 changes: 1 addition & 1 deletion content/posts/mgmt/limiting-wip/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ everyone is busy but nothing gets done. If this is so ubiquitous why is no one
doing anything about it? Are people not aware or do they not know how to fix it?
This is so predominant, that it almost is too easy to just claim:

{{< tweet johncutlefish 1305436790157762563 >}}
{{< tweet user="johncutlefish" id="1305436790157762563" >}}

One aspect I keep getting back to is the notion of software engineering
organizations as production lines. As engineer I certainly refused this notion
Expand Down
2 changes: 1 addition & 1 deletion content/posts/mgmt/on-feature-flags/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:

{{< figure src="marco-bianchetti-UOAD9U-TYxc-unsplash.jpg"
caption="Photo by [Marco Bianchetti](https://unsplash.com/@marcobian) on [Unsplash](https://unsplash.com/photos/UOAD9U-TYxc)">}}

Continuous *delivery* is the holy grail of building software.
Not just continuous integration, like running your whole test suite on every push or pull request.
Deploying multiple times a day improves cycle times.
Expand Down
Loading

0 comments on commit a2b423b

Please sign in to comment.