Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@

# The SCS website project
# The old SCS website project

The static [SCS website](https://scs.community) is generated by [Jekyll](https://jekyllrb.com/). The theme is originally based on the template [business-frontpage](https://github.com/sharu725/business-frontpage) by [sharu725](https://github.com/sharu725). We're heavily making use of [Bootstrap 5](https://getbootstrap.com/docs/5.0) to layout the page content.

The website is automatically built every 15 minutes or on every push to `main` and subsequently pulled onto our webspace.

**NOTE: This repository is no longer used and we no longer build our old web site from it. Please go to
[our new site](https://sovereigncloudstack.org/).**
The content will be archived and remain accessible for historical reasons.

## Locations

Published sites:
Expand Down
2 changes: 1 addition & 1 deletion _includes/news/link_newpage.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="d-grid">
<a href="{{ site.baseurl }}/{{ include.ref }}/" class="btn btn-outline-primary" role="button">{% t news.newpage_link %}</a>
<a href="{{ include.ref }}/" class="btn btn-outline-primary" role="button">{% t news.newpage_link %}</a>
</div>