diff --git a/README.md b/README.md index 47ca0ec..0c128d2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/content/_index.md b/content/_index.md index e0f71a7..424ab2a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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) ([categories](/categories), [tags](/tags)) - [Donate or Sponsor](@/donate.md) -- [About](@/about.md) + +~ [Tim](@/about.md) --- -_The old website is still available at [old.timvisee.com][old]._ +_The old website is still available at [old.timvisee.com][old]._ [github]: https://github.com/timvisee [gitlab]: https://gitlab.com/timvisee diff --git a/content/blog/2019-10-27_stealing-private-keys-from-secure-file-sharing-service/index.md b/content/blog/2019-10-27_stealing-private-keys-from-secure-file-sharing-service/index.md index e1136a2..db12da7 100644 --- a/content/blog/2019-10-27_stealing-private-keys-from-secure-file-sharing-service/index.md +++ b/content/blog/2019-10-27_stealing-private-keys-from-secure-file-sharing-service/index.md @@ -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... + + _This article goes into the technical details on how this was possible, you may want to skip to the PoC [video](#video) instead._ - - ## 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 diff --git a/content/projects.md b/content/projects.md index a93afbb..aa485fc 100644 --- a/content/projects.md +++ b/content/projects.md @@ -6,7 +6,7 @@ description = "Projects index" zenn_hide_header_meta = true +++ -#### Current main projects +#### Project highlights - [ffsend](@/projects/ffsend.md) _Easily & 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) _(GitHub, project page is WIP):_ _Insanely fast pixelflut client for images and animations written in Rust._ -#### Old projects & categories: +#### Other projects & categories: - [Bukkit projects](@/projects/bukkit.md): _CraftBukkit plugins_