Skip to content

Commit 79e48a3

Browse files
author
Christopher Carpenter
committed
Refactor menu/file structure
This standardizes capitalization in the menu and categorizes things into more distinct categories that I hope are more helpful. Quite frankly we could use a web designer to give this kind of thing a once over, I'm a web developer :).
1 parent f1f05c3 commit 79e48a3

File tree

11 files changed

+21
-20
lines changed

11 files changed

+21
-20
lines changed

_data/nav.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
- title: "Home"
22
href: "/"
33

4-
- title: "quicklinks"
4+
- title: "Quicklinks"
55
href: "/quicklinks.html"
66

7-
87
- title: "Initial"
98
href: "/initial"
109
subcategories:
@@ -17,38 +16,40 @@
1716
- subtitle: "ABCs"
1817
subhref: "/abcs.html"
1918

20-
- title: "examples"
19+
- title: "IDE"
20+
href: "/ide"
21+
subcategories:
22+
- subtitle: "Summary"
23+
subhref: "/summary.html"
24+
- subtitle: "Emacs"
25+
subhref: "/emacs-setup.html"
26+
- subtitle: "SLIME"
27+
subhref: "/slime-setup.html"
28+
29+
- title: "Libraries"
30+
href: "/quicklisp.html"
31+
32+
- title: "Examples"
2133
href: "/examples"
2234
subcategories:
2335
- subtitle: "Snippets"
2436
subhref: "/snippets.html"
25-
- subtitle: "trotter"
37+
- subtitle: "Trotter"
2638
subhref: "/trotter.html"
2739

28-
- title: "env"
29-
href: "/env"
40+
- title: "Implementations"
41+
href: "/implementations"
3042
subcategories:
31-
- subtitle: "IDE"
32-
subhref: "/ide.html"
33-
- subtitle: "Quicklisp"
34-
subhref: "/quicklisp.html"
43+
- subtitle: "Summary"
44+
subhref: "/summary.html"
3545
- subtitle: "CUSP"
3646
subhref: "/cusp-setup.html"
37-
- subtitle: "emacs"
38-
subhref: "/emacs-setup.html"
39-
- subtitle: "SLIME"
40-
subhref: "/slime-setup.html"
41-
42-
#- title: "Systems"
43-
# href: "/env"
44-
# subcategories:
4547
- subtitle: "Clozure CL"
4648
subhref: "/ccl-setup.html"
4749
- subtitle: "SBCL"
4850
subhref: "/sbcl-setup.html"
4951
- subtitle: "LispWorks CL"
5052
subhref: "/lispworks-setup.html"
51-
- subtitle: "setup"
52-
subhref: "/lisp-system.html"
53+
5354
- title: "Who?"
5455
href: "/about/"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)