Skip to content

Commit

Permalink
Merge branch 'main' into configure-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Akashic101 authored Apr 14, 2024
2 parents f585602 + 1fd5bb9 commit e186cd4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
3 changes: 3 additions & 0 deletions src/_includes/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
<style>
{{ css | cssmin | safe }}
</style>
{% if stats %}
<script src="https://unpkg.com/[email protected]/speedlify-score.js" type="application/javascript" async defer></script>
{% endif %}
</head>
<body>
<header class="index">
Expand Down
32 changes: 16 additions & 16 deletions src/blog/2024-01-19-default-apps/2024-01-19-default-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ hasCode: false

There is currently a trend going on where people post a list of their apps and programs they use in their daily life. I thought why don't I do the same, so here is my list with links where you can download them if you want to try them out for yourself:

| Service | App | Links |
| -------------------------------------- | -----------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Mail Client | Mozilla Thunderbird | [Website](https://www.thunderbird.net/en-US/) |
| Notes, To-Do, Bookmarks, Read It Later | Quillpad | [Github](https://github.com/quillpad/quillpad) [F-Droid](https://f-droid.org/packages/io.github.quillpad/) [Play Store](https://play.google.com/store/apps/details?id=io.github.quillpad) |
| Photo Management | Photoprism | [Website](https://www.photoprism.app/) [Github](https://github.com/photoprism/photoprism) |
| Calendar | Etar | [F-Droid](https://f-droid.org/packages/ws.xsoh.etar/) |
| RSS | Feeder | [F-Droid](https://f-droid.org/en/packages/com.nononsenseapps.feeder/) |
| Browser | Firefox | |
| Word Processing | Microsoft Word | |
| Spreadsheets | Microsoft Excel | |
| Presentations | Microsoft PowerPoint | |
| Budgeting and Personal Finance | Firefly III | [Website](https://www.firefly-iii.org/) [Github](https://github.com/firefly-iii/firefly-iii) |
| Music | Spotube for mobile & Spotify (boosted with Spicetify for PC) | [Spotube](https://github.com/KRTirtho/spotube) [Spicetify](https://github.com/spicetify) |
| Password Management | Bitwarden | [Website](https://bitwarden.com/) |
| Code Editor | VS Code | |
| OS | Windows 10 (private) & Ubuntu 20.4 (work) | |
| Service | App | Links |
| ------------------------------------- |--------:| ---------: |
| Mail Client | Mozilla Thunderbird | [Website](https://www.thunderbird.net/en-US/) |
| Notes, To-Do, Bookmarks, Read It Later | Joplin | [Joplin](https://joplinapp.org/) [Github](https://github.com/laurent22/joplin/) |
| Photo Management | Photoprism | [Website](https://www.photoprism.app/) [Github](https://github.com/photoprism/photoprism) |
| Calendar | Etar | [F-Droid](https://f-droid.org/packages/ws.xsoh.etar/) |
| RSS | Feeder | [F-Droid](https://f-droid.org/en/packages/com.nononsenseapps.feeder/) |
| Browser | Firefox | |
| Word Processing | Microsoft Word | |
| Spreadsheets | Microsoft Excel | |
| Presentations | Microsoft PowerPoint | |
| Budgeting and Personal Finance | Firefly III | [Website](https://www.firefly-iii.org/) [Github](https://github.com/firefly-iii/firefly-iii) |
| Music | Spotube for mobile & Spotify (boosted with Spicetify for PC) | [Spotube](https://github.com/KRTirtho/spotube) [Spicetify](https://github.com/spicetify) |
| Password Management | Bitwarden | [Website](https://bitwarden.com/) |
| Code Editor | VS Code | |
| OS | Windows 10 (private) & Ubuntu 20.4 (work) | |

You can see the [list of others who shared their defaults here](https://defaults.rknight.me/)
3 changes: 2 additions & 1 deletion src/stats.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
permalink: /stats/
layout: base.njk
eleventyExcludeFromCollections: true
stats: true
---

{% postGraph collections.posts, { "highlightColor": "#7eb6c9" } %}
Expand Down Expand Up @@ -80,4 +81,4 @@ eleventyExcludeFromCollections: true

<h1>Speedlify scores</h1>

<speedlify-score speedlify-url="https://www.11ty.dev/speedlify" hash="4d33473e" score weight rank rank-change></speedlify-score>
<speedlify-score speedlify-url="https://www.11ty.dev/speedlify" hash="4d33473e" requests score weight rank rank-change></speedlify-score>

0 comments on commit e186cd4

Please sign in to comment.