Skip to content

Commit

Permalink
Updates (#1)
Browse files Browse the repository at this point in the history
* re-add download page

* fix download add 404

* Update .gitignore

* fix releases

* fix releases

* fix 404

* fix download page?

* fix 404?

* Update navigation.yml

* Update navigation.yml

* Update README.md

* Update README.md

* fixes

* Update navigation.yml

* fix download link

* Update config.toml

* fix img paths

* Update README.md

* Update README.md

* add draft

* Update _draft.md

* Update _draft.md
  • Loading branch information
cosmiccoincidence authored Dec 29, 2023
1 parent 90ef480 commit 5cabff7
Show file tree
Hide file tree
Showing 34 changed files with 272 additions and 41 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Created by Zola
public
# We don't want to commit resized images

# Resized images
static/processed_images

# Zola executables
zola.exe
34 changes: 30 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,36 @@

# SS3D Website
<h3 align="center"><img src="https://raw.githubusercontent.com/RE-SS3D/SS3D-Art/main/Artwork/Banners/BorderedBanners/SS3DBanner3.png" alt="SS3D Banner">Website repository for <a href="https://ss3d.space/">Space Station 3D</a>!</h3>

### Development
<br>

[Install Zola](https://www.getzola.org/documentation/getting-started/installation/), then run it locally:
<h3>Located at:
<a href="https://ss3d.space/"><img src="https://img.shields.io/website?down_color=red&down_message=offline&label=ss3d.space&up_color=green&style=plastic&up_message=online&url=https%3A%2F%2Fss3d.space" alt="website status" style="vertical-align:middle"></a>
<a href="https://github.com/RE-SS3D/SS3D-Website"><img src="https://img.shields.io/github/repo-size/RE-SS3D/SS3D-Website?color=gold&style=plastic" alt="repo size" align="right"></a>
<a href="https://github.com/RE-SS3D/SS3D-Website/blob/release/.github/workflows/build.yml"><img src="https://img.shields.io/github/actions/workflow/status/RE-SS3D/SS3D-Website/build.yml?style=plastic" alt="build status" align="right"></a>
<h3>

## Local Setup

This website is setup for use with [Zola](https://www.getzola.org). Install instructions for various platforms can be found [here](https://www.getzola.org/documentation/getting-started/installation/)

### Windows

1. Clone this repo.
2. Downloaded latest version (for windows) on [Zola's Github Releases](https://github.com/getzola/zola/releases).
3. Move the downloaded .exe to the repo directory.
4. Build the site by opening Command Prompt with the following commands:
```
zola serve
cd "<insert repo directory>"
zola serve
```
The site should host locally at <http://localhost:1111/>.

## Creating the Devblog

A checklist regarding the process of the devblog can be found on our [management board](https://trello.com/c/jLB9dKJH).

## LICENSE

All **CODE** falls under the **[MIT](https://github.com/RE-SS3D/.github/blob/main/LICENSE-CODE.md)** license.

All **ASSETS** fall under the **[CC BY-NC-SA 4.0](https://github.com/RE-SS3D/.github/blob/main/LICENSE-ASSETS.md)** license.
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ external_links_target_blank = true
[extra]
# Put all your custom variables here

github_game_url = "https://github.com/RE-SS3D/SS3D"
github_url = "https://github.com/RE-SS3D"
github_game_url = "https://github.com/RE-SS3D/SS3D"
github_artwork_url = "https://raw.githubusercontent.com/RE-SS3D/SS3D-Art/main/Artwork"
discord_url = "https://discord.gg/3ny9tdH"
twitter_url = "https://twitter.com/SpaceStation3D"
youtube_url = "https://www.youtube.com/@spacestation3d"
Expand All @@ -30,6 +31,8 @@ animators_kit_url = "https://www.youtube.com/@spacestation3d"
subscribestar_url = "https://www.subscribestar.com/space-station-3d"
gitbook_url = "https://ss3d.gitbook.io"

latest_release = "0.0.7.0"

[[extra.social_icons]]
title = "GitHub"
name = "github"
Expand Down
4 changes: 2 additions & 2 deletions content/devblog/2020-05-30-20.05.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Chase.png
image_credit: ProbablyNot
monthly_release: 0.3.5
old_release: 0.3.5
aliases: [2020/06/04/20.05.html]
---

Expand All @@ -22,7 +22,7 @@ In May, the same as every month, we received more new contributors, but this mon

This month, we also made a new {{ link(key="youtube_url", text="YouTube account", path="") }} where we have begun uploading animations and gameplay/teaser videos. Are you curious what RE:SS3D would look like from another perspective? Then check out the first-person & isometric camera teaser tests on our YouTube channel (note: we will not be implementing either of those camera perspectives ourselves, we will be going for a more traditional top-down-ish perspective).

Also, we have gotten many questions regarding when our next public release will be... and that answer to that is... RIGHT NOW! You can {{ link(key="github_game_url", text="DOWNLOAD our latest release (v0.3.5 built on June 1st) here!", path="/releases/download/{{ page.monthly_release }}/RESS3D_{{ page.monthly_release }}.zip") }}. Last month we intended to begin releasing a monthly build that would coincide with our monthly devblogs, but we had issues with our automated build and never got last month's release made. Although we still have not resolved the issues with the automated build, we will begin to put out monthly releases with our devblogs even if we have to do so manually (which is what we did this month).
Also, we have gotten many questions regarding when our next public release will be... and that answer to that is... RIGHT NOW! You can {{ link(key="github_game_url", text="DOWNLOAD our latest release (v0.3.5 built on June 1st) here!", path="/releases/download/{{ page.old_release }}/RESS3D_{{ page.old_release }}.zip") }}. Last month we intended to begin releasing a monthly build that would coincide with our monthly devblogs, but we had issues with our automated build and never got last month's release made. Although we still have not resolved the issues with the automated build, we will begin to put out monthly releases with our devblogs even if we have to do so manually (which is what we did this month).

## Added Content

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-06-30-20.06.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/CreationOfGreytide.png
image_credit: ProbablyNot
monthly_release: 0.3.6
old_release: 0.3.6
aliases: [2020/07/03/20.06.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-07-30-20.07.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/Bug/Bug_TheLastBrunch.png
image_credit: Bug
monthly_release: 0.3.7
old_release: 0.3.7
aliases: [2020/08/05/20.07.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-08-30-20.08.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [ProbablyNot,CosmicCoincidence]
extra:
image: /assets/img/art/Goao/GoaoSpessGothic.png
image_credit: Image credit - Goao
monthly_release: 0.3.8
old_release: 0.3.8
aliases: [2020/09/07/20.08.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-09-30-20.09.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/Goao/GoaoLiftoff.png
image_credit: Goao
monthly_release: 0.3.9
old_release: 0.3.9
aliases: [2020/10/10/20.09.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-10-30-20.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/ProbablyNot/ProbablyNot_Harvest.png
image_credit: ProbablyNot
monthly_release: 0.3.91
old_release: 0.3.91
aliases: [2020/11/08/20.10.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-11-30-20.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/Bug/Bug_Spacegiving.png
image_credit: Bug
monthly_release: 0.3.92
old_release: 0.3.92
aliases: [2020/12/08/20.11.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2020-12-30-20.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/Eiko/Eiko_Friends.png
image_credit: Eiko
monthly_release: 0.3.93
old_release: 0.3.93
aliases: [2021/01/13/20.12.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-01-30-21.01.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [ProbablyNot,CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_PDA.png
image_credit: ProbablyNot
monthly_release: 0.3.94
old_release: 0.3.94
aliases: [2021/02/04/21.01.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-02-30-21.02.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/Bug/Bug_CargoAnimals.png
image_credit: Bug
monthly_release: 0.3.95
old_release: 0.3.95
aliases: [2021/03/07/21.02.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-03-30-21.03.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Sec.png
image_credit: Image credit - ProbablyNot
monthly_release: 0.3.95b
old_release: 0.3.95b
aliases: [2021/04/01/21.03.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-04-30-21.04.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/CosmicCoincidence/CosmicGrinderB2.png
image_credit: CosmicCoincidence
monthly_release: 0.3.95c
old_release: 0.3.95c
aliases: [2021/05/06/21.04.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-05-30-21.05.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Janitor.png
image_credit: ProbablyNot
monthly_release: 0.3.95d
old_release: 0.3.95d
aliases: [2021/06/04/21.05.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-06-30-21.06.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/Bug/BugCult.png
image_credit: Bug
monthly_release: 0.3.95e
old_release: 0.3.95e
aliases: [2021/07/06/21.06.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-07-30-21.07.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Medic.png
image_credit: ProbablyNot
monthly_release: 0.3.95f
old_release: 0.3.95f
aliases: [2021/08/04/21.07.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-08-30-21.08.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Reply.png
image_credit: ProbablyNot
monthly_release: 0.3.95g
old_release: 0.3.95g
aliases: [2021/09/03/21.08.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-09-30-21.09.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/SmokingMan/SmokingMan_Closet.png
image_credit: SmokingMan
monthly_release: 0.3.95h
old_release: 0.3.95h
aliases: [2021/10/06/21.09.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-10-30-21.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/ProbablyNot/ProbablyNot_Heck.png
image_credit: ProbablyNot
monthly_release: 0.3.95i
old_release: 0.3.95i
aliases: [2021/11/04/21.10.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-11-30-21.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ extra:
authors: [CosmicCoincidence]
image: /assets/img/art/SmokingMan/SmokingMan_EngineeringGang.png
image_credit: SmokingMan
monthly_release: 0.3.95j
old_release: 0.3.95j
aliases: [2021/12/05/21.11.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2021-12-30-21.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Campfire.png
image_credit: ProbablyNot
monthly_release: 0.3.95l
old_release: 0.3.95l
aliases: [2022/01/06/21.12.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2022-03-30-22.03.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Spaced.png
image_credit: ProbablyNot
monthly_release: 0.3.95m
old_release: 0.3.95m
aliases: [2022/04/05/22.03.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2022-06-30-22.06.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_DrunkOfficer.png
image_credit: ProbablyNot
monthly_release: 0.3.95n
old_release: 0.3.95n
aliases: [2022/06/09/22.06.html]
---

Expand Down
2 changes: 1 addition & 1 deletion content/devblog/2022-09-30-22.09.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors: [CosmicCoincidence]
extra:
image: /assets/img/art/ProbablyNot/ProbablyNot_Station1.png
image_credit: ProbablyNot
monthly_release: 0.3.95o
old_release: 0.3.95o
aliases: [2022/10/17/22.09.html]
---

Expand Down
Loading

0 comments on commit 5cabff7

Please sign in to comment.