Compare commits
7 Commits
4786221781
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 908bba2cd7 | |||
| f1e1bd608a | |||
| 93b11fcce2 | |||
| c1ae8c44a5 | |||
| d7b2367b2f | |||
| b1c80fe796 | |||
| d7c3efb6be |
+31
-31
@@ -17,16 +17,16 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
# Cache the submodule content
|
# Cache the submodule content
|
||||||
- name: Cache submodules
|
# - name: Cache submodules
|
||||||
id: cache-submodules
|
# id: cache-submodules
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: |
|
# path: |
|
||||||
.git/modules
|
# .git/modules
|
||||||
themes/blowfish
|
# themes/blowfish
|
||||||
key: ${{ runner.os }}-submodules-${{ hashFiles('.gitmodules') }}
|
# key: ${{ runner.os }}-submodules-${{ hashFiles('.gitmodules') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-submodules-
|
# ${{ runner.os }}-submodules-
|
||||||
|
|
||||||
# Initialize submodules if cache miss
|
# Initialize submodules if cache miss
|
||||||
- name: Initialize submodules
|
- name: Initialize submodules
|
||||||
@@ -34,13 +34,13 @@ jobs:
|
|||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
# Cache Hugo dependencies and modules
|
# Cache Hugo dependencies and modules
|
||||||
- name: Cache Hugo dependencies
|
# - name: Cache Hugo dependencies
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: /tmp/hugo_cache
|
# path: /tmp/hugo_cache
|
||||||
key: ${{ runner.os }}-hugo-${{ hashFiles('**/go.sum') }}
|
# key: ${{ runner.os }}-hugo-${{ hashFiles('**/go.sum') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-hugo-
|
# ${{ runner.os }}-hugo-
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
@@ -49,25 +49,25 @@ jobs:
|
|||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
# Cache resources but not public to prevent infinite loops
|
# Cache resources but not public to prevent infinite loops
|
||||||
- name: Cache Hugo resources
|
# - name: Cache Hugo resources
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: resources/_gen
|
# path: resources/_gen
|
||||||
key: ${{ runner.os }}-hugo-resources-${{ hashFiles('content/**', 'layouts/**', 'static/**', 'themes/**', 'config/**') }}
|
# key: ${{ runner.os }}-hugo-resources-${{ hashFiles('content/**', 'layouts/**', 'static/**', 'themes/**', 'config/**') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-hugo-resources-
|
# ${{ runner.os }}-hugo-resources-
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify --buildFuture
|
run: hugo --minify --buildFuture
|
||||||
|
|
||||||
# Cache apt packages
|
# Cache apt packages
|
||||||
- name: Cache apt packages
|
# - name: Cache apt packages
|
||||||
uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
with:
|
# with:
|
||||||
path: /var/cache/apt/archives
|
# path: /var/cache/apt/archives
|
||||||
key: ${{ runner.os }}-apt-${{ hashFiles('**/deploy.yml') }}
|
# key: ${{ runner.os }}-apt-${{ hashFiles('**/deploy.yml') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-apt-
|
# ${{ runner.os }}-apt-
|
||||||
|
|
||||||
- name: Install rsync
|
- name: Install rsync
|
||||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||||
|
|||||||
@@ -20,4 +20,5 @@ bio = "Benno Lorenz ist Softwareentwickler und Open-Source-Enthusiast. Er teilt
|
|||||||
links = [
|
links = [
|
||||||
{github = "https://github.com/bennolor" },
|
{github = "https://github.com/bennolor" },
|
||||||
{linkedin = "https://de.linkedin.com/in/benno-lorenz-3b58212a8"},
|
{linkedin = "https://de.linkedin.com/in/benno-lorenz-3b58212a8"},
|
||||||
|
{mastodon = "https://chaos.social/@BananaBen"},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -20,4 +20,5 @@ bio = "Benno Lorenz is a software developer and open source enthusiast. He loves
|
|||||||
links = [
|
links = [
|
||||||
{github = "https://github.com/bennolor" },
|
{github = "https://github.com/bennolor" },
|
||||||
{linkedin = "https://de.linkedin.com/in/benno-lorenz-3b58212a8"},
|
{linkedin = "https://de.linkedin.com/in/benno-lorenz-3b58212a8"},
|
||||||
|
{mastodon = "https://chaos.social/@BananaBen"},
|
||||||
]
|
]
|
||||||
|
|||||||
+18
-20
@@ -18,33 +18,31 @@ I am a Software Developer at [RSP Germany](https://www.rsp.com) where I work on
|
|||||||
|
|
||||||
{{< timeline >}}
|
{{< timeline >}}
|
||||||
|
|
||||||
{{< timelineItem icon="github" header="header" badge="badge test" subheader="subheader" >}}
|
{{< timelineItem icon="code" header="Software Engineer at RSP GmbH" badge="2024 - present" subheader="Telematics, Cybersecurity and DevOps" >}}
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. Donec sollicitudin ut lorem quis lobortis. Nam ac ipsum libero. Sed a ex eget ipsum tincidunt venenatis quis sed nisl. Pellentesque sed urna vel odio consequat tincidunt id ut purus. Nam sollicitudin est sed dui interdum rhoncus.
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. Donec sollicitudin ut lorem quis lobortis. Nam ac ipsum libero. Sed a ex eget ipsum tincidunt venenatis quis sed nisl. Pellentesque sed urna vel odio consequat tincidunt id ut purus. Nam sollicitudin est sed dui interdum rhoncus.
|
||||||
{{< /timelineItem >}}
|
{{< /timelineItem >}}
|
||||||
|
|
||||||
{{< timelineItem icon="code" header="Another Awesome Header" badge="date - present" subheader="Awesome Subheader" >}}
|
{{< timelineItem icon="graduation-cap" header="Student of Computer Science" badge="2021 - 2024" subheader="Studied at University Bayreuth whilst working various side jobs" >}}
|
||||||
With html code
|
I studied Computer Science at University Bayreuth, whilst working a side job as a Kubernetes Admin and doing some projects for small businesses and non profits(Web application development)
|
||||||
|
{{< /timelineItem >}}
|
||||||
|
|
||||||
|
{{< timelineItem icon="graduation-cap" header="Student of Phyics" badge="2018 - 2021" subheader="Studied Physics at University Bayreuth" >}}
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. Donec sollicitudin ut lorem quis lobortis. Nam ac ipsum libero. Sed a ex eget ipsum tincidunt venenatis quis sed nisl. Pellentesque sed urna vel odio consequat tincidunt id ut purus. Nam sollicitudin est sed dui interdum rhoncus.
|
||||||
|
{{< /timelineItem >}}
|
||||||
|
|
||||||
|
{{< timelineItem icon="code" header="Apprenticeship (FIAE)" badge="2015 - 2018" subheader="at Wheregroup GmbH" >}}
|
||||||
|
Apprenticeship with a focus on GIS.
|
||||||
|
Used Technologies:
|
||||||
<ul>
|
<ul>
|
||||||
<li>Coffee</li>
|
<li>QGIS</li>
|
||||||
<li>Tea</li>
|
<li>PostGIS</li>
|
||||||
<li>Milk</li>
|
<li>PostgreSQL</li>
|
||||||
|
<li>Python</li>
|
||||||
|
<li>Docker</li>
|
||||||
</ul>
|
</ul>
|
||||||
{{< /timelineItem >}}
|
{{< /timelineItem >}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{{< timelineItem icon="star" header="Shortcodes" badge="AWESOME" >}}
|
|
||||||
With other shortcodes
|
|
||||||
{{< github repo="nunocoracao/awesome-shortcodes" >}}
|
|
||||||
{{< youtube id="dQw4w9WgXcQ" >}}
|
|
||||||
{{< /timelineItem >}}
|
|
||||||
|
|
||||||
{{< timelineItem icon="code" header="Another Awesome Header">}}
|
|
||||||
{{< github repo="nunocoracao/blowfish" >}}
|
|
||||||
{{< /timelineItem >}}
|
|
||||||
|
|
||||||
{{< /timeline >}}
|
{{< /timeline >}}
|
||||||
|
|
||||||
# Contact
|
|
||||||
|
|
||||||
|
|
||||||
|
# {{< email email="mailto:contact@benno-lorenz.com" text="Contact" subject="Contact Request" >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user