Skip to content

Commit 43a503b

Browse files
committed
Added new coat of paint
- Removed PostCSS - list articles will be removed for now... - new index
1 parent df6bb17 commit 43a503b

11 files changed

+15
-2145
lines changed

.browserslistrc

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

.git-blame-ignore-revs

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

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"editor.defaultFormatter": "esbenp.prettier-vscode",
32
"editor.formatOnSave": false,
43
"prettier.printWidth": 160,
54
"prettier.htmlWhitespaceSensitivity": "strict",

config.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ writeStats = true
99

1010
[menu]
1111

12-
[[menu.main]]
13-
identifier = "Lists"
14-
name = "Lists"
15-
url = "/lists/"
16-
weight = 10
17-
1812
[[menu.main]]
1913
homepage = "Posts"
2014
name = "Posts"
@@ -24,14 +18,12 @@ weight = 10
2418
[params]
2519
dateFormat = "02 of January of 2006"
2620
copyright = "1hiking" # Will be displayed on Footer
27-
footerText = "\"Nice page bro\"" # Any text you might want to display will go here.
2821
logo = "/img/PolarBear.svg" # Supports SVG.
2922
logoalt = "A white polar bear" # alt description of the logo.
30-
postCSS = true # For postCSS support.
23+
[params.author]
24+
name = "1hiking"
25+
github = "1hiking" # https://github.com/XXXX
3126

32-
[author]
33-
name = "1hiking"
34-
github = "1hiking" # https://github.com/XXXX
3527

3628
[permalinks]
3729
posts = ':section/:year/:month/:title/'

content/_index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
+++
2-
title = "Welcome"
2+
title = "Hello!"
33
date = 2021-11-28
44
description = "Index"
55
+++
66

7-
## Greetings
87

9-
I am a privacy and security enthusiast, I have contributed to community projects
10-
such as Weblate and OSM on my spare time. I am also a student.
8+
I am a Systems engineering bachelor currently working for my degree.
119

12-
Some outstanding programs I use are:
10+
Currently interested in working on backend and frontend systems.
1311

14-
- [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) as
15-
my Windows "package" manager.
16-
- [VSCode](https://code.visualstudio.com) as my code editor.
17-
- [IntelliJ](https://www.jetbrains.com/idea/) as my IDE for Java.
18-
- [MS Edge](https://www.microsoft.com/edge) as my browser (which I despise).
12+
Some tools I am competent with:
1913

20-
You might find me on Matrix channels.
14+
- HTML5
15+
- CSS3
16+
- JavaScript/TS (sorta...)
17+
- Java 8+
18+
- Python 3+
19+
20+
I am always open to learn new tooling.

content/lists/Hikings-curated-list-of-F-droid-apps.md

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

0 commit comments

Comments
 (0)