Skip to content

Commit

Permalink
Update Site from HTML to Jekyll with Just-the-Docs (#79)
Browse files Browse the repository at this point in the history
* Add Just the Docs Jekyll Template

* add content

* Update CI/CD workflow

* Change structure of how to add new member names

* Change structure of how to add new member names

* Add minimal basic nav structure

* fix merge error

* big push - including social media buttons and GSoC 2023

* Add new layout

* Add last modified generator

* Fix logos on main screen

* Start with gsoc history

* add the missing gsoc pages

* Add legal parts into submenu and start with adding the remaining licenses

* Updated Static Links

* Fixed menu structure

* Add menu to GSOC23 page

* Change page last edited to generated

* Updated legal submenu

* Update /legal/policies submenu

* cc-by-sa-4.0 license

* Update credits.html

* added name to credits

* Create gsoc_2022_ideas_page.html

Adds GSoC 2022 Ideas page

* Update gsoc_2022_ideas_page.html

updates ideas list according to general critics from GSoCs-AdminsList

* Update gsoc_2022_ideas_page.html

adds critics to all projects

* Update gsoc_2022_ideas_page.html

fixes typo in Awesome Game Project

* Update gsoc_2022_ideas_page.html

* Remove idea for GSoC22

* Update last modified date

* Added my name to the All Members section of the credits page

* Update Terms of Use and Services to Version 4.0

Clarifications regarding the usage of Catrobat's Software Applications and access to the Services.

* Added Sebastian Weninger to credits.html

* Add Csongor Hegedüs to credits

* Added name to credits

* Added my name to credits.

* Added Edon Mucaj to credits.html

* Add Patrick to Product Owners and Stephan Schauberger to Seniors

* add Gsoc23 ideas page

* Update gsoc_2023_ideas_page.html

* removed outdated ideas

* Add Just the Docs Jekyll Template

* add content

* Update CI/CD workflow

* Change structure of how to add new member names

* Change structure of how to add new member names

* Add minimal basic nav structure

* fix merge error

* big push - including social media buttons and GSoC 2023

* Add new layout

* Add last modified generator

* Fix logos on main screen

* Start with gsoc history

* add the missing gsoc pages

* Add legal parts into submenu and start with adding the remaining licenses

* Update Static Links

* Fix menu structure

* Add menu to GSOC23 page

* Change page last edited to generated

* Update legal submenu

* Update /legal/policies submenu

* Add target for socials links

* cc-by-sa-4.0 license

* Add google logos to socials and fix youtube url

* Update contributors

* add 404 page

* Update contributor github handles

* Add even more contributors

* Sort all contributors by lastname

* Combine alumni and add new coordinators

* Add fix to not br names

* change structure of development submenu

* added labels and callouts to the gsoc 2023 page

* Fix duplicate pages

* Fix links for gsoc 2023

* Prepare for merge

* Rename terms-of-use to terms-of-use-and-service

* Update Logo

---------

Co-authored-by: Jan Schantl <[email protected]>
Co-authored-by: bsabljica1 <[email protected]>
Co-authored-by: julian_jautz <[email protected]>
Co-authored-by: Stefan Kutschera <[email protected]>
Co-authored-by: Wolfgang Slany <[email protected]>
Co-authored-by: Michael Herold <[email protected]>
Co-authored-by: Markus Pozvek <[email protected]>
Co-authored-by: Sebastian Weninger <[email protected]>
Co-authored-by: Csongor Hegedüs <[email protected]>
Co-authored-by: AneiMakovec <[email protected]>
Co-authored-by: Edon Mucaj <[email protected]>
Co-authored-by: Patrick Ratschiller <[email protected]>
  • Loading branch information
13 people authored Sep 22, 2023
1 parent e04ade9 commit 8f3afa0
Show file tree
Hide file tree
Showing 132 changed files with 7,044 additions and 6,820 deletions.
64 changes: 64 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false

jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
.DS_Store
# Copied from https://github.com/github/gitignore/blob/main/Jekyll.gitignore
# Ignore metadata generated by Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

# Ignore folders generated by Bundler
.bundle/
vendor/
11 changes: 11 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: 404
permalink: /404
nav_exclude: true
search_exclude: true
---

<h1>Page not found</h1>

<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled != false %}or search {% endif %}to find what you're looking for or go to this <a href="{{ '/' | relative_url }}">site's home page</a>.</p>
Binary file removed Catrobat_Kids_333x120.png
Binary file not shown.
5 changes: 0 additions & 5 deletions CodingJam2021.html

This file was deleted.

5 changes: 0 additions & 5 deletions CodingJam2021_24.html

This file was deleted.

5 changes: 0 additions & 5 deletions CodingJam2021_25.html

This file was deleted.

5 changes: 0 additions & 5 deletions CodingJam2021_26.html

This file was deleted.

102 changes: 0 additions & 102 deletions CreateAtSchool.html

This file was deleted.

93 changes: 0 additions & 93 deletions GCIlandingpage2017.html

This file was deleted.

Loading

0 comments on commit 8f3afa0

Please sign in to comment.