Skip to content

Commit

Permalink
chore: move to gourav.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravkhunger committed Apr 26, 2023
1 parent d9e19e9 commit c0ba1b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions example/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-authors.gourav.sh
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -11,4 +11,4 @@ bundle install
bundle exec jekyll serve
```

The site will be accessible at [`localhost:4000`](http://localhost:4000).
The site will be accessible at [`localhost:4000`](http://localhost:4000).
10 changes: 5 additions & 5 deletions example/_config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{%- if site.author %}
<ul class="contact-list">
{% if site.author.name -%}
<li class="p-name"><a href="https://gouravkhunger.me" target="_blank">{{ site.author.name | escape }}</a></li>
<li class="p-name"><a href="https://gourav.sh" target="_blank">{{ site.author.name | escape }}</a></li>
{% endif -%}
{% if site.author.email -%}
<li>{{ site.author.email }}</li>
Expand Down

0 comments on commit c0ba1b1

Please sign in to comment.