Various minor page content improvements

This commit is contained in:
timvisee 2020-01-13 20:45:09 +01:00
parent 767c43391a
commit a74215bbdc
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
4 changed files with 15 additions and 14 deletions

View File

@ -29,7 +29,7 @@ git clone https://gitlab.com/timivsee/timvisee.com
cd timvisee.com
# Build and serve a local instance
zola serve
zola serve --open
# Open: 127.0.0.1:1111
# Edit files in ./content, view live changes your browser

View File

@ -5,23 +5,24 @@ template = "landing.html"
Welcome to my personal website.
This website shows what I'm currently working on, and what I've worked on in the
past. See an overview on the [Projects](@/projects.md) page. I usually prefer to
open-source my personal projects, therefore most of them are available on my
[GitHub][github] and [GitLab][gitlab] profile.
This website shows what projects I work on.
See an overview on the [Projects](@/projects.md) page.
I prefer to open-source projects, therefore most are available on my
[GitHub][github] and [GitLab][gitlab] profiles.
I intend to use this website as simple blog platform to share cool code
snippets, project releases, simple tutorials, useful findings and to share my
experience with various topics I'm interested in.
I also use this website for basic blogging to share cool code snippets, project
releases, simple tutorials, useful findings and to share my experience with
various topics I'm interested in.
_Quick links:_
- [Blog](@/blog/_index.md) <span class="muted">([categories](/categories), [tags](/tags))</span>
- [Donate or Sponsor](@/donate.md)
- [About](@/about.md)
~ [Tim](@/about.md)
---
_The old website is still available at [old.timvisee.com][old]._
<span class="muted">_The old website is still available at [old.timvisee.com][old]._</span>
[github]: https://github.com/timvisee
[gitlab]: https://gitlab.com/timvisee

View File

@ -31,11 +31,11 @@ decided to put it to the test. Let's see what I could break.
Spoiler alert: it didn't turn out so well...
<!-- more -->
_This article goes into the technical details on how this was possible, you may
want to skip to the PoC [video](#video) instead._
<!-- more -->
## XSS
After making an account, I started testing with some basic well-known techniques.
Soon I discovered that persistent/stored [cross-site scripting][xss] was possible

View File

@ -6,7 +6,7 @@ description = "Projects index"
zenn_hide_header_meta = true
+++
#### Current main projects
#### Project highlights
- [ffsend](@/projects/ffsend.md)
_Easily &amp; securely share files from the command line. Fully featured Firefox Send client._
@ -17,7 +17,7 @@ zenn_hide_header_meta = true
- [pixelpwnr](https://github.com/timvisee/pixelpwnr) <span class="muted">_(GitHub, project page is WIP):_</span>
_Insanely fast pixelflut client for images and animations written in Rust._
#### Old projects &amp; categories:
#### Other projects &amp; categories:
- [Bukkit projects](@/projects/bukkit.md): _CraftBukkit plugins_