-
Notifications
You must be signed in to change notification settings - Fork 147
/
index.njk
74 lines (66 loc) · 2.08 KB
/
index.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
layout: base
---
<p><a href="feed.xml">Subscribe to the RSS feed</a> to see new posts as they're added or check out one of the {{ sites.length }} blog posts from all these wonderful people:</p>
<div class="posts">
{%- for site in sites %}
<div {% if site.featured %}class="featured"{% endif %}>
<span>{% if site.music %}<svg class="icon"><use xlink:href="#music"></use></svg>{% elif site.omg %}<svg class="icon"><use xlink:href="#prami-mono"></use></svg>{% else %}#{% endif %}{% if loop.index < 10 %}0{% endif %}{% if loop.index < 100 %}0{% endif %}{{ loop.index }}</span><a href="{{ site.url }}" >{{ site.name }}</a>
{% if site.rss %}<small><a style="font-weight: normal" href="{{ site.rss }}">RSS</a></small>{% endif %}</div>
{% endfor%}
</div>
<p><a href="opml.xml" download="download">Download an OPML file</a> to import all these lovely people's feeds into wherever you get your RSS.</p>
<p>Post your own list of defaults and either <a href="https://github.com/rknightuk/app-defaults">add it on GitHub</a> or <a href="https://social.lol/@robb">let Robb know</a>.</p>
<details>
<summary>No Emoji</summary>
<pre>Mail Client
Mail Server
Notes
To-Do
iPhone Photo Shooting
Photo Management
Calendar
Cloud File Storage
RSS
Contacts
Browser
Chat
Bookmarks
Read It Later
Word Processing
Spreadsheets
Presentations
Shopping Lists
Meal Planning
Budgeting and Personal Finance
News
Music
Podcasts
Password Management</pre>
</details>
<details>
<summary>With Emoji (thanks Gabz)</summary>
<pre>📨 Mail Client
📮 Mail Server
📝 Notes
✅ To-Do
📷 iPhone Photo Shooting
🟦 Photo Management
📆 Calendar
📁 Cloud File Storage
📖 RSS
🙍🏻♂️ Contacts
🌐 Browser
💬 Chat
🔖 Bookmarks
📑 Read It Later
📜 Word Processing
📈 Spreadsheets
📊 Presentations
🛒 Shopping Lists
🍴 Meal Planning
💰 Budgeting and Personal Finance
📰 News
🎵 Music
🎤 Podcasts
🔐 Password Management</pre>