diff --git a/exampleSite/content/users/ricklan.photography/feature.jpg b/exampleSite/content/users/ricklan.photography/feature.jpg new file mode 100644 index 00000000..5f881249 Binary files /dev/null and b/exampleSite/content/users/ricklan.photography/feature.jpg differ diff --git a/exampleSite/content/users/ricklan.photography/index.md b/exampleSite/content/users/ricklan.photography/index.md new file mode 100644 index 00000000..f7b4adb4 --- /dev/null +++ b/exampleSite/content/users/ricklan.photography/index.md @@ -0,0 +1,14 @@ +--- + title: "ricklan.photography" + tags: [Personal site] + externalUrl: "https://ricklan.photography" + date: 9934-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + +--- diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 822d19af..e89f948d 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -454,5 +454,12 @@ "tags": [ "Personal site" ] + }, + { + "title": "ricklan.photography", + "url": "https://ricklan.photography", + "tags": [ + "Personal site" + ] } ] \ No newline at end of file