aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Bidelman2012-07-11 10:43:37 -0700
committerEric Bidelman2012-07-11 10:43:37 -0700
commitf208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 (patch)
treeeb8ac9966f182313db6b11e12c2f4fd5bab070b7 /README.md
parentd78d1c5069ecdb6723a8933dbb86f4b7a20c59e9 (diff)
downloadio-slides-remote-f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8.tar.gz
Bringing in upstream changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 34777da..1ba5391 100644
--- a/README.md
+++ b/README.md
@@ -50,15 +50,15 @@ pre {
50 50
51## Configuring the slides 51## Configuring the slides
52 52
53Much of the deck is customized by changing the settings in [`slide_config.json`](slide_config.json). 53Much of the deck is customized by changing the settings in [`slide_config.js`](slide_config.js).
54Some of the customizations include the title, Analytics tracking ID, speaker 54Some of the customizations include the title, Analytics tracking ID, speaker
55information (name, social urls, blog), web fonts to load, themes, and other 55information (name, social urls, blog), web fonts to load, themes, and other
56general behavior. 56general behavior.
57 57
58### Customizing the `#io2012` hash 58### Customizing the `#io12` hash
59 59
60The bottom of the slides include `#io2012` by default. If you'd like to change 60The bottom of the slides include `#io12` by default. If you'd like to change
61this, please update the variable `$social-tags: '#io2012';` in 61this, please update the variable `$social-tags: '#io12';` in
62[`/theme/scss/default.scss`](theme/scss/default.scss). 62[`/theme/scss/default.scss`](theme/scss/default.scss).
63 63
64See the next section on "Editing CSS" before you go editing things. 64See the next section on "Editing CSS" before you go editing things.