mirror of
https://github.com/BreizhHardware/lefrenchmathproject.git
synced 2026-01-18 16:37:32 +01:00
dark theme reverse
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -10,7 +10,7 @@ source "https://rubygems.org"
|
|||||||
#gem "jekyll", "~> 4.3.3"
|
#gem "jekyll", "~> 4.3.3"
|
||||||
gem "github-pages", "~> 231", group: :jekyll_plugins
|
gem "github-pages", "~> 231", group: :jekyll_plugins
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||||
gem "minima", "~> 3.0"
|
|
||||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||||
# gem "github-pages", group: :jekyll_plugins
|
# gem "github-pages", group: :jekyll_plugins
|
||||||
|
|||||||
@@ -26,15 +26,13 @@ description: >- # this means to ignore newlines until "baseurl:"
|
|||||||
Google search results) and in your feed.xml site description.
|
Google search results) and in your feed.xml site description.
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
linkedin_username: jekyllrb
|
linkedin_username: vincent-g-colin
|
||||||
github_username: vcncolin
|
github_username: vcncolin
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
theme: minima
|
theme: minima
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
minima:
|
|
||||||
skin: dark # or auto if you want it to switch with your system settings.
|
|
||||||
|
|
||||||
|
|
||||||
# Exclude from processing.
|
# Exclude from processing.
|
||||||
|
|||||||
Reference in New Issue
Block a user