Skip to content

Commit

Permalink
Update page structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrennd committed Apr 19, 2016
1 parent 8240094 commit a9b9bce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ $ rm -rf confweb.git

Then you can clone the new website as normal.

The main settings can be found in the ```_config.yml``` file.
The main settings can be found in the ```_config.yml``` file. They include conference location, name, year, days of operation.

The base site is created with
To create the conference site, the base site is created with

```
$ jekyll site new .
Expand Down Expand Up @@ -45,3 +45,5 @@ _includes/listsingle.html
_includes/map.html
_includes/google_tracking_code.html
```

Then the sessions themselves are stored in the ```_posts``` directory. Each session is recorded as post in the format ```YYYY-MM-DD-session-name.md```, and inside each session is the list of speakers and talks. See example session for details.

0 comments on commit a9b9bce

Please sign in to comment.