Skip to content

Commit 34ebbd3

Browse files
authored
Update index.md
1 parent 83c904a commit 34ebbd3

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

index.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,59 +17,59 @@ Content is threefold in the sense of: *native* plus *external* plus *hybrid* doc
1717
## Interpreting the `nexus` content map
1818

1919

20-
- left-justified: To published GitHub pages
21-
- Indented: To `gh-pages` source markdown files
22-
- Each topic is anchored by `index.md` file with...
23-
- ...one or more children
20+
Nexus is a 3-level tree of notes. Every page has a 'build' form which is all I really care about.
21+
However `nexus` also has a published `github pages` form with "published" URLs:
22+
- [https://robfatland.github.io/nexus](https://robfatland.github.io/nexus) is the root i.e. tier 1
23+
- [https://robfatland.github.io/nexus/bash](https://robfatland.github.io/nexus/bash) for tier 2 topics
24+
- [https://robfatland.github.io/nexus/bash/git](https://robfatland.github.io/nexus/bash/git) for tier 3
2425

2526

26-
Nexus is a 3-level tree. Here is the link map:
27+
### Structure of the content map
2728

2829

29-
- [nexus](https://robfatland.github.io/nexus)
30-
- [nexus root index.md](https://github.com/robfatland/nexus/blob/gh-pages/index.md) (Level 1)
31-
- [nexus lexicon](https://github.com/robfatland/nexus/blob/gh-pages/lexicon.md) (Level 2)
32-
- [nexus loose strands (a ttdl)](https://github.com/robfatland/nexus/blob/gh-pages/loosestrands.md) (Level 2)
33-
- [bash](https://robfatland.github.io/nexus/bash)
30+
The use of keywords is intended to remind one of the page's detailed focus.
31+
32+
- Nexus Tier 1 (only one such page)
33+
- Indent 1 Type A: Sub-topics of Tier 1, specifically the **lexicon** and the **loose strands** pages
34+
- Indent 1 Type B: Tier 2 topics as in `bash/index.md` (keywords: giraffe Switzerland)
35+
- Indent 2: topic child as in `bash/git.md` (keywords: Albatross Spain)
36+
37+
38+
### Content map
39+
40+
41+
- [nexus root index.md](https://github.com/robfatland/nexus/blob/gh-pages/index.md) (Level 1)
42+
- [nexus lexicon](https://github.com/robfatland/nexus/blob/gh-pages/lexicon.md) (Level 1+)
43+
- [nexus loose strands (a ttdl)](https://github.com/robfatland/nexus/blob/gh-pages/loosestrands.md) (Level 1+)
3444
- [bash index.md](https://github.com/robfatland/nexus/blob/gh-pages/bash/index.md) (Level 2)
3545
- [environments](https://github.com/robfatland/nexus/blob/gh-pages/bash/env.md) (Level 3)
3646
- [git and GitHub](https://github.com/robfatland/nexus/blob/gh-pages/bash/git.md) (Level 3)
3747
- [wrenching the terminal](https://github.com/robfatland/nexus/blob/gh-pages/bash/terminal.md) (Level 3)
3848
- [ssh tunneling](https://github.com/robfatland/nexus/blob/gh-pages/bash/tunneling.md) (Level 3)
39-
- [data](https://robfatland.github.io/nexus/data)
4049
- [data index.md](https://github.com/robfatland/nexus/blob/gh-pages/data/index.md) (stub)
41-
- [api](https://github.com/robfatland/nexus/blob/gh-pages/data/api.md) (keywords: NoSQL API serverless Azure periodic table ocean science data access)
42-
- [hpc](https://robfatland.github.io/nexus/hpc)
50+
- [api](https://github.com/robfatland/nexus/blob/gh-pages/data/api.md) (keywords: NoSQL API serverless Azure periodic table ocean science data publication)
4351
- [hpc index.md](https://github.com/robfatland/nexus/blob/gh-pages/hpc/index.md) (stub)
44-
- [cloud](https://robfatland.github.io/nexus/cloud)
4552
- [cloud index.md](https://github.com/robfatland/nexus/blob/gh-pages/cloud/index.md) (keywords: VM login using VSCode plus basics and links)
46-
- [spot](https://github.com/robfatland/nexus/blob/gh-pages/cloud/spot.md) (keywords: nascent cloud clinic installment 1 one spot market)
53+
- [spot](https://github.com/robfatland/nexus/blob/gh-pages/cloud/spot.md) (keywords: preemptible spot market checkpoint)
4754
- [studies](https://github.com/robfatland/nexus/blob/gh-pages/cloud/studies.md) (keywords: SCOPED Neotoma nascent link-based stub)
4855
- [organizations](https://github.com/robfatland/nexus/blob/gh-pages/cloud/organizations.md) (keywords: AWS organizations services) (**Note: Rebrand as AWS-organizations**)
4956
- [aws](https://github.com/robfatland/nexus/blob/gh-pages/cloud/aws.md) (keywords: local drive S3 object storage)
5057
- [aws ai](https://github.com/robfatland/nexus/blob/gh-pages/cloud/aws-ai.md) (keywords: AWS AI workshop notes SageMaker Bedrock) (**Note: Merge with AI-AWS**)
5158
- [azure](https://github.com/robfatland/nexus/blob/gh-pages/cloud/azure.md) (stub)
5259
- [gcp](https://github.com/robfatland/nexus/blob/gh-pages/cloud/gcp.md) (stub)
53-
- [manim](https://robfatland.github.io/nexus/manim)
5460
- [manim index.md](https://github.com/robfatland/nexus/blob/gh-pages/manim/index.md) (nascent notes on getting started)
55-
- [(meta-)documentation](https://robfatland.github.io/nexus/documentation)
5661
- [(meta-)documentation index.md](https://github.com/robfatland/nexus/blob/gh-pages/documentation/index.md) (stub; mentions flameshot)
57-
- [python](https://robfatland.github.io/nexus/python)
5862
- [python index.md](https://github.com/robfatland/nexus/blob/gh-pages/python/index.md) (keywords: topics to learn, a start on hashing)
5963
- [jupyter](https://github.com/robfatland/nexus/blob/gh-pages/python/jupyter.md) (keywords: Littlest, image display, list directory, slider control (stub))
6064
- [python packages](https://github.com/robfatland/nexus/blob/gh-pages/python/packages.md) (stub: should namedrop apt, pip, conda, mamba, pixi)
61-
- [containers](https://robfatland.github.io/nexus/containers)
6265
- [containers index.md](https://github.com/robfatland/nexus/blob/gh-pages/containers/index.md) (keywords: nascent eigenconcept notes refers MSE544)
63-
- [artificial intelligence](https://robfatland.github.io/nexus/ai)
6466
- [artificial intelligence index.md](https://github.com/robfatland/nexus/blob/gh-pages/ai/index.md) (keywords: AI eigenconcepts nascent notes)
6567
- [gcp](https://github.com/robfatland/nexus/blob/gh-pages/ai/gcp.md) (keywords: Gemini bootstrap notes)
6668
- [aws](https://github.com/robfatland/nexus/blob/gh-pages/ai/aws.md) (get started pointers)
6769
- [azure](https://github.com/robfatland/nexus/blob/gh-pages/ai/azure.md)
68-
- [quantum computing](https://robfatland.github.io/nexus/quantum)
69-
- [quantum computing index.md](https://github.com/robfatland/nexus/blob/gh-pages/quantum/index.md) (stub)
70-
- [Hadamard gates](https://github.com/robfatland/nexus/blob/gh-pages/quantum/hadamard.md) (stub)
71-
- [earth science](https://robfatland.github.io/nexus/earth)
72-
- [earth science index.md](https://github.com/robfatland/nexus/blob/gh-pages/earth/index.md) (stub)
70+
- [quantum](https://github.com/robfatland/nexus/blob/gh-pages/quantum/index.md) computing (stub)
71+
- [hadamard](https://github.com/robfatland/nexus/blob/gh-pages/quantum/hadamard.md) gates (stub)
72+
- [earth](https://github.com/robfatland/nexus/blob/gh-pages/earth/index.md) science (stub)
7373
- [data](https://github.com/robfatland/nexus/blob/gh-pages/earth/data.md) (stub)
7474

7575

0 commit comments

Comments
 (0)