update minima

This commit is contained in:
Artemis Tosini 2024-04-12 00:57:13 +00:00
parent 5984c44f9f
commit e2af9b7bd6
Signed by: artemist
GPG key ID: EE5227935FE3FF18
10 changed files with 26 additions and 36 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use flake

1
.gitignore vendored
View file

@ -3,4 +3,5 @@ _site
.sass-cache
.jekyll-cache
.jekyll-metadata
.direnv
vendor

View file

@ -1,6 +1,6 @@
---
permalink: /404.html
layout: default
layout: base
---
<style type="text/css" media="screen">

View file

@ -3,5 +3,5 @@
source "https://rubygems.org"
gem "jekyll", "~> 4.2.2"
gem "minima", "~> 2.5"
gem "minima", git: "https://github.com/jekyll/minima", ref: "10124515953527c8990a2de99ae4ddb2a81ffee3"
gem "webrick", "~> 1.8"

View file

@ -1,3 +1,13 @@
GIT
remote: https://github.com/jekyll/minima
revision: 10124515953527c8990a2de99ae4ddb2a81ffee3
ref: 10124515953527c8990a2de99ae4ddb2a81ffee3
specs:
minima (3.0.0.dev)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
GEM
remote: https://rubygems.org/
specs:
@ -46,10 +56,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.5)
@ -94,7 +100,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.2.2)
minima (~> 2.5)
minima!
webrick (~> 1.8)
BUNDLED WITH

View file

@ -4,9 +4,10 @@ description: >-
Artemis Tosini's experiments
baseurl: "/blog" # the subpath of your site, e.g. /blog
url: "https://artem.ist" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: artemist0
github_username: artemist
theme: minima
minima:
skin: auto
plugins:
- jekyll-feed

View file

@ -1,18 +0,0 @@
---
layout: page
title: About
permalink: /about/
---
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)
You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)
[jekyll-organization]: https://github.com/jekyll

View file

@ -230,11 +230,13 @@
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj";
type = "gem";
fetchSubmodules = false;
rev = "10124515953527c8990a2de99ae4ddb2a81ffee3";
sha256 = "0zw5mdwsga3zmd7f23jc1yi6japzshyz157g7gjznnl5n0mfj7k7";
type = "git";
url = "https://github.com/jekyll/minima";
};
version = "2.5.1";
version = "3.0.0.dev";
};
pathutil = {
dependencies = [ "forwardable-extended" ];

View file

@ -1,6 +0,0 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
---

3
index.md Normal file
View file

@ -0,0 +1,3 @@
---
layout: home
---