Please deprecate this process once setup!
We are aligning so we can keep track of the cards in codecks, and acknowledge who is accountable to which site and its priority
Dashboard https://microsites-dashboard.fly.dev/
Finding a repo can be hard when there's so many. We use this BEM naming convention so we can navigate URLs easily.
[organisation]/[site-type]-[repo-type]--[project]
- site-type:
wiki | press | site
- repo-type:
host | content
- project:
offgrid | etc
For this content context, you will probably only need to use content type
semaeopus/wiki-content--offgrid
Offgrid Wiki - can we use https://codebeautify.org/html-to-markdown
Make changes to the content repo, and the site rebuilds.
Report them to the Discord #wiki-making
channel.
- Github Account
- Get added to Semaeopus Team on Github
- Use Desktop app for sync
- Use Obsidan for markdown content
- Pull a
content
site (using GH app) - Connect repo to Obsidian vault
Strategy for Obsidian
You will want to open the vault at the root of the repo. This will contain the following:
readme.md
static/
content/
attachments/
Your Content.md
plus some hidden files
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.
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.
You can drag in from your machine ... but we need to sync them too!
So we set up the Obsidian vault to use the attachments
directory.
We also disable wikilinks, so file paths are maintained.
Current available fields:
---
description: SEO powers for wiki specific page
published: true # also defaults to true (sets visibility)
pin: 1111 # will lock page privately behind a hash
tags: ['blog']
---
This would be a community facing public repo. Rules and regs in order to submit PRs