From: Gabriel Dunne Date: Fri, 16 Jun 2023 00:26:40 +0000 (-0700) Subject: dev branch X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=7a7a0d65bce9a5e28123df8152620af99957a872;p=quilime.com.git dev branch --- diff --git a/Gemfile b/Gemfile index ff2c342..fd62db9 100644 --- a/Gemfile +++ b/Gemfile @@ -8,14 +8,14 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 4.3.2" -# This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" + gem "jekyll-paginate" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 6eb43ce..97dbabe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,10 +33,9 @@ GEM webrick (~> 1.7) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) + jekyll-paginate (1.1.0) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) - jekyll-seo-tag (2.8.0) - jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (2.4.0) @@ -48,10 +47,6 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minima (2.5.1) - jekyll (>= 3.5, < 5.0) - jekyll-feed (~> 0.9) - jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) @@ -75,7 +70,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.2) jekyll-feed (~> 0.12) - minima (~> 2.5) + jekyll-paginate tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) diff --git a/_config.yml b/_config.yml index b3d52e8..a324396 100644 --- a/_config.yml +++ b/_config.yml @@ -25,6 +25,18 @@ permalink: /:categories/:title:output_ext # Build settings plugins: - jekyll-feed + - jekyll-paginate + +paginate: 5 + +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" + + # Exclude from processing. # The following items will not be processed, by default. diff --git a/_includes/analytics.html b/_includes/analytics.html new file mode 100644 index 0000000..1a0539d --- /dev/null +++ b/_includes/analytics.html @@ -0,0 +1 @@ + diff --git a/_includes/archive-sort.html b/_includes/archive-sort.html new file mode 100644 index 0000000..e732873 --- /dev/null +++ b/_includes/archive-sort.html @@ -0,0 +1,19 @@ +
+by: +{% if page.url == '/archive-d/' %} + + date | category | thumbs + +{% endif %} +{% if page.url == '/archive-c/' %} + + date | category | thumbs + +{% endif %} +{% if page.url == '/archive-i/' %} + + date | category | thumbs + +{% endif %} +
+ diff --git a/_includes/nav.html b/_includes/nav.html new file mode 100644 index 0000000..5cb1811 --- /dev/null +++ b/_includes/nav.html @@ -0,0 +1,36 @@ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index e5ed477..a046bfd 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,17 +2,28 @@ + {{ page.title }} + + + + + + + + + -