https://github.com/semaeopus/wiki-content--offgrid
external wiki for modders (with internal pages for team members working on the game)
https://github.com/semaeopus/wiki-content--offgrid
Last synced: 6 months ago
JSON representation
external wiki for modders (with internal pages for team members working on the game)
- Host: GitHub
- URL: https://github.com/semaeopus/wiki-content--offgrid
- Owner: Semaeopus
- Created: 2025-03-04T09:16:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:34:11.000Z (over 1 year ago)
- Last Synced: 2025-03-12T15:34:05.516Z (over 1 year ago)
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

# Onboarding
_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/

### Github repo naming convention
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`
### Content
Offgrid Wiki - can we use https://codebeautify.org/html-to-markdown
Make changes to the content repo, and the site rebuilds.
### Issues & Feature requests
Report them to the Discord `#wiki-making` channel.
---
## Onboarding Checklist
- Github Account
- Get added to Semaeopus Team on Github
- Use [Desktop](https://desktop.github.com/download/) app for sync
- Use [Obsidan](https://obsidian.md/) 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**.
### images
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.

### Frontmatter
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']
---
```
---
## Welcome to Community content
This would be a community facing **public** repo.
Rules and regs in order to submit PRs