Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
johanngyger committed Jan 3, 2021
1 parent bcb404f commit 3b36573
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ This repo hosts the Markdown source of my presentation "On Software Engineering"
The presentation is built using the static page generator [Hugo](https://gohugo.io/).
The Hugo theme [reveal-hugo](https://themes.gohugo.io/reveal-hugo/) is used to turn it into an HTML presentation with [reveal.js](https://revealjs.com/).

## Rendering

## Build

After cloning the main repo, you need to initialize the Git submodule:

Expand All @@ -20,6 +21,12 @@ hugo server
```


## Deploy

The rendered content is hosted here: <https://on-sw-eng.netlify.app>.
Every push to the main branch will trigger a redeploy.


## Maintenance

Run the following command to update all submodules with their newest upstream version:
Expand Down
10 changes: 7 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ outputs = ["Reveal"]

## DevOps

<img src="images/devops_loop.png" height="500">
<img src="images/devops_loop.png" height="470">

<sup><sup>[image credits](https://medium.com/@mainakdutta76/before-and-after-of-devops-a-peek-into-agile-devops-3600c26129ac)</sup></sup>

Expand Down Expand Up @@ -128,7 +128,7 @@ DevOps is the combination of **cultural philosophies, practices, and tools** tha

---

### Corporates
### Meanwhile in corporate land ...

<img src="images/safe.png" height="500">

Expand Down Expand Up @@ -502,8 +502,8 @@ It is a platform designed to manage the lifecycle of containerized applications
### whoami

- Johann Gyger
- [@johanngyger](https://twitter.com/johanngyger)
- Passionate software engineer
- Twitter: [@johanngyger](https://twitter.com/johanngyger)
- Consultant at [Levingo](https://levingo.ch/)
- Trainer at [acend](https://acend.ch/)
- [CNCF Ambassador](https://www.cncf.io/people/ambassadors/)
Expand All @@ -518,4 +518,8 @@ It is a platform designed to manage the lifecycle of containerized applications
- [Infrastructure as Code](https://learning.oreilly.com/library/view/infrastructure-as-code/9781098114664/) — Dynamic systems for the cloud age
- [Building Microservices](https://learning.oreilly.com/library/view/building-microservices-2nd/9781492034018/) — Designing fine-grained systems

---

<https://github.com/johanngyger/on-sw-eng>

{{% /section %}}

0 comments on commit 3b36573

Please sign in to comment.