diff --git a/Readme.md b/Readme.md
index d25c0f119..a2411bf15 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,14 +1,28 @@
-:)
+# Rico's cheatsheets
+
+> Collection of web development cheatsheets:
+
+Visit: ****
---
-## Notes
+# Dev notes
+
+## Starting a local instance
+
+This is a mere Jekyll site, and `bundle exec jekyll serve` should be fine. But I suggest you use this instead:
+
+```
+make
+```
+
+## CSS classes
`h2` supports these:
{: .-two-column}
{: .-three-column}
- {: .-wide-second} # combine with -x-column
+ {: .-wide-second} # combine with -xxx-column
{: .-left-reference}
`h3` supports these:
@@ -32,6 +46,8 @@
{: .-four-column}
{: .-six-column}
+## Frontmatter
+
Each sheet supports these metadata:
```yml
@@ -49,6 +65,8 @@ prism_languages: [vim] # Extra syntax highlighting
---
```
+## Prism languages
+
For supported prism languages:
-
@@ -65,3 +83,7 @@ category: Hidden
redirect_to: /es6
---
```
+
+## Localizations
+
+See `_data/content.yml` for chrome strings.
\ No newline at end of file
diff --git a/_config.yml b/_config.yml
index c5e32911b..dc4720159 100644
--- a/_config.yml
+++ b/_config.yml
@@ -59,9 +59,6 @@ defaults:
url: http://ricostacruz.com/cheatsheets
title: Cheatsheets
-alt_title: Rico's Cheatsheets
-home:
- tagline: "Hey! I'm @rstacruz and this is a modest collection of cheatsheets I've written."
#
# Google analytics
@@ -100,9 +97,3 @@ category_names:
# https://help.github.com/articles/repository-metadata-on-github-pages/
repository: rstacruz/cheatsheets
-
-#
-# Disqus comments: uncomment to disable disqus
-#
-
-disqus_host: devhints.disqus.com
diff --git a/_data/carbon.yml b/_data/carbon.yml
new file mode 100644
index 000000000..5f23b69e2
--- /dev/null
+++ b/_data/carbon.yml
@@ -0,0 +1,2 @@
+enabled: true
+src: //cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=ricostacruzcom
diff --git a/_data/content.yml b/_data/content.yml
index 13684ac52..3a20a9e3b 100644
--- a/_data/content.yml
+++ b/_data/content.yml
@@ -1,10 +1,35 @@
home:
title: "Rico's cheatsheets"
tagline: "Hey! I'm @rstacruz and this is a modest collection of cheatsheets I've written."
+
top_nav:
title: "Rico's cheatsheets"
+ edit: Edit
+ edit_on_github: Edit this page on GitHub
+
+sheet:
+ suffix: cheatsheet
+
social_list:
default_description: "Grand collection of web development cheatsheets"
- description_prefix: "The ultimate cheatsheet for"
+ description: "The ultimate cheatsheet for TITLE."
facebook_share: Share on Facebook
twitter_share: Share on Twitter
+
+related_posts_callout:
+ description: Over SIZE curated cheatsheets, by developers for developers.
+ link: Cheatsheets home
+
+related_posts_group:
+ top: Top cheatsheets
+ other: Other cheatsheets
+ category: Other CATEGORY cheatsheets
+
+search_form:
+ default_placeholder: Search SIZE+ cheatsheets
+ home_placeholder: Search...
+ prefix: devhints.io
+
+comments_area:
+ suffix: for this cheatsheet.
+ link: "Write yours!"
diff --git a/_data/disqus.yml b/_data/disqus.yml
new file mode 100644
index 000000000..5fe82b1ce
--- /dev/null
+++ b/_data/disqus.yml
@@ -0,0 +1,2 @@
+enabled: true
+host: devhints.disqus.com
diff --git a/_includes/2017/comments-area.html b/_includes/2017/comments-area.html
index 0288e623b..ed06e808f 100644
--- a/_includes/2017/comments-area.html
+++ b/_includes/2017/comments-area.html
@@ -1,22 +1,24 @@
{% assign identifier = include.page.url | remove: '.html' | remove_first: '/' %}
-
- - 0 Comments - - for this cheatsheet. - Write yours! -
-+ + 0 Comments + + {{ site.data.content.comments_area.suffix }} + {{ site.data.content.comments_area.link }} +
+