Skip to content

Commit 1f1962b

Browse files
committed
Merge branch 'master' of github.com:mmistakes/minimal-mistakes
2 parents 5784d8a + cb140fc commit 1f1962b

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

_config.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "
1717
# Site Settings
1818
locale : "en-US"
1919
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
20-
title : "Tomas Chor"
20+
title : "Tomás Chor"
2121
title_separator : "-"
2222
subtitle : # site tagline that appears below site title in masthead
2323
name :
@@ -237,6 +237,31 @@ sass:
237237
permalink: /:categories/:title/
238238
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
239239

240+
# Pagination with jekyll-paginate
241+
paginate: 5 # amount of posts to show
242+
paginate_path: /page:num/
243+
244+
# Pagination with jekyll-paginate-v2
245+
# See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
246+
# for configuration details
247+
pagination:
248+
# Set enabled to true to use paginate v2
249+
# enabled: true
250+
debug: false
251+
collection: 'posts'
252+
per_page: 10
253+
permalink: '/page/:num/'
254+
title: ':title - page :num'
255+
limit: 0
256+
sort_field: 'date'
257+
sort_reverse: true
258+
category: 'posts'
259+
tag: ''
260+
locale: ''
261+
trail:
262+
before: 2
263+
after: 2
264+
240265

241266
# Pagination with jekyll-paginate
242267
paginate: 5 # amount of posts to show

_sass/minimal-mistakes/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
(info, $info-color),
4040
(facebook, $facebook-color),
4141
(twitter, $twitter-color),
42-
(linkedin, $linkedin-color);
42+
(linkedin, $linkedin-color),
43+
(mastodon, $mastodon-color);
4344

4445
@each $buttoncolor, $color in $buttoncolors {
4546
&--#{$buttoncolor} {

0 commit comments

Comments
 (0)