-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
alxnbl
committed
Jan 9, 2024
1 parent
8a54b7a
commit 79b4c74
Showing
11 changed files
with
32 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
|
||
published: true | ||
--- | ||
|
||
Ceci est un test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: page | ||
layout: default | ||
title: About | ||
permalink: /about/ | ||
--- | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.