Skip to content

Commit 1a4e69b

Browse files
author
linuxjava7
committed
fix spacing, delete placeholder blog posts
1 parent 6992059 commit 1a4e69b

File tree

11 files changed

+27
-127
lines changed

11 files changed

+27
-127
lines changed

_includes/layouts/home.njk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
layout: layouts/base.njk
33
---
44

5-
{{ content | safe }}
5+
<div id="home">
6+
{{ content | safe }}
7+
</div>

_includes/layouts/post.njk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ layout: layouts/base.njk
1414
{%- endfor %}
1515
</ul>
1616

17-
<div class="blog-content">
18-
{{ content | safe }}
19-
</div>
17+
{{ content | safe }}
18+
2019
{%- if collections.posts %}
2120
{%- set previousPost = collections.posts | getPreviousCollectionItem %}
2221
{%- set nextPost = collections.posts | getNextCollectionItem %}

content/blog/fifthpost.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/blog/firstpost.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/blog/fourthpost/fourthpost.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/blog/fourthpost/possum.png

-127 KB
Binary file not shown.

content/blog/secondpost.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

content/blog/simracing.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,31 @@ The short answer is—yes, as long as you have the right hardware.
1414

1515
## Hardware
1616

17-
### Hardware Compatibility
17+
### Hardware Compatibility
1818

19-
I wanted to start simracing so I started looking for the options available on the used market, and I found a Logitech G29 for £140. I didn't think about Linux compatibility at the time because I assumed all hardware would work fine, but thankfully that wrong assumption didn't come back to haunt me.
19+
I wanted to start simracing so I started looking for the options available on the used market, and I found a Logitech G29 for £140. I didn't think about Linux compatibility at the time because I assumed all hardware would work fine, but thankfully that wrong assumption didn't come back to haunt me. \
2020
Some wheels don't work without extra drivers and on Bazzite, that'd be a pain to manage and set-up due to it being atomic, so I was very happy that mine wasn't one of them.
2121

22-
### Setting up the wheel on Linux
22+
### Setting up the wheel on Linux
2323

24-
The first day of setup was painful. I had forgot to plug in power to the wheel so I ended up trying every single troubleshooting step, even installing Windows onto my PC to test it, to no avail.
24+
The first day of setup was painful. I had forgot to plug in power to the wheel so I ended up trying every single troubleshooting step, even installing Windows onto my PC to test it, to no avail. \
2525
Eventually I realised my silly mistake and plugged in the power, and from there it worked almost flawlessly, requiring some setup at the beginning:
2626

2727
- I needed to set my wheel to PS3 mode to get it to be recognised by Assetto Corsa
28-
- ~~I need to have the Oversteer app open when I use the wheel if I want force feedback to work.~~ After using my setup for a few days I realised that this is unnecessary, it works fine without Oversteer, although the first launch of the game may not have force feedback
28+
- ~~I need to have the Oversteer app open when I use the wheel if I want force feedback to work.~~ After using my setup for a few days I realised that this is unnecessary, it usually works fine, and if it doesn't, I can restart the game to fix it.
2929
- The LEDs that show the revs don't work without extra configuration, but this didn't really matter to me, ~~so I didn't bother with it.~~ Since writing this, I have found [this script](https://github.com/d4rk/ac_shifting_leds) which makes it surprisingly easy to get working
3030

3131

3232
## Assetto Corsa on Linux
3333

3434
### How does the game run?
35-
Getting Assetto Corsa to work on Linux was slightly harder, although not by much, all I had to do was run it with Proton-GE 9-20 and that fixed any issues that I had with trying to start the game.
36-
Also, the launcher opens a seperate game window that doesn't raise to the top automatically, I spent about 10 minutes waiting for the game to load, only to realise it had already loaded and was running underneath the launcher window.
37-
Performance isn't an issue, my FPS is always above 60, sometimes above 150—depending on the circumstances, with my GTX 1660—which is getting quite dated at this point—being 6 years old.
35+
Getting Assetto Corsa to work on Linux was slightly harder, although not by much, all I had to do was run it with Proton-GE 9-20 and that fixed any issues that I had with trying to start the game.\
36+
Also, the launcher opens a seperate game window that doesn't raise to the top automatically, I spent about 10 minutes waiting for the game to load, only to realise it had already loaded and was running underneath the launcher window.\
37+
Performance isn't an issue, my FPS is always above 60, sometimes above 150—depending on the circumstances, with my GTX 1660—which is getting quite dated at this point—being 6 years old.
3838

3939
### Mods
40-
~~I haven't tested out Content Manager for Assetto Corsa yet, but I have seen guides on how to get it working and they seem pretty simple.~~ I have also tried out Content Manager using [this guide](https://github.com/sihawido/assettocorsa-linux-setup/) and it works mostly without issues. It can sometimes crash, and the font rendering is sub-optimal, but these are minor problems.
40+
~~I haven't tested out Content Manager for Assetto Corsa yet, but I have seen guides on how to get it working and they seem pretty simple.~~ I have also tried out Content Manager using [this guide](https://github.com/sihawido/assettocorsa-linux-setup/) and it works mostly without issues. It rarely crashes, and the font rendering is sub-optimal, but these are minor problems.
4141

42-
## To answer the question in the title
42+
## To answer the question in the title:
4343

4444
Yes. Overall, it wasn't bad, and pretty easy to get going, but I didn't expect anything different from the Linux gaming ecosystem in 2025, we've moved on from a lot of issues and I'm glad this is one of the issues we have moved away from.

content/blog/thirdpost.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

css/index.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ li {
107107
line-height: 1.5;
108108
}
109109

110-
main,
110+
home,
111111
footer {
112112
padding: 1rem;
113113
}
114114

115-
main {
115+
home {
116116
padding-top: 2rem;
117117
}
118118

119-
main :first-child {
119+
home :first-child {
120120
margin-top: 0;
121121
}
122122

@@ -365,7 +365,6 @@ body {
365365
main {
366366
display: flex;
367367
flex-direction: column;
368-
gap: 2rem;
369368
padding: 4rem;
370369
padding-top: 2rem;
371370
padding-bottom: 4rem;
@@ -382,7 +381,7 @@ h3,
382381
h4,
383382
h5,
384383
h6 {
385-
margin: 3rem 0 1rem;
384+
margin: 1rem 0 1rem;
386385
font-weight: 800;
387386
line-height: 1.25;
388387
}
@@ -863,3 +862,9 @@ footer {
863862
.nav-item a[href][aria-current="page"]:hover {
864863
background-color: oklch(0 0 0 / 0.1);
865864
}
865+
866+
#home {
867+
display: flex;
868+
flex-direction: column;
869+
gap: 2rem;
870+
}

0 commit comments

Comments
 (0)