Skip to content

Commit

Permalink
Highlight the hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rknightuk committed Dec 4, 2023
1 parent 95eb972 commit 49445c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _data/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{ "name": "Maique", "url": "https://maique.eu/2023/11/03/defaults.html", "rss": "https://maique.eu/feed.xml" , "date": "2023-11-07 16:49"},
{ "name": "Leon Mika", "url": "https://lmika.org/2023/11/04/defaults.html", "rss": "https://lmika.org/feed.xml" , "date": "2023-11-07 16:49"},
{ "name": "Zachary", "url": "https://alpine.weblog.lol/2023/11/the-defaults", "rss": "https://alpine.weblog.lol/rss.xml" , "date": "2023-11-07 16:49"},
{ "name": "Andrew Canion", "url": "https://canion.blog/2023/11/04/duel-of-the.html", "rss": "https://canion.blog/feed.xml" , "date": "2023-11-07 16:49"},
{ "name": "Andrew Canion", "url": "https://canion.blog/2023/11/04/duel-of-the.html", "rss": "https://canion.blog/feed.xml" , "date": "2023-11-07 16:49", "featured": true },
{ "name": "Andy Carolan", "url": "https://www.andycarolan.com/appdefaults" , "date": "2023-11-07 16:49"},
{ "name": "Marco", "url": "https://mb.esamecar.net/2023/11/04/app-defaults.html", "rss": "https://mb.esamecar.net/feed.xml" , "date": "2023-11-07 16:49"},
{ "name": "Matt", "url": "https://matt.routleynet.org/2023/11/04/duel-of-the.html", "rss": "https://matt.routleynet.org/feed.xml" , "date": "2023-11-07 16:49"},
Expand Down Expand Up @@ -122,7 +122,7 @@
{ "name": "Bodo Tasche", "url": "https://bitboxer.de/2023/11/12/default-apps-2023/", "rss": "https://bitboxer.de/atom.xml", "date": "2023-11-12 09:00" },
{ "name": "Steve Makofsky", "url": "https://makoism.com/defaults/", "rss": "https://makoism.com/rss/", "date": "2023-11-12 08:46" },
{ "name": "Mike Haynes", "url": "https://mikehaynes.blog/post/3734/", "rss": "https://mikehaynes.blog/feed/rss", "date": "2023-11-12 08:47" },
{ "name": "Jason Burk", "url": "https://grepjason.sh/2023/duel-of-the-defaults", "rss": "https://grepjason.sh/rss.xml", "date": "2023-11-12 18:32" },
{ "name": "Jason Burk", "url": "https://grepjason.sh/2023/duel-of-the-defaults", "rss": "https://grepjason.sh/rss.xml", "date": "2023-11-12 18:32", "featured": true },
{ "name": "V", "url": "https://vmac.ch/posts/2023-11-05-app-default/", "rss": "https://vmac.ch/index.xml", "date": "2023-11-12 19:34" },
{ "name": "Pratik", "url": "https://microblog.pratikmhatre.com/2023/11/12/default-apps.html", "rss": "https://microblog.pratikmhatre.com/rss", "date": "2023-11-12 18:59" },
{ "name": "polarhive", "url": "https://polarhive.net/blog/app-defaults", "rss": "https://polarhive.net/blog/index.xml", "date": "2023-11-12 18:54" },
Expand All @@ -148,7 +148,7 @@
{ "name": "Xiaofei Ge", "url": "https://xiaofei.ge/posts/default-app-2023/", "date": "2023-11-15 08:46" },
{ "name": "Nicolas Devenet", "url": "https://www.nicolas.pm/note/2023/mes-applications-par-defaut-en-2023", "rss": "https://www.nicolas.pm/feed/atom", "date": "2023-11-15 12:30" },
{ "name": "Blake Watson", "url": "https://blakewatson.com/journal/default-apps-2023/", "rss": "https://blakewatson.com/feed", "date": "2023-11-16 07:50" },
{ "name": "Martin Feld", "url": "https://loungeruminator.net/2023/11/17/mr-default/", "rss": "https://loungeruminator.net/feed/", "date": "2023-11-16 14:07" },
{ "name": "Martin Feld", "url": "https://loungeruminator.net/2023/11/17/mr-default/", "rss": "https://loungeruminator.net/feed/", "date": "2023-11-16 14:07", "featured": true },
{ "name": "Patryk Chojecki", "url": "https://chojecki.net/posts/Apps2023", "rss": "https://chojecki.net/feed.xml", "date": "2023-11-17 09:10" },
{ "name": "Jason V", "url": "https://www.fromjason.xyz/p/notebook/app-defaults/", "rss": "https://www.fromjason.xyz/p/notebook/feed/feed.json", "date": "2023-11-17 00:10" },
{ "name": "Scotty Jackson", "url": "https://heyscottyj.com/2023/11/17/my-app-defaults.html", "rss": "https://heyscottyj.com/feed.xml", "date": "2023-11-17 16:51" },
Expand Down
6 changes: 6 additions & 0 deletions _includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@
font-weight: bold;
}
.featured {
color: #fdbd30;
text-shadow: 2px 2px 5px #000;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
Expand Down
2 changes: 1 addition & 1 deletion index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: base

<ol>
{%- for site in sites %}
<li><a href="{{ site.url }}">{{ site.name }}</a> {% if site.rss %}<small><a style="font-weight: normal" href="{{ site.rss }}">RSS</a></small>{% endif %}</li>
<li><a href="{{ site.url }}" {% if site.featured %}class="featured"{% endif %} >{{ site.name }}</a> {% if site.rss %}<small><a style="font-weight: normal" href="{{ site.rss }}">RSS</a></small>{% endif %}</li>
{% endfor%}
</ol>

Expand Down

0 comments on commit 49445c4

Please sign in to comment.