diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index f6ccf76..c7456bf 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -21,3 +21,14 @@ name = "Showcase" url = "showcase" weight = 4 + +[[main]] + identifier = "gallery" + name = "Gallery" + url = "gallery" + weight = 5 + +[[main]] + parent = "gallery" + name = "Carnage" + url = "gallery/carnage" diff --git a/content/en/gallery/Carnage/index.md b/content/en/gallery/Carnage/index.md new file mode 100644 index 0000000..743d1fa --- /dev/null +++ b/content/en/gallery/Carnage/index.md @@ -0,0 +1,26 @@ +--- +author: "Devoalda" +authorEmoji: 🐺 +title: "Carnage" +date: 2020-07-05T19:45:44+08:00 +description: +type: gallery +mode: at-once # at-once or one-by-one +tags: +- linux +- arch +series: +- +categories: +- +image: images/postImages/Computer.png +images: # when mode is one-by-one, images front matter works + - image: carnage\ xmonad\ 07052020.png + caption: Carnage with Xmonad + - image: carnage\ xmonad\ 070520201.png + caption: Carnage with Xmonad picture 2 + - image: carnage\ xmonad\ 070520202.png + caption: Carnage with Xmonad picture 3 +--- + +Pictures of my desktop and my working environment diff --git a/static/gallery/Carnage/Carnage Xmonad 05072020.png b/static/gallery/Carnage/Carnage Xmonad 05072020.png new file mode 100755 index 0000000..1f4e5d2 Binary files /dev/null and b/static/gallery/Carnage/Carnage Xmonad 05072020.png differ diff --git a/static/gallery/Carnage/Carnage Xmonad 050720201.png b/static/gallery/Carnage/Carnage Xmonad 050720201.png new file mode 100644 index 0000000..25a9dd8 Binary files /dev/null and b/static/gallery/Carnage/Carnage Xmonad 050720201.png differ diff --git a/static/gallery/Carnage/Carnage Xmonad 050720202.png b/static/gallery/Carnage/Carnage Xmonad 050720202.png new file mode 100644 index 0000000..03f8dd4 Binary files /dev/null and b/static/gallery/Carnage/Carnage Xmonad 050720202.png differ diff --git a/static/images/postImages/Computer.png b/static/images/postImages/Computer.png new file mode 100644 index 0000000..e101569 Binary files /dev/null and b/static/images/postImages/Computer.png differ