File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Refers to snippets of code within the `_includes` directory that can be inserted
47
47
- ` google-analytics.html` — Inserts Google Analytics module (active only in production environment).
48
48
- ` head.html` — Code-block that defines the `<head></head>` in *default* layout.
49
49
- ` header.html` — Defines the site's main header section.
50
- - ` icon-* files` — Inserts github and twitter ids with respective icons.
51
50
52
51
# ## Sass
53
52
@@ -122,6 +121,27 @@ If you don't want to display comments for a particular post you can disable them
122
121
123
122
--
124
123
124
+ ### Social networks
125
+
126
+ You can add links to the accounts you have on other sites, with respective icon, by adding one or more of the following options in your config:
127
+
128
+ ``` yaml
129
+ twitter_username : jekyllrb
130
+ github_username : jekyll
131
+ dribbble_username : dribbble
132
+ facebook_username : fb
133
+ flickr_username : flickr
134
+ instagram_username : ig
135
+ linkedin_username : linkedin
136
+ pinterest_username : pinterest
137
+ stackoverflow_username : stackoverflow
138
+ youtube_username : youtube
139
+ googleplus_username : google+
140
+ rss : rss
141
+ ` ` `
142
+
143
+ --
144
+
125
145
### Enabling Google Analytics
126
146
127
147
To enable Google Anaytics, add the following lines to your Jekyll site:
Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ description: > # this means to ignore newlines until "baseurl:"
8
8
9
9
twitter_username : jekyllrb
10
10
github_username : jekyll
11
+ rss : rss
12
+ # dribbble_username: dribbble
13
+ # facebook_username: fb
14
+ # flickr_username: flickr
15
+ # instagram_username: ig
16
+ # linkedin_username: linkedin
17
+ # pinterest_username: pinterest
18
+ # stackoverflow_username: stackoverflow
19
+ # youtube_username: youtube
20
+ # googleplus_username: google+
11
21
12
22
# Minima date format
13
23
# refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
You can’t perform that action at this time.
0 commit comments