-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |