Skip to content

Commit

Permalink
Initial Commti WS23/24 (#278)
Browse files Browse the repository at this point in the history
* updated schedule

* corrected typo

* first version ws23
  • Loading branch information
gefei authored Dec 21, 2023
1 parent 48c100a commit be73aca
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 97 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ every push to master, without drafts (same as production): [https://htw-imi-show
- [Preview](#preview)
- [Production](#production)
- [Documentation](#documentation)
- [Adding a new project](#adding-a-new-project)
- [New in SoSe 23: Please use Draft Mode](#new-in-sose-23-please-use-draft-mode)
- [Default Branch renamed to Main!](#default-branch-renamed-to-main)
- [Adding your project presentation](#adding-your-project-presentation)
- [Please use Draft Mode](#please-use-draft-mode)
- [Updating your Fork](#updating-your-fork)
- [Including additional content](#including-additional-content)
- [Sections](#sections)
Expand Down Expand Up @@ -110,14 +111,14 @@ cd showtime-website

4. Create a new project directory for your project by duplicating either the bachelor's or the master's sample project directory:
```
cp -R content/ss23/bachelor/b0-template/ content/ss23/bachelor/b#-your-project/
cp -R content/ws23/bachelor/b0-template/ content/ws23/bachelor/b#-your-project/
```
```
cp -R content/ss23/master/m0-template/ content/ss23/master/m#-your-project/
cp -R content/ws23/master/m0-template/ content/ws23/master/m#-your-project/
```
**Please make sure to include your project number! (e.g. B2, M1, ...)**

5. Fill out your project's homepage `content/ss23/<bachelor/master>/##-your-project/_index.md` and any subpages in your project's directory you'd like to keep. Delete the subpages you don't need.\
5. Fill out your project's homepage `content/ws23/<bachelor/master>/##-your-project/_index.md` and any subpages in your project's directory you'd like to keep. Delete the subpages you don't need.\
**Please don't use Markdown headings (hashtags) directly, since those headings won't be displayed correctly.**
Have a look at the [section documentation](#Sections) below or the template projects for including headings.\
If you need help with the markdown syntax, have a look at this [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).\
Expand All @@ -126,7 +127,7 @@ cp -R content/ss23/master/m0-template/ content/ss23/master/m#-your-project/
6. Preview your changes locally to make sure everything looks fine by executing `hugo server --buildDrafts` and visiting http://localhost:1313/ in your browser. (of use `make`)
7. Add your changes to the git index, commit them to the repository and push them to GitHub:
```
git add content/ss23/<bachelor|master>/<project_number-your-project>
git add content/ws23/<bachelor|master>/<project_number-your-project>
git commit -m "Your commit message"
git push
```
Expand All @@ -136,7 +137,7 @@ Once your branch was merged, you may preview your project's page on our staging

One week before the Showtime takes place, the website will be published to our production server: https://showtime.f4.htw-berlin.de/

### New in SoSe 23: Please use Draft Mode
### Please use Draft Mode

**tl;dr: use draft=true and --buildDraft to publish project sites only to staging.**

Expand Down
3 changes: 3 additions & 0 deletions content/ws23/bachelor/b0-template/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla facilisis neque i

{{<section title="Our Goal">}}
Praesent dignissim dolor vel augue pellentesque imperdiet. Proin congue tellus sed nunc porttitor, eu maximus augue cursus. Donec aliquam pharetra tempus.
{{</section>}}

{{<section title="Technology">}}
Praesent dignissim dolor vel augue pellentesque imperdiet. Proin congue tellus sed nunc porttitor, eu maximus augue cursus. Donec aliquam pharetra tempus.
{{</section>}}


Expand Down
Binary file modified content/ws23/bachelor/b0-template/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions content/ws23/bachelor/b0-template/features.md

This file was deleted.

Binary file modified content/ws23/bachelor/b0-template/kitty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions content/ws23/bachelor/b0-template/process.md

This file was deleted.

19 changes: 0 additions & 19 deletions content/ws23/bachelor/b0-template/techstack.md

This file was deleted.

Binary file modified content/ws23/master/m0-template/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 0 additions & 21 deletions content/ws23/master/m0-template/features.md

This file was deleted.

Binary file modified content/ws23/master/m0-template/kitty.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 0 additions & 19 deletions content/ws23/master/m0-template/techstack.md

This file was deleted.

0 comments on commit be73aca

Please sign in to comment.