Skip to content

Commit 6932e88

Browse files
committed
#2883 update navigation, add documentation
1 parent ec68bcf commit 6932e88

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_data/navigation.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Changing the order here will adjust the order and you can also add additional
44
# links. Removing a link prevents it from showing in the header, but does not
55
# prevent it from being included in the site.
6+
#
7+
# NOTE that only one of the CV options should be selected, the first is for the
8+
# Markdown formatted page while the second is generated using JSON.
69

710
main:
811
- title: "Publications"
@@ -23,8 +26,8 @@ main:
2326
- title: "CV"
2427
url: /cv/
2528

26-
- title: "JSON CV"
27-
url: /cv-json/
29+
# - title: "CV"
30+
# url: /cv-json/
2831

2932
- title: "Guide"
3033
url: /markdown/

_pages/markdown.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ redirect_from:
3838
* While GitHub Pages prevents server side code from running, client-side scripts are supported.
3939
* This means that Google Analytics is supported, and [the wiki](https://github.com/academicpages/academicpages.github.io/wiki/Adding-Google-Analytics) should contain the most up-to-date information on getting it working.
4040

41+
* Your CV can be written using either Markdown ([preview](https://academicpages.github.io/cv/)) or generated via JSON ([preview](https://academicpages.github.io/cv-json/)) and the layouts are slightly different. You can update the path to the one being used in `_data/navigation.yml` with the JSON formatted CV being hidden by default.
42+
4143
## Resources
4244
* [Liquid syntax guide](https://shopify.github.io/liquid/tags/control-flow/)
4345
* [MathJax Documentation](https://docs.mathjax.org/en/latest/)

0 commit comments

Comments
 (0)