From c0ba1b18607dab4b03d39304184ed2f12793197a Mon Sep 17 00:00:00 2001 From: Gourav Khunger Date: Wed, 26 Apr 2023 14:46:49 +0530 Subject: [PATCH] chore: move to gourav.sh --- example/CNAME | 1 + example/README.md | 4 ++-- example/_config.yml | 10 +++++----- example/_includes/footer.html | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 example/CNAME diff --git a/example/CNAME b/example/CNAME new file mode 100644 index 0000000..e2db940 --- /dev/null +++ b/example/CNAME @@ -0,0 +1 @@ +auto-authors.gourav.sh \ No newline at end of file diff --git a/example/README.md b/example/README.md index 8395e5a..1cd756f 100644 --- a/example/README.md +++ b/example/README.md @@ -2,7 +2,7 @@ This is an example Jekyll site to showcase how to use the `jekyll-auto-authors` ### Set up -You can preview this example [here](https://auto-authors.gouravkhunger.me) or set it up locally: +You can preview this example [here](https://auto-authors.gourav.sh) or set it up locally: ``` git clone https://github.com/gouravkhunger/jekyll-auto-authors @@ -11,4 +11,4 @@ bundle install bundle exec jekyll serve ``` -The site will be accessible at [`localhost:4000`](http://localhost:4000). \ No newline at end of file +The site will be accessible at [`localhost:4000`](http://localhost:4000). diff --git a/example/_config.yml b/example/_config.yml index 5a2bcf5..6d52a72 100644 --- a/example/_config.yml +++ b/example/_config.yml @@ -1,7 +1,7 @@ title: Jekyll::AutoAuthors description: >- This is an example Jekyll site to showcase how to use the jekyll-auto-authors plugin simplify adding multiple authors support to Jekyll powered blogs. -url: "https://auto-authors.gouravkhunger.me" +url: "https://auto-authors.gourav.sh" baseurl: "" author: @@ -12,10 +12,10 @@ theme: minima minima: social_links: - - { platform: github, user_url: "https://link.gouravkhunger.me/github" } - - { platform: youtube, user_url: "https://link.gouravkhunger.me/youtube" } - - { platform: twitter, user_url: "https://link.gouravkhunger.me/twitter" } - - { platform: stackoverflow, user_url: "https://link.gouravkhunger.me/stackoverflow" } + - { platform: github, user_url: "https://l.gourav.sh/github" } + - { platform: youtube, user_url: "https://l.gourav.sh/youtube" } + - { platform: twitter, user_url: "https://l.gourav.sh/twitter" } + - { platform: stackoverflow, user_url: "https://l.gourav.sh/stackoverflow" } header_pages: - /author/janedoe/index.html diff --git a/example/_includes/footer.html b/example/_includes/footer.html index 6f821c1..98c6d26 100644 --- a/example/_includes/footer.html +++ b/example/_includes/footer.html @@ -8,7 +8,7 @@ {%- if site.author %}