diff options
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. |