chore(deps): update dependency thegeeklab/hugo-geekblog to v0.27.0 #313
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
# renovate: datasource=github-releases depName=thegeeklab/hugo-geekblog
|
# renovate: datasource=github-releases depName=thegeeklab/hugo-geekblog
|
||||||
THEME_VERSION := v0.26.2
|
THEME_VERSION := v0.27.0
|
||||||
THEME := hugo-geekblog
|
THEME := hugo-geekblog
|
||||||
BASEDIR := .
|
BASEDIR := .
|
||||||
THEMEDIR := $(BASEDIR)/themes
|
THEMEDIR := $(BASEDIR)/themes
|
||||||
|
Before Width: | Height: | Size: 301 KiB After Width: | Height: | Size: 301 KiB |
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
title: About Me
|
title: About Me
|
||||||
resources:
|
resources:
|
||||||
- name: profile
|
- name: avatar
|
||||||
src: "images/profile.jpg"
|
src: "images/avatar.jpg"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< columns size=small >}}
|
{{< columns size=small >}}
|
||||||
|
|
||||||
<!-- spellchecker-disable -->
|
<!-- spellchecker-disable -->
|
||||||
|
|
||||||
{{< img name=profile lazy=false size=profile anchor=top >}}
|
{{< avatar name=avatar size=tiny anchor=top >}}
|
||||||
|
|
||||||
<!-- spellchecker-enable -->
|
<!-- spellchecker-enable -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user