Compare commits
2 commits
f69b6fddbe
...
9ab5f9ca83
Author | SHA1 | Date | |
---|---|---|---|
9ab5f9ca83 | |||
88926a3058 |
6 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Build German Version
|
- name: Build German Version
|
||||||
run: npm run build:de
|
run: npm run build:de
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 107 KiB |
Binary file not shown.
Before Width: | Height: | Size: 123 KiB |
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 123 KiB |
|
@ -26,12 +26,12 @@ title: {{site.title}}
|
||||||
<meta property="og:title" content="{{site.title}}">
|
<meta property="og:title" content="{{site.title}}">
|
||||||
<meta property="og:description" content="{{site.description}}">
|
<meta property="og:description" content="{{site.description}}">
|
||||||
<meta property="og:site_name" content="{{site.title}}">
|
<meta property="og:site_name" content="{{site.title}}">
|
||||||
<meta property="og:image" content="{{site.language.url}}/img/samuel-1024-n.jpg">
|
<meta property="og:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
||||||
<meta property="og:updated_time" content="{{site.buildTime}}">
|
<meta property="og:updated_time" content="{{site.buildTime}}">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="{{site.title}}">
|
<meta name="twitter:title" content="{{site.title}}">
|
||||||
<meta name="twitter:description" content="{{site.description}}">
|
<meta name="twitter:description" content="{{site.description}}">
|
||||||
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-1024-n.jpg">
|
<meta name="twitter:image" content="{{site.language.url}}/img/samuel-1024.jpg">
|
||||||
<link rel="shortcut icon" href="/img/samuel.png">
|
<link rel="shortcut icon" href="/img/samuel.png">
|
||||||
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}">
|
<link rel="stylesheet" href="{{ '/css/main.css' | rev }}">
|
||||||
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
<script async defer data-website-id="594e86a6-02bb-407d-98e0-73e31827a785" data-domains="samuel-philipp.de"
|
||||||
|
@ -56,7 +56,7 @@ title: {{site.title}}
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="d-flex flex-column flex-grow-1 justify-content-center">
|
<div class="d-flex flex-column flex-grow-1 justify-content-center">
|
||||||
<img class="profile-thumb mb-4" src="img/samuel-1024-n.jpg" alt="Samuel Philipp">
|
<img class="profile-thumb mb-4" src="img/samuel-1024.jpg" alt="Samuel Philipp">
|
||||||
<h1>{{site.title}}</h1>
|
<h1>{{site.title}}</h1>
|
||||||
<h3>{{site.subtitle}}</h3>
|
<h3>{{site.subtitle}}</h3>
|
||||||
<ul class="social-icons mt-2">
|
<ul class="social-icons mt-2">
|
||||||
|
|
Loading…
Reference in a new issue