From 43d786bbceeda67137c82c9efa9311e0bc1119bf Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Sun, 24 Dec 2023 20:48:04 +0200 Subject: [PATCH] Update _config.yml --- _config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index aebfce1..6d4754d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,9 @@ auto: false server: false lsi: false +remote_theme: pages-themes/leap-day@v0.2.0 +plugins: +- jekyll-remote-theme # add this line to the plugins list if you already have one markdown: kramdown pygments: true permalink: /:year/:month/:day/:title @@ -9,7 +12,5 @@ exclude: ["Rakefile", "LICENSE.txt", "README.md", "CNAME"] title: 3D Particle Tracking Velocimetry Software url: http://3dptv.github.io github_user: alexlib -remote_theme: pages-themes/leap-day@v0.2.0 -plugins: -- jekyll-remote-theme # add this line to the plugins list if you already have one +