Compare commits

...

5 Commits

Author SHA1 Message Date
Benno Lorenz 908bba2cd7 updated contact info
Build and Deploy / build-and-deploy (push) Failing after 51s
2026-06-09 13:16:05 +02:00
Benno Lorenz f1e1bd608a fixed link
Build and Deploy / build-and-deploy (push) Successful in 1m15s
2026-06-09 13:10:07 +02:00
Benno Lorenz 93b11fcce2 fixed list formatting
Build and Deploy / build-and-deploy (push) Successful in 1m15s
2026-06-09 13:05:59 +02:00
Benno Lorenz c1ae8c44a5 disabled extended caching
Build and Deploy / build-and-deploy (push) Successful in 1m14s
2026-06-09 13:00:35 +02:00
Benno Lorenz d7b2367b2f fixed unclosed shortcode
Build and Deploy / build-and-deploy (push) Has been cancelled
2026-06-09 12:58:14 +02:00
2 changed files with 42 additions and 39 deletions
+31 -31
View File
@@ -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
+11 -8
View File
@@ -33,13 +33,16 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. D
{{< timelineItem icon="code" header="Apprenticeship (FIAE)" badge="2015 - 2018" subheader="at Wheregroup GmbH" >}} {{< timelineItem icon="code" header="Apprenticeship (FIAE)" badge="2015 - 2018" subheader="at Wheregroup GmbH" >}}
Apprenticeship with a focus on GIS. Apprenticeship with a focus on GIS.
Used Technologies: Used Technologies:
<ul>
- QGIS <li>QGIS</li>
- PostGIS <li>PostGIS</li>
- PostgreSQL <li>PostgreSQL</li>
- Python <li>Python</li>
- Docker <li>Docker</li>
</ul>
{{< /timelineItem >}} {{< /timelineItem >}}
# [Contact ] ( {{< ref "about" >}}) {{< /timeline >}}
# {{< email email="mailto:contact@benno-lorenz.com" text="Contact" subject="Contact Request" >}}