Skip to content

Commit

Permalink
feat: add nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Oct 6, 2023
1 parent 3ee2a23 commit 99cc8ae
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/menu/extra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
header:
- name: GitHub
ref: https://github.com/thegeeklab/hugo-geekdoc
icon: gdoc_github
external: true
62 changes: 62 additions & 0 deletions data/menu/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
main:
- name: HEP on Windows 10
ref: "/windows"
icon: "gdoc_keyboard_arrow_right"
sub:
- name: "Windows Subsystem for Linux 2"
ref: "/windows/wsl"
- name: "Windows Terminal"
ref: "/windows/terminal"
- name: "Docker"
ref: "/windows/docker"
- name: "CVMFS on WSL 2"
ref: "/windows/cvmfs"
- name: "Anaconda Python"
ref: "/windows/anaconda"
- name: "C++ Development in WSL 2"
ref: "/windows/cpp"
- name: HEP on MacOS
ref: "/macos"
icon: "gdoc_keyboard_arrow_right"
sub:
- name: "Docker"
ref: "/macos/docker"
- name: "CVMFS"
ref: "/macos/cvmfs"
- name: "Anaconda Python"
ref: "/macos/anaconda"
- name: "C++ Development"
ref: "/macos/cpp"
- name: HEP on Linux
ref: "/linux"
icon: "gdoc_keyboard_arrow_right"
sub:
- name: "Docker"
ref: "/linux/docker"
- name: "CVMFS"
ref: "/linux/cvmfs"
- name: "Anaconda Python"
ref: "/linux/anaconda"
- name: "C++ Development"
ref: "/linux/cpp"
- name: Editors and Integrated Development Environments
ref: "/editors-and-ides"
icon: "gdoc_keyboard_arrow_right"
sub:
- name: "Visual Studio Code"
ref: "/editors-and-ides/vscode/"
- name: "Eclipse"
ref: "/editors-and-ides/eclipse"
- name: "Atom"
ref: "/editors-and-ides/atom"
- name: "Terminal Editors"
ref: "/editors-and-ides/terminal-editors"
- name: "Other useful things"
ref: "/misc"
icon: "gdoc_keyboard_arrow_right"
sub:
- name: Better Git log
ref: "/misc/git-log"
- name: "Conventional Commits"
ref: "/misc/conventional-commits"

0 comments on commit 99cc8ae

Please sign in to comment.