mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-07-29 09:18:55 -04:00
introducing: minimal mistakes
This commit is contained in:
parent
0c0e191d72
commit
3db2701e10
766 changed files with 41906 additions and 1080 deletions
28
test/_data/authors.yml
Normal file
28
test/_data/authors.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Authors
|
||||
|
||||
Billy Rick:
|
||||
name : "Billy Rick"
|
||||
bio : "What do you want, jewels? I am a very extravagant man."
|
||||
avatar : "/assets/images/bio-photo-2.jpg"
|
||||
links:
|
||||
- label: "Email"
|
||||
icon: "fas fa-fw fa-envelope-square"
|
||||
url: "mailto:billyrick@rick.com"
|
||||
- label: "Website"
|
||||
icon: "fas fa-fw fa-link"
|
||||
url: "https://thewhip.com"
|
||||
- label: "Twitter"
|
||||
icon: "fab fa-fw fa-twitter-square"
|
||||
url: "https://twitter.com/extravagantman"
|
||||
|
||||
Cornelius Fiddlebone:
|
||||
name : "Cornelius Fiddlebone"
|
||||
bio : "I ordered what?"
|
||||
avatar : "/assets/images/bio-photo.jpg"
|
||||
links:
|
||||
- label: "Email"
|
||||
icon: "fas fa-fw fa-envelope-square"
|
||||
url: "mailto:cornelius@thewhip.com"
|
||||
- label: "Twitter"
|
||||
icon: "fab fa-fw fa-twitter-square"
|
||||
url: "https://twitter.com/rhymeswithsackit"
|
61
test/_data/navigation.yml
Normal file
61
test/_data/navigation.yml
Normal file
|
@ -0,0 +1,61 @@
|
|||
# main links links
|
||||
main:
|
||||
- title: "About"
|
||||
url: https://mmistakes.github.io/minimal-mistakes/about/
|
||||
- title: "Posts"
|
||||
url: /year-archive/
|
||||
- title: "Collections"
|
||||
url: /collection-archive/
|
||||
- title: "Sitemap"
|
||||
url: /sitemap/
|
||||
- title: "Extra Menu Item 1"
|
||||
url: /
|
||||
- title: "Extra Menu Item 2"
|
||||
url: /
|
||||
- title: "Extra Menu Item Long Title"
|
||||
url: /
|
||||
|
||||
# sidebar navigation list sample
|
||||
sidebar-sample:
|
||||
- title: "Parent Page A"
|
||||
children:
|
||||
- title: "Child Page A1"
|
||||
url: /child-page-a1/
|
||||
- title: "Child Page A2"
|
||||
url: /child-page-a2/
|
||||
- title: "Child Page A3"
|
||||
url: /child-page-a3/
|
||||
- title: "Child Page A4"
|
||||
url: /child-page-a4/
|
||||
- title: "Parent Page B"
|
||||
children:
|
||||
- title: "Child Page B1"
|
||||
url: /child-page-b1/
|
||||
- title: "Child Page B2"
|
||||
url: /child-page-b2/
|
||||
- title: "Child Page B3"
|
||||
url: /child-page-b3/
|
||||
- title: "Child Page B4"
|
||||
url: /child-page-b4/
|
||||
- title: "Child Page B5"
|
||||
url: /child-page-b5/
|
||||
- title: "Parent Page C"
|
||||
children:
|
||||
- title: "Child Page C1"
|
||||
url: /child-page-c1/
|
||||
- title: "Child Page C2"
|
||||
url: /child-page-c2/
|
||||
- title: "Child Page C3"
|
||||
url: /child-page-c3/
|
||||
- title: "Child Page C4"
|
||||
url: /child-page-c4/
|
||||
- title: "Child Page C5"
|
||||
url: /child-page-c5/
|
||||
- title: "Parent Page D"
|
||||
children:
|
||||
- title: "Child Page D1"
|
||||
url: /child-page-d1/
|
||||
- title: "Child Page D2"
|
||||
url: /child-page-d2/
|
||||
- title: "Child Page D3 (External)"
|
||||
url: https://your-domain.com
|
Loading…
Add table
Add a link
Reference in a new issue