diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..dd44972 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +*.md diff --git a/_config.yml b/_config.yml index 4b918c8..5a74a90 100644 --- a/_config.yml +++ b/_config.yml @@ -40,6 +40,11 @@ collections: output: true permalink: /:name/ +footer_links: + - title: "Impressum" + url: "https://legal.thephoenixdi.vision" + + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/_includes/character-profile.html b/_includes/character-profile.html new file mode 100644 index 0000000..b51a2ec --- /dev/null +++ b/_includes/character-profile.html @@ -0,0 +1,7 @@ +
+ {{ include.name }} Picture +

Name: {{ include.name }}

+

Handle: {{ include.handle }}

+

Role: {{ include.role }}

+

Age: {{ include.age }}

+
diff --git a/_includes/footer.html b/_includes/footer.html index 70232d3..8aed548 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,12 @@ -
+