Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnbl committed Jan 9, 2024
1 parent 8a54b7a commit 79b4c74
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling!
#gem "jekyll", "~> 4.3.3"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
#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", "~> 228", group: :jekyll_plugins
Expand Down
1 change: 0 additions & 1 deletion docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ DEPENDENCIES
github-pages (~> 228)
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down
6 changes: 6 additions & 0 deletions docs/_alternatives/nextcloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---

published: true
---

Ceci est un test
30 changes: 22 additions & 8 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,22 @@ description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
domain: alxnbl.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://alxnbl.github.io # the base hostname and protocol for your site, e.g. http://example.com
baseurl: /digital-alternatives # place folder name if the site is served in a subfolder
twitter_username: ""
github_username: alxnbl

# Build settings
theme: minima
#theme: jekyll-theme-cayman
#theme: jekyll-theme-architect
#remote_theme: THEME-NAME

remote_theme: pages-themes/[email protected]

plugins:
- jekyll-feed

domain: alxnbl.github.io # if you want to force HTTPS, specify the domain without the http at the start, e.g. example.com
url: https://alxnbl.github.io # the base hostname and protocol for your site, e.g. http://example.com
baseurl: /digital-alternatives # place folder name if the site is served in a subfolder
- jekyll-remote-theme # add this line to the plugins list if you already have one

# Exclude from processing.
# The following items will not be processed, by default.
Expand All @@ -57,3 +60,14 @@ baseurl: /digital-alternatives # place folder name if the site is served in
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

collections:
change_journey:
output: true
#sort_by: custom_field
# order:
# - a.md
# - b.md
#permalink: /:collection/:name
alternatives:
output: true
Empty file added docs/_drafts/a-sample-draft.md
Empty file.
Empty file added docs/_includes/footer.html
Empty file.
Empty file added docs/_includes/header.html
Empty file.
2 changes: 1 addition & 1 deletion docs/about.markdown → docs/about.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: default
title: About
permalink: /about/
---
Expand Down
Empty file added docs/change_reasons.md
Empty file.
6 changes: 2 additions & 4 deletions docs/index.markdown → docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# 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: page
title: my test homepage
parmalink: /
layout: default
---

test
Bienvenue !
10 changes: 0 additions & 10 deletions docs/test.markdown

This file was deleted.

0 comments on commit 79b4c74

Please sign in to comment.