diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..92fa53a --- /dev/null +++ b/_config.yml @@ -0,0 +1,19 @@ +title: "Dark Reader" +markdown: kramdown +url: "" +baseurl: "/jekyll-theme-dark-reader" + +plugins: + - jekyll-paginate + - jemoji + +paginate_path: "/page:num/" + +paginate: 5 + +defaults: + - + scope: + path: "" + values: + layout: "post"