Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Bramer committed Aug 11, 2023
1 parent 3e9b1b1 commit 4857a73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Team Blog

This blog is powered by [Hugo](https://gohugo.io/), a static html site generator.

Best viewn at https://esrlabs.github.io/android-team/

## Contributing

This is the blog of the ESR Labs Android Team. Therefore only team members can contribute.

Run `hugo server` to view locally at http://localhost:1313/
As this is the blog of the ESR Labs Android Team, only team members can contribute.

Run `hugo server` to view your changes locally at http://localhost:1313/

### Creating a new post

A new page can be create with
A new post can be created with

`hugo new posts/<name-of-post>.md`

Expand Down Expand Up @@ -43,8 +44,7 @@ Photos of new team members should go into

Afterwards the script `./create_collage.sh` can be invoked to

- downsize the photo (to avoid face recognition
we only want a low resolution on the internet)
- downsize the photo (for privacy reasons)
- update the collage at `./static/team.png`


Expand Down

0 comments on commit 4857a73

Please sign in to comment.