You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
7
7
[](https://sylhare.github.io/Type-on-Strap/)
8
8
9
-
A free and open-source [Jekyll](https://jekyllrb.com) theme. Based on Rohan Chandra [type-theme](https://github.com/rohanchandra/type-theme) packed with extra features and easily customizable:
9
+
A free and open-source [Jekyll](https://jekyllrb.com) theme.
10
+
Based on Rohan Chandra [type-theme](https://github.com/rohanchandra/type-theme) packed with extra features and easily customizable:
10
11
11
12
* Responsive design on all devices (🖥, 💻, 📱, ...)
12
13
* Portfolio 🗂, Gallery 🖼 pages for your projects
@@ -46,7 +47,7 @@ Check out this tutorial: [Use as Ruby Gem](#use-as-ruby-gem-)
46
47
Here are the main files of the template
47
48
48
49
```shell
49
-
Type-on-Strap
50
+
./Type-on-Strap
50
51
├── _includes # Theme includes
51
52
├── _layouts # Theme layouts (see below for details)
52
53
├── _portfolio # Collection of articles for the portfolio page
@@ -116,8 +117,8 @@ To configure the blog part and default plugins. Those plugins are validated by G
116
117
117
118
#### Meta and Branding
118
119
119
-
Meta variables hold basic information about your Jekyll site which will be used throughout the site
120
-
and as meta properties that are used for search engines, browsers, and the site's RSS feed.
120
+
_Meta variables_ hold basic information about your Jekyll site, which will be used throughout the site
121
+
and as _meta properties_ that are used for search engines, browsers, and the site's RSS feed.
121
122
122
123
Change these variables in `_config.yml`:
123
124
@@ -135,7 +136,7 @@ Using _auto_ you'll have a tiny icon in the navbar allowing the use to manually
135
136
136
137
### Theme customization 🎨
137
138
138
-
#### Footer and Header's text
139
+
#### Footer and Header text
139
140
140
141
Customize your site header/footer with these variables in `_config.yml`:
141
142
@@ -164,7 +165,7 @@ with suffix `-small` (620x320) and `-medium` (1240x640) to display on smaller sc
164
165
Localization string is a way to quickly change the template language for text like *Next Post* or *Follow on*, ...
165
166
You can find all the properties in `_data/language.yml`.
166
167
167
-
By default, it is in english, but you can easily add your own language.
168
+
By default, it is in English, but you can easily add your own language.
168
169
169
170
### Google Analytics
170
171
@@ -193,10 +194,10 @@ comments:
193
194
194
195
#### Cusdis
195
196
196
-
[Cusdis](https://cusdis.com/) is an opensource alternative to Disqus.
197
+
[Cusdis](https://cusdis.com/) is an open-source alternative to Disqus.
197
198
You can read more about it in the [documentation](https://cusdis.com/doc#/)
198
199
199
-
To enable it, set your cusdis name in `_config.yml`:
200
+
To enable it, set your Cusdis name in `_config.yml`:
200
201
201
202
```yaml
202
203
comments:
@@ -275,7 +276,7 @@ You can also enable RSS.
275
276
The site icons come from [Font Awesome](https://fontawesome.com/).
276
277
277
278
In `_data/icons.yml` you can set the footer icon that will appear at the bottom of the page.
278
-
They will redirect the user on your profile on the other platform like Twitter, GitHub and so many more!
279
+
They will redirect the user on your profile on to other platforms like Twitter, GitHub and so many more!
279
280
280
281
### Cookie consent
281
282
@@ -618,7 +619,7 @@ Then you can start adding content like:
618
619
619
620
### Remote Theme
620
621
621
-
Now you can use any theme gem with GitHub pages with [29/11/2017 Github Pages Broadcast](https://github.com/blog/2464-use-any-theme-with-github-pages).
622
+
Now you can use any theme gem with GitHub pages with [29/11/2017 GitHub Pages Broadcast](https://github.com/blog/2464-use-any-theme-with-github-pages).
622
623
For that remove all `theme:` attributes from `_config.yml` and add instead:
0 commit comments