diff --git a/exampleSite/content/users/adilhyz.github.io/feature.jpg b/exampleSite/content/users/adilhyz.github.io/feature.jpg new file mode 100644 index 00000000..6e955be5 Binary files /dev/null and b/exampleSite/content/users/adilhyz.github.io/feature.jpg differ diff --git a/exampleSite/content/users/adilhyz.github.io/index.md b/exampleSite/content/users/adilhyz.github.io/index.md new file mode 100644 index 00000000..be06e227 --- /dev/null +++ b/exampleSite/content/users/adilhyz.github.io/index.md @@ -0,0 +1,13 @@ +--- + title: "adilhyz.github.io" + tags: [Personal site] + externalUrl: "https://adilhyz.github.io" + date: 9933-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 094a667d..c8fe560f 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -436,7 +436,14 @@ }, { "title": "scottmckendry.tech", - "url": "https://scottmckendry.tech", + "url": "https://scottmckendry.tech", + "tags": [ + "Personal site" + ] + }, + { + "title": "adilhyz.github.io", + "url": "https://adilhyz.github.io", "tags": [ "Personal site" ]