1
0
Fork 0

update website

master
Florian Schrofner 2022-05-27 12:35:52 +02:00
parent 20d993af31
commit be4823695d
4 changed files with 13 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/resources/_gen

View File

@ -10,7 +10,7 @@ Although, this time I exchanged some of the tools just to try something new.
I decided to build the site using the popular [Hugo](http://gohugo.io/) to keep the code cleaner and to use [Sass](https://sass-lang.com/) conveniently, although a simple static HTML page would have done a good job as well.
Responsiveness is done using the flex grid of [Picnic CSS](https://picnicss.com/), which was also responsible for the blog button in the upper right corner. I love its simplicity!
The main font I'm using is called [Fira Sans](https://mozilla.github.io/Fira/) from Mozilla. The font I'm using for my name is called [Learning Curve](https://www.fontsquirrel.com/fonts/Learning-Curve-Pro), while the icons I used for my social links come from [Font Awesome](http://fortawesome.github.io/Font-Awesome/). After trying the system's emojis first, I decided to force the same emojis on all platforms by using [Emoji CSS](https://emoji-css.afeld.me/).
The page is hosted in the Netherlands on a [Debian](https://www.debian.org/) server from [Liteserver](https://liteserver.nl/) running [Freedombox](https://freedombox.org/), which gives me the power to host a bunch of other services for myself <i class="em-svg em-smiling_face_with_3_hearts"></i>
Those weird shapes are done using a CSS clip path with polygons, see the corresponding part of my CSS [here](https://github.com/fschrofner/schro.fi/blob/9eb9d4d11ab112a7a3715f2d51e32331b7d1d268/assets/sass/main.sass#L35).
The page is hosted in the Netherlands on a [Debian](https://www.debian.org/) server from [Liteserver](https://liteserver.nl/) running [Caddy](https://caddyserver.com/), which is probably the easiest HTTP server to configure <i class="em-svg em-smiling_face_with_3_hearts"></i>
Those weird shapes are done using a CSS clip path with polygons, see the corresponding part of my CSS [here](https://git.schro.fi/schrofi/schro.fi/src/branch/master/assets/sass/main.sass#L55).
In case the website looks weird to you, it could be because your browser sadly does not support that feature yet.
Also the rest of the changes to this website are done in public, you can find the source code [here](https://github.com/fschrofner/schro.fi)
Also the rest of the changes to this website are done in public, you can find the source code [here](https://git.schro.fi/schrofi/schro.fi)

View File

@ -8,13 +8,13 @@ draft: false
My name is Florian Schrofner, I'm an Android developer from the beautiful city of Salzburg, Austria.
Currently I craft wonderful apps at [LOOP](https://www.agentur-loop.com/) for clients like ADAC or MyClubs.
I specialized on Google's operating system as I appreciate its openness and flexibility, although both of which can sometimes cause a headache during development <i class="em-svg em-shrug"></i>
For mainly the same reasons I'm a longtime Linux user as well, my distribution of choice being [Manjaro](https://manjaro.org/) as I became too lazy to setup Arch Linux from scratch every time.
I specialized on Android as I appreciate its (relative) openness and flexibility, although both of which can sometimes cause headaches during development <i class="em-svg em-shrug"></i>
For mainly the same reasons I'm a longtime Linux user as well, my distribution of choice is [openSUSE](https://www.opensuse.org/) currently, but I've tried my fair share of other distros.
Aside from coding and tinkering, I also enjoy doing sports, most importantly cycling, but you can find me in the gym too from time to time or spot me going for a run around the neighbourhood.
Occasionally I like listening to music while doing so, but I definitely need it while working. Alas, describing my music taste would be too tricky, so better check out my Last.fm profile linked below yourself.
Additionally, I recently started to excessively listen to podcasts, I found it to be a nice way to get some entertainment without straining my eyes even more after a full day's work in front of the screen.
Anyway, in case my eyes can still take it, I also like to watch some interesting movies once in a while, you can check out my Mubi profile [here](https://mubi.com/users/7455172) (as soon as Font Awesome adds a Mubi icon I will move it to the other social links below <i class="em-svg em-wink"></i>)
Aside from coding and tinkering, I also enjoy doing sports. I love to go cycling, but you can find me in the gym too from time to time or spot me going for a run around the neighbourhood.
Occasionally I like to listen to music while doing so, but I definitely need music while working, so I'm practically wearing my headphones all day long. Alas, describing my music taste would be too tricky, so better check out my Last.fm profile (linked below) yourself.
Whenever possible I try to pick the more sustainable choice in life, that's why I (among other things) prefer to buy things used, tend to use them for longer, get around the city by bike and became vegan.
Although it's getting less, I also enjoy watching indie movies. You can find some movies that I've rated [here](https://mubi.com/users/7455172) (as soon as Font Awesome adds a Mubi icon I will move it to the other social links below <i class="em-svg em-wink"></i>)
Speaking of social networks, here are some links to the ones I've signed up for. Also find a link to my blog in the upper right corner <i class="em-svg em-point_up"></i>
In case you just want to drop me a good old fashioned mail, you can reach me {{< cloakemail address="florian@schro.fi" display="here">}}.
@ -22,6 +22,5 @@ In case you just want to drop me a good old fashioned mail, you can reach me {{<
<div id="social-links">
<a rel="me" href="https://digitalcourage.social/@schrofi"><i class="fab fa-mastodon fa-3x"></i></a>
<a href="https://github.com/fschrofner"><i class="fab fa-github fa-3x"></i></a>
<a href="https://www.strava.com/athletes/schrofi"><i class="fab fa-strava fa-3x"></i></a>
<a href="https://www.last.fm/user/FlowingKashmir"><i class="fab fa-lastfm fa-3x"></i></a>
</div>

3
readme.md Normal file
View File

@ -0,0 +1,3 @@
# schro.fi
To build the website simply install [hugo](https://gohugo.io/) and run the `hugo` command inside the project directory.
Make sure that you've also checked out the submodule(s) in the `themes` directory.