We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2e8d8 commit 32f1ea8Copy full SHA for 32f1ea8
README.md
@@ -1,7 +1,8 @@
1
-# Website
2
-========
+# Website for PHPDD23
3
4
-Website template forked from [dirkfabisch/mediator](https://github.com/dirkfabisch/mediator).
+## Requirements
+
5
+- Ruby gem installed
6
7
## Installation
8
@@ -13,4 +14,11 @@ Website template forked from [dirkfabisch/mediator](https://github.com/dirkfabis
13
14
15
## Serve site locally
16
-- run `make serve`
17
+- run `make serve`
18
19
+You can make changes to the site and the site gets rebuilt automatically.
20
21
+## Publish changes
22
23
+Commit all changes and push them to the main branch of the repository.
24
+GitHub Pages will build and publish the changes automatically.
0 commit comments