-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
93 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 0.1.0 (03-10-2023) | ||
- First release. | ||
- Minor changes to CSS compared to [Linkhub](https://github.com/digitalmalayali/Linkhub). | ||
|
||
# [0.1.1](https://github.com/digitalmalayali/linkhub-jekyll-theme/releases/tag/v0.1.1) (04-10-2023) | ||
- Added Google Analytics 4 support. | ||
- Added Bundler as a development dependency. | ||
- Improved docs. | ||
|
||
# [0.1.2](https://github.com/digitalmalayali/linkhub-jekyll-theme/releases/tag/v0.1.2) (11-10-2023) | ||
- Fixed some padding and margin issues. | ||
- Added aspect ratio variable for `bio.yml`. | ||
- Removed `jekyll-seo-tag` plugin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
- name: Instagram | ||
- name: YouTube Shorts | ||
ratio: vertical # For vertical 9:16 aspect ratio. Ideal for video thumbnails, such as those used on Instagram Reels, YouTube Shorts and TikTok. To use the default 1:1 aspect ratio (square), remove this variable. | ||
items: | ||
- url: https://www.example.com | ||
image: https://picsum.photos/700/400 # You can use paths to images in the assets folder, e.g., assets/images/insta.jpg. | ||
image: https://picsum.photos/1080/920 | ||
|
||
- url: https://www.example.org | ||
image: https://picsum.photos/500 | ||
image: https://picsum.photos/540/960 | ||
|
||
- url: https://www.example.com | ||
image: https://picsum.photos/250/300 | ||
image: https://picsum.photos/720/1280 | ||
|
||
- name: YouTube | ||
- name: Instagram | ||
items: | ||
- url: https://www.example.com | ||
image: https://picsum.photos/300/400 | ||
image: https://picsum.photos/700/400 # You can use paths to images in the assets folder, e.g., assets/images/insta.jpg. | ||
|
||
- url: https://www.example.org | ||
image: https://picsum.photos/400/500 | ||
image: https://picsum.photos/500 | ||
|
||
- url: https://www.example.com | ||
image: https://picsum.photos/250/300 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.