diff --git a/README.md b/README.md index ef277b4..22b52ee 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,20 @@ In some cases, due to unicode standard updates taking time to rollout, the emoji as the [Refugee Flag](https://emojipedia.org/refugee-nation-flag) (๐Ÿณโ€๐ŸŸงโ€โฌ›โ€๐ŸŸง), which shows up as 4 characters almost everywhere, since the proposal isn't accepted yet. -## License -Licensed under the [MIT License](https://nemo.mit-license.org/). -See LICENSE file for details. ## Why Think of this as a poor man's Google Doodle for any website, where you might have daily refreshes. I'm currently using it for [news.tatooine.club](https://news.tatooine.club), where I wanted to put a ๐ŸŽ„ next to the date for Christmas, but extended it to this project. See [Origin Post](https://tatooine.club/@nemo/111647981554186397) for more details. +## Coverage + +This currently covers akmost half of the days in 2024. Help is welcome to add more days via PRs or issues. + +## License + +Licensed under the [MIT License](https://nemo.mit-license.org/). +See LICENSE file for details. + [undays]: https://www.un.org/en/observances/list-days-weeks \ No newline at end of file diff --git a/_config.yml b/_config.yml index 84db75a..399c7f0 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ url: "https://captnemo.in" # the base hostname & protocol for your site, e.g. http://example.com -baseurl: "/emoji-every-day/" # the subpath of your site, e.g. /blog +baseurl: "/emoji-every-day" # the subpath of your site, e.g. /blog title: "Emoji Every Day" # the name of your site, e.g. ACME Corp. exclude: - vendor diff --git a/_includes/footer.html b/_includes/footer.html index 75b0952..6d6813e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index feb9b82..bce83f4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,7 +7,7 @@ -

{{page.title}}

+

{{page.title}}

{{ content }}
diff --git a/assets/css/main.scss b/assets/css/main.scss index 49efead..a3c33f1 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -7,6 +7,12 @@ $today-color: #e74c3c; h1 { color: $primary-color; text-align: center; + a{ + text-decoration: none; + } + a:visited{ + color: $primary-color; + } } .calendar {