Consolidate people/author #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "vs-people-author"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As we discussed earlier, the information about persons is unified
resolve #1
diff --git a/_config.yml b/_config.yml
index 60e5c2f..562ffde 100644
--- a/_config.yml
+++ b/_config.yml
@@ -43,9 +43,6 @@ collections:
profile:
output: true
permalink: /people/:path/
Defaults
defaults:
diff --git a/_data/navigation.yml b/_data/navigation.yml
index 453c286..36c1a07 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -9,5 +9,4 @@ main:
url: "/policies"
url: "/community"
diff --git a/_includes/footer.html b/_includes/footer.html
index 1774b70..292c0f4 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,16 +1,16 @@
+{%- assign license = page.license | default: site.licensing[page.type] | default: site.licensing.default | replace: " ", "" | replace: "-", "" | downcase -%}
+{%- assign license = site.data.licenses[license] -%}
+
+source,
+credits,
+privacy,
+no trackers, no ads, no js
+
diff --git a/_includes/header.html b/_includes/header.html
index f2ba5a6..63f0e86 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,29 +1,29 @@
+{%- assign navigation = site.data.navigation[include.navigation] -%}
+
+
diff --git a/_includes/team.html b/_includes/team.html
index 368ad0c..f082a4e 100644
--- a/_includes/team.html
+++ b/_includes/team.html
@@ -1,4 +1,4 @@
-{% assign team = site.team | sort %}
+{% assign team = site.profile | sort %}
Team
diff --git a/_pages/category/community.md b/_pages/category/community.md index a3113ee..508d5f7 100644 --- a/_pages/category/community.md +++ b/_pages/category/community.md @@ -6,4 +6,4 @@ permalink: "/community" --- Babka Social is not just a website, but a community that we're building together. It is the coming together of Jews from around the world to talk, support, celebrate, and discuss together. We come from a diversity of countries, a diversity of backgrounds and even beliefs, but we come together here as equals.-We invite you to join us.
+We invite you to join us.
diff --git a/_pages/category/team.md b/_pages/category/team.md
deleted file mode 100644
index 4a88546..0000000
--- a/_pages/category/team.md
+++ /dev/null
@@ -1,9 +0,0 @@
-title: "Team"
-layout: team
-category: community
-permalink: "/teama"
-Babka Social is not just a website, but a community that we're building together. It is the coming together of Jews from around the world to talk, support, celebrate, and discuss together. We come from a diversity of countries, a diversity of backgrounds and even beliefs, but we come together here as equals.
-We invite you to join us.
diff --git a/_pages/people.html b/_pages/people.html
index 16da11a..cb18339 100644
--- a/_pages/people.html
+++ b/_pages/people.html
@@ -1,9 +1,9 @@
-title: "People"
+title: "Team"
layout: page-sidebar
-permalink: "/people.html"
+permalink: /people/
-{% assign people = site.data.people | sort %}
+{% assign people = site.profile | sort %}
{{page.title}}
{{ person[1].name }}
+ +{{ person.name }}
(View Posts) -{{page.title}}
-{{ person[1].name }}
- (View Posts) -diff --git a/_team/aschrijver.md b/_team/aschrijver.md
deleted file mode 100644
index 03b4c34..0000000
--- a/_team/aschrijver.md
+++ /dev/null
@@ -1,18 +0,0 @@
-title: "Arnold Schrijver"
-socialhub: aschrijver
-role: owner
-avatar : "/assets/images/people/arnold-schrijver.jpg"
-social:
-- title: github
-- title: codeberg
-- title: fediverse
-SocialHub moderator, Humane Tech Community admin, FOSS and fedi advocate, techie.
\ No newline at end of file
diff --git a/_team/sal.md b/_team/sal.md
deleted file mode 100644
index 91dabb8..0000000
--- a/_team/sal.md
+++ /dev/null
@@ -1,6 +0,0 @@
-title: "Salt"
-person: sal2
-Hi folks. Salt here!
\ No newline at end of file
diff --git a/_team/serge.md b/_team/serge.md
deleted file mode 100644
index 177205c..0000000
--- a/_team/serge.md
+++ /dev/null
@@ -1,15 +0,0 @@
-title: "Serge"
-person: serge
-avatar : "/assets/images/people/serge.jpg"
-role: founder
-social:
-- title: gitlab
-I'm Serge and I'm the founder of Babka Social!
-I'm a technologist and a hacker in the Free/Open Source software world.
-I'm also a Jew, the grandson of a Holocaust survivor.
requested review from @emacsen
assigned to @vosaul
added 2 commits
0e88ad08- 1 commit from branchdev2972c0da- Merge branch 'dev' into 'vs-people-author'Compare with previous version
aborted the automatic merge because source branch was updated
added 2 commits
b9724624- peopled8ea3286- clean code from foundation, add placeholderCompare with previous version
added 1 commit
b3dc2266- remove Fedi Foundation from package.jsonCompare with previous version