Skip to content

Commit 5edff95

Browse files
committed
Better readme.
1 parent a6a93ef commit 5edff95

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
### How to edit the web page content
2+
3+
1. `git pull`
4+
2. Make changes to `.md` files (see below)
5+
3. `git status` to see what files you changed
6+
4. `git add XYZ.md` for every file you changed and you wish to commit
7+
5. `git push`
8+
6. Go to the conference web page, make sure to reload the page.
9+
10+
The `.md` files are Markdown files, here is a [quick Markdown reference](https://guides.github.com/features/mastering-markdown/).
11+
12+
Page source files:
13+
14+
* [`index.md`](./index.md) -- main conference page
15+
* [`summer-school.md`](./summer-school.md) -- summer school page
16+
* [`call-for-papers.md`](./call-for-papers.md) -- call for papers
17+
* [`registration.md`](./registration.md) -- registration information
18+
* [`registration.md`](./registration.md) -- registration information
19+
* [`local.md`](./local.md) -- local information
20+
21+
122
### Organization and web pages for the HoTT 2019 conference
223

324
These are the web pages for the HoTT 2019 conference. The website is at [https://hott.github.io/HoTT-2019/](https://hott.github.io/HoTT-2019/).

0 commit comments

Comments
 (0)