File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
22
### Organization and web pages for the HoTT 2019 conference
2
23
3
24
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/ ) .
You can’t perform that action at this time.
0 commit comments