commit ec7eadb5e92e85029f3dc90c4d49c911d4316b90 parent 3e0d7336e494b21a7b01b855935afef9ce26614c Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Tue, 28 Apr 2020 16:13:07 +0700 refactor: edit menu, and add uses page Diffstat:
| M | config.dev.toml | | | 6 | +++--- |
| M | config.toml | | | 6 | +++--- |
| A | content/uses.md | | | 23 | +++++++++++++++++++++++ |
| M | layouts/partials/header/menu.html | | | 7 | +------ |
4 files changed, 30 insertions(+), 12 deletions(-)
diff --git a/config.dev.toml b/config.dev.toml @@ -29,9 +29,9 @@ title = "YBBond" url = "/cv" weight = 9 [[menu.main]] - identifier = "author" - name = "My Site" - url = "https://ybbond.dev/" + identifier = "uses" + name = "Uses" + url = "/uses" weight = 10 [caches.images] diff --git a/config.toml b/config.toml @@ -29,7 +29,7 @@ title = "YBBond" url = "/cv" weight = 9 [[menu.main]] - identifier = "author" - name = "My Site" - url = "https://ybbond.dev/" + identifier = "uses" + name = "Uses" + url = "/uses" weight = 10 diff --git a/content/uses.md b/content/uses.md @@ -0,0 +1,22 @@ +--- +menu: cv +description: CV +--- +## Platform + +- Macbook Pro 2018 13" (Office) +- Low End PC with Manjaro Linux XFCE (Home) +- iPad Mini 5 + +## Hardware + +- Ducky One 2 Mini Keyboard [image](https://twitter.com/bandungpenting/status/1146845120618090497) +- NuPhy NuType F1 Keyboard [review](/posts/202004nuphy-nutype-f1-keyboard-review/) +- Roland FP-30 Digital Piano + +## Software +- NeoVim [image](https://twitter.com/bandungpenting/status/1162210601340305409) [settings](https://gist.github.com/ybbond/16ee5000eeca727899eac43a4c20291c) +- tmux on kitty [settings](https://gist.github.com/ybbond/26165e50f36a439b6b930607976a1e82) +- ZShell (zsh) [settings](https://gist.github.com/ybbond/e6f827f977248b5d9eda8e1c49da82e9) +- [Ranger](https://github.com/ranger/ranger) File Manager +- [lazygit](https://github.com/jesseduffield/lazygit)+ \ No newline at end of file diff --git a/layouts/partials/header/menu.html b/layouts/partials/header/menu.html @@ -4,12 +4,7 @@ {{ $url := trim .URL "/" | absURL }} <a href={{ $url }} - {{ with .Page }} - data-rel="prefetch" - {{ else }} - target="_blank" - rel="nofollow noopener noreferrer" - {{ end }} + data-rel="prefetch" role="button" class="header__menu__list__item button" >