-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages.yml
More file actions
104 lines (93 loc) · 4.14 KB
/
Copy pathpages.yml
File metadata and controls
104 lines (93 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# The standing pages carried over from the Ghost site.
#
# These are the site's furniture rather than its content, so they appear in the
# header navigation (`nav` and `group` below) rather than in the sidebar beside
# the notes.
#
# Declared rather than swept up: the Ghost site had 33 pages, of which 13 were
# compromise artefacts, a dozen were Ghost's own routing and archive pages, and
# several of the rest have stopped being true. Carrying everything over would
# be migration by inertia.
#
# title what the page is called here, if not what Ghost called it
# group which header dropdown it belongs to; omit for a top-level item
# source a hand-written replacement, where the Ghost page is not worth
# migrating but the page itself is worth having
# zotero <group>/<collection> for a bibliography baked in at build time
#
# NOT carried over, and why:
# uw-mailing-lists every element is dead: the forum, the
# registration link and the mailto all point at
# geophysics-down-under.geoscience.education,
# which no longer resolves in DNS.
# underworld-geodynamics-community six words, "Landing page ... updating".
# congested-subduction-workshop A workshop held in 2019. Historical; belongs
# in the archive rather than the navigation.
# stripy, lavavu, who-is-using-stripy
# Other packages. Substantial pages, but this
# site is Underworld's -- they want their own.
# underworld-steering-committee Out of date -- the membership it lists has
# moved on. Hidden until it can be rewritten,
# ideally pointing at the minutes rather than
# restating the membership.
# lm-publications One author's personal bibliography.
# group-publications Superseded by publications-using-uw, which is
# the same idea done better.
# ORDER MATTERS. The header follows the order of the groups below, and the
# groups follow the order in which they first appear. About comes first
# because a visitor who does not know what this is needs that before anything
# else; Underworld is next because it is what the site is about; the notes and
# their submission route follow.
#
# `url` declares a nav entry for a page this script does not generate --
# /notes and /topics are built by build_index.py. Without it they had to be
# hard-coded into write_nav(), where their position could not be changed from
# here, which is the one place anybody would look.
ugcomm:
# Not "About": inside the About group it produced About > About in the
# sidebar and About as the page heading.
title: Who we are
group: About
source: pages-src/ugcomm.md
credits:
title: Credits
group: About
how-to-cite-underworld:
title: How to cite
group: About
source: pages-src/how-to-cite-underworld.md
intro-to-underworld:
title: Introduction to Underworld
group: Underworld
source: pages-src/intro-to-underworld.md
auscope-cloud:
# The slug stays: the AuScope cloud is retired, but links to this page are
# not, and the page is now the answer to the question they were asking.
title: Run in the cloud
group: Underworld
source: pages-src/auscope-cloud.md
underworld-model-exchange:
title: Model exchange
group: Underworld
source: pages-src/underworld-model-exchange.md
publications-using-uw:
title: Publications using Underworld
group: Underworld
# Hand-written: the Ghost page told readers to email an address at
# agora.geophysics-down-under.geoscience.education, which has not resolved in
# DNS for years, through a malformed "http://mailto:" link with a stray "n"
# after it. The bibliography below is still baked in from Zotero.
source: pages-src/publications-using-uw.md
zotero: 2386948/QNARWBUC
notes:
title: All notes
group: Technical Notes
url: /notes
topics:
title: Browse by topic
group: Technical Notes
url: /topics
submit:
title: Submit a note
group: Technical Notes
source: pages-src/submit.md