Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Zoller <chipzoller@gmail.com>2022-03-28 00:58:30 +0300
committerChip Zoller <chipzoller@gmail.com>2022-03-28 00:58:30 +0300
commit352b26464ba64faaf6ea8879445b17545826e925 (patch)
tree7e9816130cec91b4f8bd49f664971e0c347b516e
parent4bc5168bed27eee652365658fc332253e12e3bdc (diff)
remove errant images and bump test to Hugo 0.95
Signed-off-by: Chip Zoller <chipzoller@gmail.com>
-rw-r--r--.github/workflows/test.yml2
-rw-r--r--static/images/jane-doe.pngbin26806 -> 0 bytes
-rw-r--r--static/images/thumbnail.pngbin22745 -> 0 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4d00a72..6012b94 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
matrix:
hugo-version:
- 'latest'
- - '0.89.4'
+ - '0.95.0'
steps:
- uses: actions/checkout@v2
diff --git a/static/images/jane-doe.png b/static/images/jane-doe.png
deleted file mode 100644
index 5390701..0000000
--- a/static/images/jane-doe.png
+++ /dev/null
Binary files differ
diff --git a/static/images/thumbnail.png b/static/images/thumbnail.png
deleted file mode 100644
index c484f2a..0000000
--- a/static/images/thumbnail.png
+++ /dev/null
Binary files differ