Compare commits
No commits in common. "42a35ba85509b1e8392f32506651f33a4fef8bb8" and "39d3ca6deff7b26dc6669243230c8a3348661dde" have entirely different histories.
42a35ba855
...
39d3ca6def
9 changed files with 25 additions and 78 deletions
|
@ -3,5 +3,4 @@ nav:
|
||||||
- index.md
|
- index.md
|
||||||
- editing.md
|
- editing.md
|
||||||
- syntax.md
|
- syntax.md
|
||||||
- tricks.md
|
|
||||||
- custom_icons.md
|
- custom_icons.md
|
|
@ -5,9 +5,6 @@ This page contains information on editing/making changes to this website.
|
||||||
## Syntax
|
## Syntax
|
||||||
Please see [:octicons-arrow-right-16: Syntax](syntax.md) for reference on various Material for MkDocs syntax you can use in your Markdown, and specific usage on this site.
|
Please see [:octicons-arrow-right-16: Syntax](syntax.md) for reference on various Material for MkDocs syntax you can use in your Markdown, and specific usage on this site.
|
||||||
|
|
||||||
## Tips + Tricks
|
|
||||||
[:octicons-arrow-right-16: Tips + Tricks](tricks.md) contains some useful hints for "strange" things you might need to do every once in a while.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
!!! example "Work in Progress"
|
!!! example "Work in Progress"
|
||||||
|
|
|
@ -8,11 +8,6 @@ This site is written in Markdown and is generated using [:simple-materialformkdo
|
||||||
## Editing
|
## Editing
|
||||||
If you're looking for information about editing this site, please see [:octicons-arrow-right-16: Editing](editing.md). For specific Markdown syntax you can use with Material for MkDocs, please see [:octicons-arrow-right-16: Syntax](syntax.md).
|
If you're looking for information about editing this site, please see [:octicons-arrow-right-16: Editing](editing.md). For specific Markdown syntax you can use with Material for MkDocs, please see [:octicons-arrow-right-16: Syntax](syntax.md).
|
||||||
|
|
||||||
## Setup notes
|
|
||||||
Some of these pages are notes on custom configurations/setups that we're using for this site:
|
|
||||||
|
|
||||||
[:octicons-arrow-right-16: Custom Icons](custom_icons.md) - instructions for creating and loading custom icons/symbols for use in MkDocs
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
!!! example "Work in Progress"
|
!!! example "Work in Progress"
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
# Tips + Tricks
|
|
||||||
Some handy tips and tricks when working on this site:
|
|
||||||
|
|
||||||
## Custom HTML
|
|
||||||
### Hide page title
|
|
||||||
To hide the title on a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), paste this style block somewhere on the page:
|
|
||||||
|
|
||||||
``` html linenums="1"
|
|
||||||
<style>
|
|
||||||
.md-typeset h1 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
```
|
|
||||||
|
|
||||||
## Images
|
|
||||||
### Logo Size
|
|
||||||
When embedding a site logo in a page (like on the [:octicons-arrow-right-16: Home page](../../support/index.md)), the sweet spot seems to be `300px` for the image width so that it doesn't look "off".
|
|
||||||
|
|
||||||
### Different images for dark/light mode
|
|
||||||
You can use `#only-dark` to only show an image in dark mode, and `#only-light` to only show an image in light mode. For example:
|
|
||||||
|
|
||||||
``` md linenums="1"
|
|
||||||

|
|
||||||

|
|
||||||
```
|
|
|
@ -5,9 +5,7 @@ hide:
|
||||||
- path
|
- path
|
||||||
---
|
---
|
||||||
|
|
||||||
# StarCat Systems
|
# Welcome to StarCat Systems
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
:material-hand-wave: Hello! You've found the 'about' site for [StarCat Systems](https://starcat.systems). This site contains documentation, guides, and other information about our projects and our company.
|
:material-hand-wave: Hello! You've found the 'about' site for [StarCat Systems](https://starcat.systems). This site contains documentation, guides, and other information about our projects and our company.
|
||||||
|
|
||||||
|
@ -112,9 +110,3 @@ Found an error, or have a content suggestion? **You** are welcome to suggest cha
|
||||||
|
|
||||||
## :fontawesome-brands-creative-commons: License
|
## :fontawesome-brands-creative-commons: License
|
||||||
The contents of this site are licensed under [:fontawesome-brands-creative-commons::fontawesome-brands-creative-commons-by::fontawesome-brands-creative-commons-sa: CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), unless otherwise noted.
|
The contents of this site are licensed under [:fontawesome-brands-creative-commons::fontawesome-brands-creative-commons-by::fontawesome-brands-creative-commons-sa: CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), unless otherwise noted.
|
||||||
|
|
||||||
<style>
|
|
||||||
.md-typeset h1 {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -6,10 +6,9 @@ This `policies` section contains important legal information regarding our produ
|
||||||
Unless otherwise noted, these policies apply to all products and services built and provided by StarCat Systems. If there are any variations to policies for specific products, we'll make a note on that product's policies page(s).
|
Unless otherwise noted, these policies apply to all products and services built and provided by StarCat Systems. If there are any variations to policies for specific products, we'll make a note on that product's policies page(s).
|
||||||
|
|
||||||
## Our Policies
|
## Our Policies
|
||||||
[:octicons-arrow-right-16: Terms of Service](terms.md)
|
- [Terms of Service](terms.md)
|
||||||
[:octicons-arrow-right-16: Privacy Policy](privacy.md)
|
- [Privacy Policy](privacy.md)
|
||||||
[:octicons-arrow-right-16: Acceptable Use Policy](aup.md)
|
- [Acceptable Use Policy](aup.md)
|
||||||
[:octicons-arrow-right-16: Abuse Handling Policy](abuse.md)
|
- [Sub-processors](subprocessors.md)
|
||||||
[:octicons-arrow-right-16: DMCA Policy](dmca.md)
|
- [DMCA Policy](dmca.md)
|
||||||
[:octicons-arrow-right-16: Subprocessors](subprocessors.md)
|
- [Refund Policy](refund.md)
|
||||||
[:octicons-arrow-right-16: Refund Policy](refund.md)
|
|
|
@ -1,15 +1,3 @@
|
||||||
# Subprocessors
|
# Sub-processors
|
||||||
|
StarCat Systems uses the following sub-processors to assist in providing our services.
|
||||||
|
|
||||||
*Last updated 2025-06-05*
|
|
||||||
|
|
||||||
StarCat Systems uses the following subprocessors to assist in providing our services.
|
|
||||||
|
|
||||||
| Subprocessor | Activity | Service Location |
|
|
||||||
| ------------ | -------- | -------- |
|
|
||||||
| [Backblaze](https://backblaze.com) | File storage | USA, EU |
|
|
||||||
| [bunny.net](https://bunny.net) | Content delivery network | USA, EU |
|
|
||||||
| [Hetzner](https://hetzner.com) | Hosting services, file storage | Germany, Finland |
|
|
||||||
| [MXroute](https://mxroute.com) | Email hosting | USA, EU |
|
|
||||||
| [NearlyFreeSpeech.Net](https://nearlyfreespeech.net) | Hosting services | USA |
|
|
||||||
| [Peakford](https://peakford.com) | Hosting services | EU, USA |
|
|
||||||
| [Polar](https://polar.sh) | Payment processing | USA |
|
|
|
@ -1,4 +1,3 @@
|
||||||
/*--- Custom admonition: Deprecated ---*/
|
|
||||||
:root {
|
:root {
|
||||||
--md-admonition-icon--deprecated: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4c3.31 0 5 2.69 5 6v10.66C16.88 17.63 15.07 17 12 17s-4.88.63-7 1.66V8c0-3.31 1.69-6 5-6M8 8v1.5h8V8zm1 4v1.5h6V12zM3 22v-.69c2.66-1.69 10.23-5.47 18-.06V22z"/></svg>')
|
--md-admonition-icon--deprecated: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4c3.31 0 5 2.69 5 6v10.66C16.88 17.63 15.07 17 12 17s-4.88.63-7 1.66V8c0-3.31 1.69-6 5-6M8 8v1.5h8V8zm1 4v1.5h6V12zM3 22v-.69c2.66-1.69 10.23-5.47 18-.06V22z"/></svg>')
|
||||||
}
|
}
|
||||||
|
@ -17,7 +16,6 @@
|
||||||
mask-image: var(--md-admonition-icon--deprecated);
|
mask-image: var(--md-admonition-icon--deprecated);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Custom admonition: Page Moved ---*/
|
|
||||||
:root {
|
:root {
|
||||||
--md-admonition-icon--page-moved: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073H3.75a.25.25 0 0 0-.25.25v6.5a.75.75 0 0 1-1.5 0z"/><path d="m5.427 15.573 3.146-3.146a.25.25 0 0 0 0-.354L5.427 8.927A.25.25 0 0 0 5 9.104V11.5H.75a.75.75 0 0 0 0 1.5H5v2.396c0 .223.27.335.427.177"/></svg>')
|
--md-admonition-icon--page-moved: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073H3.75a.25.25 0 0 0-.25.25v6.5a.75.75 0 0 1-1.5 0z"/><path d="m5.427 15.573 3.146-3.146a.25.25 0 0 0 0-.354L5.427 8.927A.25.25 0 0 0 5 9.104V11.5H.75a.75.75 0 0 0 0 1.5H5v2.396c0 .223.27.335.427.177"/></svg>')
|
||||||
}
|
}
|
||||||
|
@ -36,7 +34,6 @@
|
||||||
mask-image: var(--md-admonition-icon--page-moved);
|
mask-image: var(--md-admonition-icon--page-moved);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Custom icon colors ---*/
|
|
||||||
.starcat-blue {
|
.starcat-blue {
|
||||||
color: #00FFFF;
|
color: #00FFFF;
|
||||||
}
|
}
|
||||||
|
@ -76,8 +73,3 @@
|
||||||
.quote-grey {
|
.quote-grey {
|
||||||
color: #9E9E9E;
|
color: #9E9E9E;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Increase maximum width for body text ---*/
|
|
||||||
.md-grid {
|
|
||||||
max-width: 85%;
|
|
||||||
}
|
|
17
mkdocs.yml
17
mkdocs.yml
|
@ -20,6 +20,20 @@ theme:
|
||||||
name: Switch to light mode
|
name: Switch to light mode
|
||||||
logo: assets/starcat_head-circle-only-white-transparent_larger.svg
|
logo: assets/starcat_head-circle-only-white-transparent_larger.svg
|
||||||
favicon: assets/favicon.svg
|
favicon: assets/favicon.svg
|
||||||
|
icon:
|
||||||
|
admonition:
|
||||||
|
note: fontawesome/regular/note-sticky
|
||||||
|
abstract: material/select-multiple
|
||||||
|
info: octicons/info-16
|
||||||
|
tip: octicons/flame-16
|
||||||
|
success: octicons/check-16
|
||||||
|
question: octicons/question-16
|
||||||
|
warning: octicons/alert-16
|
||||||
|
failure: octicons/x-circle-16
|
||||||
|
danger: octicons/zap-16
|
||||||
|
bug: octicons/bug-16
|
||||||
|
example: octicons/beaker-16
|
||||||
|
quote: fontawesome/solid/quote-left
|
||||||
features:
|
features:
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
- navigation.instant.progress
|
- navigation.instant.progress
|
||||||
|
@ -32,9 +46,6 @@ theme:
|
||||||
# - navigation.footer
|
# - navigation.footer
|
||||||
- header.autohide
|
- header.autohide
|
||||||
- content.tooltips
|
- content.tooltips
|
||||||
- content.code.copy
|
|
||||||
- content.code.select
|
|
||||||
- content.code.annotate
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue