You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> _For this **content** context, you will probably only need to use content type_
25
+
26
+
`semaeopus/wiki-content--offgrid`
27
+
28
+
### Content
29
+
30
+
Offgrid Wiki - can we use https://codebeautify.org/html-to-markdown
31
+
32
+
Make changes to the content repo, and the site rebuilds.
33
+
34
+
### Issues & Feature requests
35
+
36
+
Report them to the Discord `#wiki-making` channel.
37
+
38
+
---
39
+
40
+
## Onboarding Checklist
41
+
42
+
- Github Account
43
+
- Get added to Semaeopus Team on Github
44
+
- Use [Desktop](https://desktop.github.com/download/) app for sync
45
+
- Use [Obsidan](https://obsidian.md/) for markdown content
46
+
- Pull a `content` site (using GH app)
47
+
- Connect repo to Obsidian vault
48
+
49
+
Strategy for Obsidian
50
+
51
+

52
+
53
+
You will want to open the vault at the **root** of the repo.
54
+
This will contain the following:
55
+
14
56
```
15
-
on:
16
-
repository_dispatch:
17
-
types:
18
-
- TRIGGER_BUILD
57
+
readme.md
58
+
static/
59
+
content/
60
+
attachments/
61
+
Your Content.md
19
62
```
63
+
64
+
plus some hidden files
65
+
66
+
_The plan was_ to open the vault at `content` itself, but Obsidian renames the `content` directory as the respective `vault` name, which then screws publication.
67
+
68
+
> There is a way around this whereby we name the content as the preferred vault name and pass this to the _build step_ as a **Github variable**.
69
+
70
+
### images
71
+
72
+
You can drag in from your machine ... but we need to sync them too!
73
+
So we set up the Obsidian vault to use the `attachments` directory.
74
+
75
+
We also **disable** wikilinks, so file paths are maintained.
0 commit comments