From 5d09bae3e3d0ebd5738e7e13047960cb4674c660 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 17 Oct 2021 10:22:23 -0400 Subject: mv icons ims and disable pgp key --- data/menu.yaml | 14 ++++++++------ themes/hugo-pt2021/static/icons/github.svg | 1 - themes/hugo-pt2021/static/icons/key.svg | 1 - themes/hugo-pt2021/static/icons/rss.svg | 1 - themes/hugo-pt2021/static/ims/github.svg | 1 + themes/hugo-pt2021/static/ims/key.svg | 1 + themes/hugo-pt2021/static/ims/rss.svg | 1 + 7 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 themes/hugo-pt2021/static/icons/github.svg delete mode 100644 themes/hugo-pt2021/static/icons/key.svg delete mode 100644 themes/hugo-pt2021/static/icons/rss.svg create mode 100644 themes/hugo-pt2021/static/ims/github.svg create mode 100644 themes/hugo-pt2021/static/ims/key.svg create mode 100644 themes/hugo-pt2021/static/ims/rss.svg diff --git a/data/menu.yaml b/data/menu.yaml index 475a89d..2002fc0 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -23,13 +23,15 @@ start: end: - id: "github" href: "https://github.com/pablotron" - icon: "/icons/github.svg" + icon: "/ims/github.svg" help: "github page" - - id: "pgp" - href: "/files/pgp.asc" - icon: "/icons/key.svg" - help: "PGP key" +# +# - id: "pgp" +# href: "/files/pgp.asc" +# icon: "/ims/key.svg" +# help: "PGP key" +# - id: "rss" href: "/index.xml" - icon: "/icons/rss.svg" + icon: "/ims/rss.svg" help: "blog feed" diff --git a/themes/hugo-pt2021/static/icons/github.svg b/themes/hugo-pt2021/static/icons/github.svg deleted file mode 100644 index d6c203f..0000000 --- a/themes/hugo-pt2021/static/icons/github.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/hugo-pt2021/static/icons/key.svg b/themes/hugo-pt2021/static/icons/key.svg deleted file mode 100644 index db2119c..0000000 --- a/themes/hugo-pt2021/static/icons/key.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/hugo-pt2021/static/icons/rss.svg b/themes/hugo-pt2021/static/icons/rss.svg deleted file mode 100644 index 3926ac6..0000000 --- a/themes/hugo-pt2021/static/icons/rss.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/themes/hugo-pt2021/static/ims/github.svg b/themes/hugo-pt2021/static/ims/github.svg new file mode 100644 index 0000000..d6c203f --- /dev/null +++ b/themes/hugo-pt2021/static/ims/github.svg @@ -0,0 +1 @@ + diff --git a/themes/hugo-pt2021/static/ims/key.svg b/themes/hugo-pt2021/static/ims/key.svg new file mode 100644 index 0000000..db2119c --- /dev/null +++ b/themes/hugo-pt2021/static/ims/key.svg @@ -0,0 +1 @@ + diff --git a/themes/hugo-pt2021/static/ims/rss.svg b/themes/hugo-pt2021/static/ims/rss.svg new file mode 100644 index 0000000..3926ac6 --- /dev/null +++ b/themes/hugo-pt2021/static/ims/rss.svg @@ -0,0 +1 @@ + -- cgit v1.2.3