diff --git a/content/posts/articles/big-red-ants.md b/static/content/posts/articles/big-red-ants.md similarity index 100% rename from content/posts/articles/big-red-ants.md rename to static/content/posts/articles/big-red-ants.md diff --git a/content/posts/articles/for-sunshine.md b/static/content/posts/articles/for-sunshine.md similarity index 100% rename from content/posts/articles/for-sunshine.md rename to static/content/posts/articles/for-sunshine.md diff --git a/static/content/posts/blogs/fedora-it-is.md b/static/content/posts/blogs/fedora-it-is.md new file mode 100644 index 0000000..a12106c --- /dev/null +++ b/static/content/posts/blogs/fedora-it-is.md @@ -0,0 +1,38 @@ +--- +title: Installing Fedora with automatic and custom partioning +date: 2023-01-19 23:02 +category: blog +tags: [fedora, partioning] +image: "" +--- + +# Installing Fedora with automatic and custom partioning + +Fedora is one of the most popular linux distribution for daily uses as well as +development purpose. I have been a linux user since 2019 and switched through +multiple distros since then. For a long time I was stuck with Ubuntu and now +finally Fedora. Fedora is an amazing distribution. You get to enjoy the latest +of almost everything. But this all starts with installing Fedora on your system. +Although Fedora is one of the most easy-to-install distribution out there, a lot +of people struggle to install it the right way. There is a lot of tutorials and +blogs as well but I couldn't find one that answers all my questions and still is +easy to understand and follow along. So I decided to write one. + +## What is the best for me? + +## Complete automatic installation + +## Semi-automatic custom partitioning + +## Advanced custom partitioning + +### Partition Scheme + +| Mount Points | Filesystem | Size (minimum) | Remarks | +| --- | --- | --- | --- | +| `/boot/efi` | EFI | | | +| `/boot` | ext4 | | | +| `/` | ext4 | | | +| `/home` | btrfs | | | + +## References diff --git a/content/posts/blogs/gsod2020-report.md b/static/content/posts/blogs/gsod2020-report.md similarity index 100% rename from content/posts/blogs/gsod2020-report.md rename to static/content/posts/blogs/gsod2020-report.md diff --git a/static/content/posts/blogs/hey-tekton-results.md b/static/content/posts/blogs/hey-tekton-results.md new file mode 100644 index 0000000..a49ba48 --- /dev/null +++ b/static/content/posts/blogs/hey-tekton-results.md @@ -0,0 +1,2 @@ +--- +--- \ No newline at end of file diff --git a/content/posts/blogs/hrt-interview-1.md b/static/content/posts/blogs/hrt-interview-1.md similarity index 100% rename from content/posts/blogs/hrt-interview-1.md rename to static/content/posts/blogs/hrt-interview-1.md diff --git a/content/posts/development/final-evaluation.md b/static/content/posts/development/final-evaluation.md similarity index 100% rename from content/posts/development/final-evaluation.md rename to static/content/posts/development/final-evaluation.md diff --git a/content/posts/development/i-am-loving-it-redhat.md b/static/content/posts/development/i-am-loving-it-redhat.md similarity index 100% rename from content/posts/development/i-am-loving-it-redhat.md rename to static/content/posts/development/i-am-loving-it-redhat.md diff --git a/content/posts/development/lovely-dangerous-things-redhat.md b/static/content/posts/development/lovely-dangerous-things-redhat.md similarity index 100% rename from content/posts/development/lovely-dangerous-things-redhat.md rename to static/content/posts/development/lovely-dangerous-things-redhat.md diff --git a/content/posts/development/wakatime.md b/static/content/posts/development/wakatime.md similarity index 100% rename from content/posts/development/wakatime.md rename to static/content/posts/development/wakatime.md diff --git a/content/posts/development/wsl1.md b/static/content/posts/development/wsl1.md similarity index 100% rename from content/posts/development/wsl1.md rename to static/content/posts/development/wsl1.md diff --git a/content/posts/posts.json b/static/content/posts/posts.json similarity index 100% rename from content/posts/posts.json rename to static/content/posts/posts.json