Skip to content

Commit

Permalink
Update download version (#14)
Browse files Browse the repository at this point in the history
* Update README.md

* Update index.html

* Update config.toml
  • Loading branch information
cosmiccoincidence authored Feb 1, 2024
1 parent 5184f8d commit 73165db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
<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>

Ported from our [old website repo](https://github.com/RE-SS3D/SS3D-Websiteold).

## 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/)
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:
4. Build the site by opening Command Prompt and using the following commands:
```
cd "<insert repo directory>"
zola serve
Expand Down
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ 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.1"
latest_release = "0.0.7.2"

[[extra.social_icons]]
title = "GitHub"
Expand Down
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ <h6>
</h6>
</centred>

<br>

{% set post = latest_blog %}
{% set url = get_url(path=post.path) %}
<centred><h2>Latest Blog Post:</h2></centred>
Expand Down

0 comments on commit 73165db

Please sign in to comment.