Compare commits
6 commits
73351483d1
...
28c403ac85
Author | SHA1 | Date | |
---|---|---|---|
28c403ac85 | |||
b141e61e5c | |||
e7b9e3dc32 | |||
0f9aa18c1a | |||
b0638a3d39 | |||
5669e7f3c6 |
15 changed files with 161 additions and 7 deletions
|
@ -7,6 +7,12 @@ This site, and all StarCat Systems projects, products, and services make use of
|
|||
- [`about` repo](https://git.starcat.systems/starcatsys/about) icon - adapted from [Book](https://thenounproject.com/icon/book-1833960/) by [Untashable](https://thenounproject.com/creator/untashable/) from Noun Project.
|
||||
- [`starcat-infra` org](https://git.starcat.systems/starcat-infra) icon - adapted from [Engineering](https://thenounproject.com/icon/engineering-7486606/) by [sunardi](https://thenounproject.com/creator/matah3574/) from Noun Project.
|
||||
- Icons used on this `about` site are by [Material Design](https://pictogrammers.com/library/mdi/), [FontAwesome](https://fontawesome.com/search?m=free), [Octicons](https://octicons.github.com/), and [Simple Icons](https://simpleicons.org/).
|
||||
- StarCat Cloud icon - adapted from [cloud](https://primer.style/octicons/icon/cloud-16/) by [Octicons](https://octicons.github.com/).
|
||||
- [SourceCamp](https://source.camp) logo - adapted from [camp](https://thenounproject.com/icon/camp-7375488/) by [Ricons](https://thenounproject.com/creator/ricons/) from Noun Project.
|
||||
- [DocsHub](https://docshub.io) logo - adapted from [Document](https://thenounproject.com/icon/document-6244658/) by [Reion](https://thenounproject.com/creator/dickydante/) from Noun Project.
|
||||
- [StageLink](https://stagelink.cloud) logo - adapted from [slider](https://thenounproject.com/icon/slider-2309209/) by [DinosoftLabs](https://thenounproject.com/creator/dinosoftlab/) from Noun Project.
|
||||
- [StageLink](https://stagelink.cloud) logo - adapted from [slider](https://thenounproject.com/icon/slider-2309209/) by [DinosoftLabs](https://thenounproject.com/creator/dinosoftlab/) from Noun Project.
|
||||
|
||||
|
||||
## Images
|
||||
- [StarCat Systems](https://starcat.systems) landing page background - generated with [Haikei](https://haikei.app/).
|
||||
- [StageLink](https://stagelink.cloud) landing page background - generated with [BGJar](https://bgjar.com).
|
|
@ -2,4 +2,5 @@ title: Handbook
|
|||
nav:
|
||||
- index.md
|
||||
- meta
|
||||
- infrastructure
|
||||
- infrastructure
|
||||
- branding
|
6
docs/handbook/branding/.nav.yml
Normal file
6
docs/handbook/branding/.nav.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
title: Branding
|
||||
nav:
|
||||
- index.md
|
||||
- starcatsys.md
|
||||
- docshub.md
|
||||
- stagelink.md
|
26
docs/handbook/branding/docshub.md
Normal file
26
docs/handbook/branding/docshub.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# DocsHub
|
||||
|
||||
## Logo
|
||||
[:material-folder-lock: Logos > DocsHub](https://cloud.starcatsys.net/f/1175)
|
||||
|
||||
Adapted from [Document](https://thenounproject.com/icon/document-6244658/) by [Reion](https://thenounproject.com/creator/dickydante/) from Noun Project.
|
||||
|
||||
## Colors
|
||||
### Primary Colors
|
||||
**Primary blue**: `#1C76B8` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/1C76B8?style=circle'/>
|
||||
|
||||
### Website Colors
|
||||
**Background**: `#1C76B8` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/1C76B8?style=circle'/>
|
||||
**Logo**: `#FFFFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FFFFFF?style=circle'/>
|
||||
**Text**: `#FFFFFFC4` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FFFFFF?style=circle'/>
|
||||
**Text highlight-text**: `#000000` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/000000?style=circle'/>
|
||||
**Text highlight-surround**: `#FFFF00` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FFFF00?style=circle'/>
|
||||
**Button**: `#FFFF00` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FFFF00?style=circle'/>
|
||||
**Button hover**: `#23A1FC` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/23A1FC?style=circle'/>
|
||||
|
||||
## Backgrounds
|
||||
### Website Background
|
||||
The DocsHub website uses a solid color background.
|
||||
|
||||
## Fonts
|
||||
The DocsHub logo and [:octicons-tab-external-16: landing page](https://docshub.io) both use *Space Mono* by Colophon Foundry for its primary font: [:octicons-link-external-16: Google Fonts - Space Mono](https://fonts.google.com/specimen/Space+Mono)
|
13
docs/handbook/branding/index.md
Normal file
13
docs/handbook/branding/index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Branding
|
||||
|
||||
Branding information for the various StarCat Systems projects.
|
||||
|
||||
!!! abstract "Placeholder Page"
|
||||
This is a placeholder page. Please see the site navigation for any sub-pages that exist.
|
||||
|
||||
---
|
||||
|
||||
!!! example "Work in Progress"
|
||||
This page is not complete, and is subject to change.
|
||||
|
||||
Want to help with this page? Please see [:octicons-arrow-right-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site.
|
33
docs/handbook/branding/stagelink.md
Normal file
33
docs/handbook/branding/stagelink.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# StageLink
|
||||
|
||||
## Logo
|
||||
[:material-folder-lock: Logos > StageLink](https://cloud.starcatsys.net/f/929)
|
||||
|
||||
Adapted from [slider](https://thenounproject.com/icon/slider-2309209/) by [DinosoftLabs](https://thenounproject.com/creator/dinosoftlab/) from Noun Project
|
||||
|
||||
## Colors
|
||||
### Primary Colors
|
||||
**Primary**: `#004080` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/004080?style=circle'/>
|
||||
**Background**: Center box: `#FEFFFFD9` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FEFFFF?style=circle'/>
|
||||
|
||||
### Website Colors
|
||||
**Logo**: `#004080` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/004080?style=circle'/>
|
||||
**Background**: Center box: `#FEFFFFD9` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FEFFFF?style=circle'/>
|
||||
**Text**: `#004080` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/004080?style=circle'/>
|
||||
**Button**: `#004080` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/004080?style=circle'/>
|
||||
**Button hover**: `#0071FF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/0071FF?style=circle'/>
|
||||
|
||||
## Backgrounds
|
||||
### Website Background
|
||||
[:material-folder-lock: Backgrounds > StageLink](https://cloud.starcatsys.net/f/857)
|
||||
|
||||
The StageLink [:octicons-tab-external-16: landing page](https://stagelink.cloud) background is generated with [:octicons-link-external-16: BGJar - Polygon Luminary](https://bgjar.com/polygon-luminary).
|
||||
|
||||
**Width**: `1920 px`
|
||||
**Height**: `1080 px`
|
||||
**Background**: Simple, `#FFFFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/FFFFFF?style=circle'/>
|
||||
**Primary Color**: `#29DAFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/29DAFF?style=circle'/>
|
||||
**Secondary Color**: `#A7F0FF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/A7F0FF?style=circle'/>
|
||||
|
||||
## Fonts
|
||||
The StageLink logo and [:octicons-tab-external-16: landing page](https://stagelink.cloud) both use *Roboto* by Christian Robertson, Paratype, Font Bureau for its primary font: [:octicons-link-external-16: Google Fonts - Roboto](https://fonts.google.com/specimen/Roboto)
|
38
docs/handbook/branding/starcatsys.md
Normal file
38
docs/handbook/branding/starcatsys.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
# StarCat Systems
|
||||
|
||||
## Logo
|
||||
[:material-folder-lock: Logos > StarCat Systems](https://cloud.starcatsys.net/f/1067)
|
||||
|
||||
Adapted from [Cat](https://thenounproject.com/icon/cat-6441095/) by [Md Ahasan Habib](https://thenounproject.com/creator/md_ahasan/) from Noun Project.
|
||||
|
||||
## Colors
|
||||
### Primary Colors
|
||||
**Primary bright blue**: `#00FFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/00FFFF?style=circle'/>
|
||||
**Dark background purple**: `#2A0037` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/2A0037?style=circle'/>
|
||||
**Lighter background purple**: `#4A007A` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/4A007A?style=circle'/>
|
||||
|
||||
### Website Colors
|
||||
**Logo**: `#00FFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/00FFFF?style=circle'/>
|
||||
**Primary text**: `#66D9FF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/66D9FF?style=circle'/>
|
||||
**Link**: `#00FFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/00FFFF?style=circle'/>
|
||||
**Link hover**: `#CCFFFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/CCFFFF?style=circle'/>
|
||||
**Footer**: `#33BBFF` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/33BBFF?style=circle'/>
|
||||
|
||||
## Backgrounds
|
||||
### Website Background
|
||||
[:material-folder-lock: Backgrounds > StarCat Systems](https://cloud.starcatsys.net/f/866)
|
||||
|
||||
The StarCat Systems [:octicons-tab-external-16: landing page](https://starcat.systems) background is generated with [:octicons-link-external-16: Haikei](https://haikei.app/).
|
||||
|
||||
**Style**: Layered Waves
|
||||
**Color direction**: Option 3 (dark outer, light inner)
|
||||
**Background**: `#2A0037` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/2A0037?style=circle'/>
|
||||
**Wave color 1**: `#9E25F8` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/9E25F8?style=circle'/>
|
||||
**Wave color 2**: `#7317B2` <img valign='middle' alt='blue' src='https://readme-swatches.vercel.app/7317B2?style=circle'/>
|
||||
|
||||
## Fonts
|
||||
### Logo Font
|
||||
The StarCat Systems logo uses *Exo 2* by Natanael Gama for its primary font: [:octicons-link-external-16: Google Fonts - Exo 2](https://fonts.google.com/specimen/Exo+2)
|
||||
|
||||
### Website Font
|
||||
The StarCat Systems [:octicons-tab-external-16: landing page](https://starcat.systems) uses *Roboto* by Christian Robertson, Paratype, Font Bureau for its primary font: [:octicons-link-external-16: Google Fonts - Roboto](https://fonts.google.com/specimen/Roboto)
|
|
@ -3,6 +3,7 @@ nav:
|
|||
- index.md
|
||||
- servers_and_hosting
|
||||
- network
|
||||
- storage
|
||||
- communication
|
||||
- monitoring
|
||||
- naming_conventions.md
|
4
docs/handbook/infrastructure/storage/.nav.yml
Normal file
4
docs/handbook/infrastructure/storage/.nav.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
title: Storage
|
||||
nav:
|
||||
- index.md
|
||||
- nextcloud.md
|
11
docs/handbook/infrastructure/storage/index.md
Normal file
11
docs/handbook/infrastructure/storage/index.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Storage
|
||||
|
||||
!!! abstract "Placeholder Page"
|
||||
This is a placeholder page. Please see the site navigation for any sub-pages that exist.
|
||||
|
||||
---
|
||||
|
||||
!!! example "Work in Progress"
|
||||
This page is not complete, and is subject to change.
|
||||
|
||||
Want to help with this page? Please see [:octicons-arrow-right-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site.
|
14
docs/handbook/infrastructure/storage/nextcloud.md
Normal file
14
docs/handbook/infrastructure/storage/nextcloud.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Nextcloud
|
||||
|
||||
We use a Nextcloud instance as our internal "cloud" for file hosting and sharing.
|
||||
|
||||
**URL**: [:octicons-tab-external-16: cloud.starcatsys.net](https://cloud.starcatsys.net)
|
||||
**Homepage**: [:octicons-link-external-16: nextcloud.com](https://nextcloud.com/)
|
||||
**Hosting**: [:octicons-arrow-right-16: Hetzner](../servers_and_hosting/hetzner.md) `FSN`
|
||||
|
||||
---
|
||||
|
||||
!!! example "Work in Progress"
|
||||
This page is not complete, and is subject to change.
|
||||
|
||||
Want to help with this page? Please see [:octicons-arrow-right-16: Editing this site](https://about.starcat.systems/editing/) and the [:simple-forgejo: Git repo](https://git.starcat.systems/starcatsys/about) for this site.
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
There might be a little bit of content here, but nothing substantial.
|
||||
|
||||
This is an example page to show the [:octicons-arrow-right-16: Placeholder Page admonition](../editing.md#placeholder-page). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_placeholder_page_admonition.md).
|
||||
This is an example page to show the [:octicons-arrow-right-16: Placeholder Page admonition](../syntax.md#placeholder-page). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_placeholder_page_admonition.md).
|
||||
|
||||
---
|
||||
Typically, you would also place a [:octicons-arrow-right-16: Work in Progress admonition](../editing.md#work-in-progress) on this page, as it is incomplete. For an example of a full Placeholder and WIP page, see [text](example_wip_placeholder_admonitions.md)
|
||||
Typically, you would also place a [:octicons-arrow-right-16: Work in Progress admonition](../syntax.md#work-in-progress) on this page, as it is incomplete. For an example of a full Placeholder and WIP page, see [text](example_wip_placeholder_admonitions.md)
|
|
@ -1,5 +1,5 @@
|
|||
# Example page: WIP admonition
|
||||
This is an example page to show the [:octicons-arrow-right-16: Work in Progress admonition](../editing.md#work-in-progress) (scroll down to the bottom!). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_wip_admonition.md).
|
||||
This is an example page to show the [:octicons-arrow-right-16: Work in Progress admonition](../syntax.md#work-in-progress) (scroll down to the bottom!). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_wip_admonition.md).
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas posuere, urna a tristique hendrerit, felis elit viverra diam, vel porta ante dui a nisi. Aenean mattis nibh est, vitae tristique enim pretium et. Maecenas quis purus egestas, rutrum dolor quis, ultricies neque. Vivamus sit amet lectus ligula. Etiam scelerisque leo odio, quis suscipit felis porttitor semper. Integer eu enim vehicula, molestie elit fringilla, porttitor quam. Ut consectetur feugiat tincidunt.
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
!!! abstract "Placeholder Page"
|
||||
This is a placeholder page. Please see the site navigation for any sub-pages that exist.
|
||||
|
||||
This is an example page to show both the [:octicons-arrow-right-16: Placeholder Page admonition](../editing.md#placeholder-page) and the [:octicons-arrow-right-16: Work in Progress admonition](../editing.md#work-in-progress) (scroll down to the bottom!). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_wip_placeholder_admonitions.md).
|
||||
This is an example page to show both the [:octicons-arrow-right-16: Placeholder Page admonition](../syntax.md#placeholder-page) and the [:octicons-arrow-right-16: Work in Progress admonition](../syntax.md#work-in-progress) (scroll down to the bottom!). You can see the source code for this page [:simple-forgejo: here](https://git.starcat.systems/starcatsys/about/src/branch/main/docs/handbook/meta/example_pages/example_wip_placeholder_admonitions.md).
|
||||
|
||||
---
|
||||
!!! example "Work in Progress"
|
||||
|
|
|
@ -9,7 +9,8 @@ Reference for all available Material for MkDocs icons: [:simple-materialformkdoc
|
|||
:octicons-arrow-right-16: `:octicons-arrow-right-16:` - used for links within the wiki
|
||||
:octicons-tab-external-16: `:octicons-tab-external-16:` - used for links outside the wiki, but within StarCat Systems
|
||||
:octicons-link-external-16: `:octicons-link-external-16:` - used for external links to sites not controlled by StarCat Systems
|
||||
:material-book-lock: `:material-book-lock:` - used for links to the StarCat Systems internal handbook
|
||||
:material-book-lock: `:material-book-lock:` - used for links to the StarCat Systems internal handbook
|
||||
:material-folder-lock: `:material-folder-lock:` - used for restricted links to files hosted on StarCat Cloud.
|
||||
|
||||
### Coloring icons
|
||||
You can add a color to an icon by adding the CSS color after the icon, like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue