From 79b4c74d68f303f1622e5ed4c3ecc36c14be2246 Mon Sep 17 00:00:00 2001 From: alxnbl Date: Tue, 9 Jan 2024 21:59:33 +0100 Subject: [PATCH] Test --- docs/Gemfile | 2 +- docs/Gemfile.lock | 1 - docs/_alternatives/nextcloud.md | 6 ++++++ docs/_config.yml | 30 ++++++++++++++++++++++-------- docs/_drafts/a-sample-draft.md | 0 docs/_includes/footer.html | 0 docs/_includes/header.html | 0 docs/{about.markdown => about.md} | 2 +- docs/change_reasons.md | 0 docs/{index.markdown => index.md} | 6 ++---- docs/test.markdown | 10 ---------- 11 files changed, 32 insertions(+), 25 deletions(-) create mode 100644 docs/_alternatives/nextcloud.md create mode 100644 docs/_drafts/a-sample-draft.md create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/header.html rename docs/{about.markdown => about.md} (97%) create mode 100644 docs/change_reasons.md rename docs/{index.markdown => index.md} (75%) delete mode 100644 docs/test.markdown diff --git a/docs/Gemfile b/docs/Gemfile index 893ae93..7bde124 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -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 diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 666fc88..6a5ecb0 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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) diff --git a/docs/_alternatives/nextcloud.md b/docs/_alternatives/nextcloud.md new file mode 100644 index 0000000..857b4c9 --- /dev/null +++ b/docs/_alternatives/nextcloud.md @@ -0,0 +1,6 @@ +--- + +published: true +--- + +Ceci est un test \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml index 22f034f..826e85f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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/cayman@v0.2.0 + 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. @@ -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 \ No newline at end of file diff --git a/docs/_drafts/a-sample-draft.md b/docs/_drafts/a-sample-draft.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 0000000..e69de29 diff --git a/docs/about.markdown b/docs/about.md similarity index 97% rename from docs/about.markdown rename to docs/about.md index 8b4e0b2..190971f 100644 --- a/docs/about.markdown +++ b/docs/about.md @@ -1,5 +1,5 @@ --- -layout: page +layout: default title: About permalink: /about/ --- diff --git a/docs/change_reasons.md b/docs/change_reasons.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/index.markdown b/docs/index.md similarity index 75% rename from docs/index.markdown rename to docs/index.md index a4d8eef..3a9ad72 100644 --- a/docs/index.markdown +++ b/docs/index.md @@ -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 \ No newline at end of file +Bienvenue ! \ No newline at end of file diff --git a/docs/test.markdown b/docs/test.markdown deleted file mode 100644 index f67f8f0..0000000 --- a/docs/test.markdown +++ /dev/null @@ -1,10 +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: page -title: my test title -parmalink: /test ---- - -test \ No newline at end of file