diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..146cbe0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.tabSize": 2, + "editor.detectIndentation": false +} diff --git a/content/about.md b/content/about.md index 5162842..9bb9bc4 100755 --- a/content/about.md +++ b/content/about.md @@ -41,7 +41,7 @@ Watch this short documentary film [_Repurpose_](https://www.youtube.com/watch?v= We were also featured in a short Radio-Canada segment from March 2024: -
+{{< centered-video src="radpointca-foulab-2024.mp4" controls="1" height="400" disableautoplay="1" >}}
@@ -94,4 +94,3 @@ Don’t forget that to err is human. Blaming each other doesn’t get us anywher

Any Foulab member may address and deal with any issue at their own discretion with input from the community.

- diff --git a/layouts/index.html b/layouts/index.html index 9f9ad59..ca84442 100755 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,10 +4,9 @@ {{ partial "article.html" . }} {{ end }} -» See all articles +» See all articles - - {{ end }} diff --git a/themes/foulab-2018/layouts/404.html b/themes/foulab-2018/layouts/404.html index 64a0797..3bb5f67 100755 --- a/themes/foulab-2018/layouts/404.html +++ b/themes/foulab-2018/layouts/404.html @@ -2,7 +2,5 @@ foulab.org /// 3Rr0|2 // .type[ 404 ] /~.* {{ end }} {{ define "main" }} -
- -
+The Foubot cannot find your page {{ end }} diff --git a/themes/foulab-2018/layouts/502.html b/themes/foulab-2018/layouts/502.html index a2646d1..2c78eaf 100644 --- a/themes/foulab-2018/layouts/502.html +++ b/themes/foulab-2018/layouts/502.html @@ -18,7 +18,5 @@ CountDown(); /*]]>*/ -
- -
+The Foubot can't seem to parse this page {{ end }} diff --git a/themes/foulab-2018/layouts/_default/baseof.html b/themes/foulab-2018/layouts/_default/baseof.html index e30e698..65acc0f 100755 --- a/themes/foulab-2018/layouts/_default/baseof.html +++ b/themes/foulab-2018/layouts/_default/baseof.html @@ -1,73 +1,40 @@ - - + + + {{ block "title" . }}{{ default .GitInfo.Subject .Title | default "Welcome to Foulab! - foulab.org" }}{{ end }} - - - - + + - - - - - - - - - - - - + + + + + + + + + + - -
- {{ block "header" . }} +
{{ partial "header.html" . }} - {{ end }} -
- -
-
- {{ block "headline" .}}{{ index .Params "topic" | default "foulab.org" }} / {{ index .Params "headline" | default "Welcome to Foulab!" }}{{ end }} -
- - {{ block "main" . }} - - {{ end }} -
- - {{ partial "navigation.html" . }} - +
+
+
+ {{ block "headline" .}}{{ index .Params "topic" | default "foulab.org" }} / {{ index .Params "headline" | default "Welcome to Foulab!" }}{{ end }} +
+ {{ block "main" . }}{{ end }} +
+ {{ partial "navigation.html" . }}
- {{ block "footer" . }} - + {{ partial "footer.html" . }}
{{ partial "wisdom.html" . }} - {{ end }} + diff --git a/themes/foulab-2018/layouts/partials/article.html b/themes/foulab-2018/layouts/partials/article.html index 0d6943c..6275d92 100755 --- a/themes/foulab-2018/layouts/partials/article.html +++ b/themes/foulab-2018/layouts/partials/article.html @@ -1,13 +1,10 @@ - - - {{ default .GitInfo.Subject .Title }} - - -
-by [{{ default .GitInfo.AuthorName .Params.author_name }}] @ {{ .Lastmod.Format "2006-01-02 15:04:05 -0700" }} - -

+
+ + + {{ default .GitInfo.Subject .Title }} + + + by [{{ default .GitInfo.AuthorName .Params.author_name }}] @ {{ .Lastmod.Format "2006-01-02 15:04:05 -0700" }} +
{{ .Content }} - -
diff --git a/themes/foulab-2018/layouts/partials/footer.html b/themes/foulab-2018/layouts/partials/footer.html index cb77dc5..6a792fc 100755 --- a/themes/foulab-2018/layouts/partials/footer.html +++ b/themes/foulab-2018/layouts/partials/footer.html @@ -1,23 +1,14 @@ - -
-{{ partial "wisdom.html" . }} - - + diff --git a/themes/foulab-2018/layouts/partials/header.html b/themes/foulab-2018/layouts/partials/header.html index 900179c..bf8d25f 100755 --- a/themes/foulab-2018/layouts/partials/header.html +++ b/themes/foulab-2018/layouts/partials/header.html @@ -1,39 +1,38 @@ -
- + - + + +
diff --git a/themes/foulab-2018/layouts/partials/navigation.html b/themes/foulab-2018/layouts/partials/navigation.html index 014894e..9b10df8 100644 --- a/themes/foulab-2018/layouts/partials/navigation.html +++ b/themes/foulab-2018/layouts/partials/navigation.html @@ -1,46 +1,36 @@ - diff --git a/themes/foulab-2018/layouts/partials/pagination.html b/themes/foulab-2018/layouts/partials/pagination.html index a983959..1836b91 100755 --- a/themes/foulab-2018/layouts/partials/pagination.html +++ b/themes/foulab-2018/layouts/partials/pagination.html @@ -1,4 +1,4 @@ -
+
- {{ if ne $paginator.PageNumber 1 }} - - «« - - {{ end }} + + {{ if ne $paginator.PageNumber 1 }} + + «« + + {{ end }} - - {{ if $paginator.HasPrev }} - - « - - {{ end }} + + {{ if $paginator.HasPrev }} + + « + + {{ end }} - - {{ range $paginator.Pagers }} + + {{ range $paginator.Pagers }} - {{ $.Scratch.Set "page_number_flag" false }} + {{ $.Scratch.Set "page_number_flag" false }} - - {{ if gt $paginator.TotalPages $max_links }} + + {{ if gt $paginator.TotalPages $max_links }} - - - {{ if le $paginator.PageNumber $lower_limit }} + + + {{ if le $paginator.PageNumber $lower_limit }} - - {{ if le .PageNumber $max_links }} - {{ $.Scratch.Set "page_number_flag" true }} - {{ end }} + + {{ if le .PageNumber $max_links }} + {{ $.Scratch.Set "page_number_flag" true }} + {{ end }} - - - {{ else if ge $paginator.PageNumber $upper_limit }} + + + {{ else if ge $paginator.PageNumber $upper_limit }} - - {{ if gt .PageNumber (sub $paginator.TotalPages $max_links) }} - {{ $.Scratch.Set "page_number_flag" true }} - {{ end }} + + {{ if gt .PageNumber (sub $paginator.TotalPages $max_links) }} + {{ $.Scratch.Set "page_number_flag" true }} + {{ end }} - - {{ else }} + + {{ else }} - {{ if and ( ge .PageNumber (sub $paginator.PageNumber $adjacent_links) ) ( le .PageNumber (add $paginator.PageNumber $adjacent_links) ) }} - {{ $.Scratch.Set "page_number_flag" true }} - {{ end }} + {{ if and ( ge .PageNumber (sub $paginator.PageNumber $adjacent_links) ) ( le .PageNumber (add $paginator.PageNumber + $adjacent_links) ) }} + {{ $.Scratch.Set "page_number_flag" true }} + {{ end }} - {{ end }} + {{ end }} - - {{ else }} + + {{ else }} - {{ $.Scratch.Set "page_number_flag" true }} + {{ $.Scratch.Set "page_number_flag" true }} - {{ end }} + {{ end }} - - {{ if eq ($.Scratch.Get "page_number_flag") true }} - - {{ .PageNumber }} - - {{ end }} + + {{ if eq ($.Scratch.Get "page_number_flag") true }} + + {{ .PageNumber }} + + {{ end }} - {{ end }} + {{ end }} - - {{ if $paginator.HasNext }} - - » - - {{ end }} + + {{ if $paginator.HasNext }} + + » + + {{ end }} - - {{ if ne $paginator.PageNumber $paginator.TotalPages }} - - »» - - {{ end }} + + {{ if ne $paginator.PageNumber $paginator.TotalPages }} + + »» + + {{ end }} {{ end }} diff --git a/themes/foulab-2018/layouts/shortcodes/calendar.html b/themes/foulab-2018/layouts/shortcodes/calendar.html index c7fcb23..d698a74 100755 --- a/themes/foulab-2018/layouts/shortcodes/calendar.html +++ b/themes/foulab-2018/layouts/shortcodes/calendar.html @@ -1,15 +1,15 @@ - - + + - - - + + + - - - + + + - +
-

Download iCalendar file

+

Download iCalendar file

diff --git a/themes/foulab-2018/layouts/shortcodes/centered-image.html b/themes/foulab-2018/layouts/shortcodes/centered-image.html index a848f96..5a2520f 100755 --- a/themes/foulab-2018/layouts/shortcodes/centered-image.html +++ b/themes/foulab-2018/layouts/shortcodes/centered-image.html @@ -1,3 +1,7 @@ -
- -
+ diff --git a/themes/foulab-2018/layouts/shortcodes/centered-video.html b/themes/foulab-2018/layouts/shortcodes/centered-video.html index 2fe623c..f6b9e14 100755 --- a/themes/foulab-2018/layouts/shortcodes/centered-video.html +++ b/themes/foulab-2018/layouts/shortcodes/centered-video.html @@ -1,3 +1,11 @@ -
- -
+