diff options
author | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-07-11 10:43:37 -0700 |
commit | f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8 (patch) | |
tree | eb8ac9966f182313db6b11e12c2f4fd5bab070b7 /README.md | |
parent | d78d1c5069ecdb6723a8933dbb86f4b7a20c59e9 (diff) | |
download | io-slides-remote-f208307cbdd403d3fa92a1aae1dc9c094c7ec9d8.tar.gz |
Bringing in upstream changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -50,15 +50,15 @@ pre { | |||
50 | 50 | ||
51 | ## Configuring the slides | 51 | ## Configuring the slides |
52 | 52 | ||
53 | Much of the deck is customized by changing the settings in [`slide_config.json`](slide_config.json). | 53 | Much of the deck is customized by changing the settings in [`slide_config.js`](slide_config.js). |
54 | Some of the customizations include the title, Analytics tracking ID, speaker | 54 | Some of the customizations include the title, Analytics tracking ID, speaker |
55 | information (name, social urls, blog), web fonts to load, themes, and other | 55 | information (name, social urls, blog), web fonts to load, themes, and other |
56 | general behavior. | 56 | general behavior. |
57 | 57 | ||
58 | ### Customizing the `#io2012` hash | 58 | ### Customizing the `#io12` hash |
59 | 59 | ||
60 | The bottom of the slides include `#io2012` by default. If you'd like to change | 60 | The bottom of the slides include `#io12` by default. If you'd like to change |
61 | this, please update the variable `$social-tags: '#io2012';` in | 61 | this, 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 | ||
64 | See the next section on "Editing CSS" before you go editing things. | 64 | See the next section on "Editing CSS" before you go editing things. |