diff --git a/gitpage/content/about.md b/gitpage/content/about.md index 03a9305..24629b2 100644 --- a/gitpage/content/about.md +++ b/gitpage/content/about.md @@ -1,6 +1,9 @@ +++ title = "Tell me more" +++ +> *Why don't I show you instead* + +Check my personal instance here: [clips.shockrah.xyz](https://clips.shockrah.xyz) # Like posting clips everywhere? diff --git a/gitpage/content/configuration.md b/gitpage/content/configuration.md index 4a657c7..ef64bc9 100644 --- a/gitpage/content/configuration.md +++ b/gitpage/content/configuration.md @@ -4,9 +4,6 @@ title = "Configuring" # Environment Variables -There are only two _optional_ environment variables to configure if -you wish to configure them at all. - * `CLIPS_DIR` : default = `/media/clips` This is the root directory for all clips that you intend on serving; it will have a structure similar to this example one. @@ -25,6 +22,12 @@ vids This is the root directory for all clips that you intend on serving; it will have a structure similar to this example one. +* `SITE_NAME`: default = `Clippable` + +* `SITE_DESC`: default = `Short Clips` + +* `SITE_URL`: default = `#` + ``` thumbs ├── funny @@ -37,9 +40,9 @@ thumbs └── clip.mkv.jpg ``` -# rocket.toml +# Rocket.toml -Below is a list of options and their default values in the provided `rocket.toml` file. +Below is a list of options and their default values in the provided `Rocket.toml` file. This is generally used to configure the webserver itself and not much else. |Option |Default Value|