update minima
This commit is contained in:
parent
5984c44f9f
commit
e2af9b7bd6
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,4 +3,5 @@ _site
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.jekyll-cache
|
.jekyll-cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
.direnv
|
||||||
vendor
|
vendor
|
||||||
|
|
2
404.html
2
404.html
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
permalink: /404.html
|
permalink: /404.html
|
||||||
layout: default
|
layout: base
|
||||||
---
|
---
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
<style type="text/css" media="screen">
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -3,5 +3,5 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "jekyll", "~> 4.2.2"
|
gem "jekyll", "~> 4.2.2"
|
||||||
gem "minima", "~> 2.5"
|
gem "minima", git: "https://github.com/jekyll/minima", ref: "10124515953527c8990a2de99ae4ddb2a81ffee3"
|
||||||
gem "webrick", "~> 1.8"
|
gem "webrick", "~> 1.8"
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -46,10 +56,6 @@ GEM
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
mercenary (0.4.0)
|
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)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (5.0.5)
|
public_suffix (5.0.5)
|
||||||
|
@ -94,7 +100,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 4.2.2)
|
jekyll (~> 4.2.2)
|
||||||
minima (~> 2.5)
|
minima!
|
||||||
webrick (~> 1.8)
|
webrick (~> 1.8)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
|
@ -4,9 +4,10 @@ description: >-
|
||||||
Artemis Tosini's experiments
|
Artemis Tosini's experiments
|
||||||
baseurl: "/blog" # the subpath of your site, e.g. /blog
|
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
|
url: "https://artem.ist" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: artemist0
|
|
||||||
github_username: artemist
|
github_username: artemist
|
||||||
|
|
||||||
theme: minima
|
theme: minima
|
||||||
|
minima:
|
||||||
|
skin: auto
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
|
|
|
@ -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
|
|
10
gemset.nix
10
gemset.nix
|
@ -230,11 +230,13 @@
|
||||||
groups = [ "default" ];
|
groups = [ "default" ];
|
||||||
platforms = [ ];
|
platforms = [ ];
|
||||||
source = {
|
source = {
|
||||||
remotes = [ "https://rubygems.org" ];
|
fetchSubmodules = false;
|
||||||
sha256 = "1gk7jmriiswda1ykjzpsw9cpiya4m9n0yrh0h6xnrc8zcfy543jj";
|
rev = "10124515953527c8990a2de99ae4ddb2a81ffee3";
|
||||||
type = "gem";
|
sha256 = "0zw5mdwsga3zmd7f23jc1yi6japzshyz157g7gjznnl5n0mfj7k7";
|
||||||
|
type = "git";
|
||||||
|
url = "https://github.com/jekyll/minima";
|
||||||
};
|
};
|
||||||
version = "2.5.1";
|
version = "3.0.0.dev";
|
||||||
};
|
};
|
||||||
pathutil = {
|
pathutil = {
|
||||||
dependencies = [ "forwardable-extended" ];
|
dependencies = [ "forwardable-extended" ];
|
||||||
|
|
|
@ -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
|
|
||||||
---
|
|
Loading…
Reference in a new issue