CHANGE image optimization UPDATE theme
This commit is contained in:
parent
46e4e8744c
commit
0fc182a88d
8 changed files with 14 additions and 5 deletions
|
@ -18,16 +18,16 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Optimize images
|
||||
shell: bash
|
||||
run: |
|
||||
./themes/kobel/assets/build/images.sh
|
||||
- name: Build with hugo
|
||||
env:
|
||||
# For maximum backward compatibility with Hugo modules
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: hugo --minify
|
||||
- name: Optimize images
|
||||
shell: bash
|
||||
run: |
|
||||
./themes/kobel/assets/build/images.sh
|
||||
- name: Zip output
|
||||
run: apt update && apt install zip -y && zip -r public.zip public/
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
BIN
assets/images/Manau_Musa.jpg
Normal file
BIN
assets/images/Manau_Musa.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 MiB |
BIN
assets/images/profilepicture.jpg
Normal file
BIN
assets/images/profilepicture.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 526 KiB |
|
@ -12,6 +12,13 @@ markup:
|
|||
ordered: false
|
||||
startLevel: 1
|
||||
|
||||
module:
|
||||
mounts:
|
||||
- source: assets
|
||||
target: assets
|
||||
- source: static
|
||||
target: assets
|
||||
|
||||
params:
|
||||
description: Description
|
||||
avatar: /images/avatar.jpg
|
||||
|
|
|
@ -4,6 +4,8 @@ date: 2023-10-28
|
|||
draft: false
|
||||
---
|
||||
|
||||
![Drone Picture of Amazon Rainforest!](/images/Manau_Musa.jpg "Ist das nicht wunderschön?")
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. Quod idem licet transferre in voluptatem, ut postea variari voluptas.
|
||||
|
||||
Ullus investigandi veri, nisi inveneris, et quaerendi defatigatio turpis est, cum esset accusata et vituperata ab Hortensio. Qui liber cum et mortem contemnit, qua qui est imbutus quietus esse numquam potest. Praeterea bona praeterita grata recordatione renovata delectant. Est autem situm in nobis ut et voluptates et dolores nasci fatemur e corporis voluptatibus et doloribus -- itaque.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 476 B |
Binary file not shown.
Before Width: | Height: | Size: 909 B |
|
@ -1 +1 @@
|
|||
Subproject commit a841050e84846d69917e1c1431f0557542473c9b
|
||||
Subproject commit 07f46720f8b83c3517a1448a0e109c6ba43c4a63
|
Loading…
Reference in a new issue