Add new 'Fresh & shiny website, hurray!' blog post, cleanup

This commit is contained in:
timvisee 2019-07-03 16:08:17 +02:00
parent 7f7dc0d0e6
commit 4b66745a20
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
15 changed files with 85 additions and 77 deletions

View File

@ -80,8 +80,8 @@ Here are some other noteworthy profiles of mine:
To send me a message, please check out the [Contact](@/contact.md) page.
## Other things I like
Here are some other random things I like besides my usual development activity
which I didn't list above:
Some other random things I like besides my usual development activity that I
didn't list above are:
- Music, to listen to, usually while at work
- Deep house, House, Electronic, Techno and _related_

View File

@ -1,39 +0,0 @@
+++
title = "Sample article"
description = "A sample article for testing Zola"
[taxonomies]
tags = ["test", "some", "random", "tags", "here", "long tag"]
categories = ["dev"]
+++
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
<!-- more -->
Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
```bash
# A random command
ffsend upload $file --copy
rm -rf /
```
```bash
# A random command
ffsend upload $file --copy
rm -rf /
```
## Another section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

View File

@ -1,36 +0,0 @@
+++
title = "Another sample article"
description = "Another sample article"
[taxonomies]
tags = ["test"]
categories = ["dev", "release"]
+++
Ut enim ad minim `veniam`, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
```bash
# A random command
ffsend upload $file --copy
ffsend upload $file --copy some really long command to see how wrapping/overflowing goes
rm -rf /
```
<!-- more -->
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.
## Another section
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 979 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

@ -0,0 +1,62 @@
+++
title = "Fresh & shiny website, hurray!"
description = "A fresh and shiny new website, hurray!"
[taxonomies]
categories = ["release"]
tags = ["website"]
+++
My personal website had basically been unchanged, lacking content, collecting
dust, since 2011 _(!!!)_, and here we are, more than 8 years later.
Finally, I made some effort to revamp my personal website &ndash; _something you
obviously want to be proper looking_ &ndash; to scrap the previous.
I put some work in building a custom template to properly personalize it, with a
dark interface to reflect the stereotypical developer. It has some bold design
choices, so it'll be exciting how it works out.
Surprise surprise, you're currently visiting the fresh and shiny new website.
_Or not so shiny after all, because it's dark._
<!-- more -->
## Show me!
Alright, we went from:
{{ fit_image(path="blog/2019-07-03_fresh_shiny_website_hurray/before-home.png") }}
to ...
{{ fit_image(path="blog/2019-07-03_fresh_shiny_website_hurray/after-home.png") }}
{{ fit_image(path="blog/2019-07-03_fresh_shiny_website_hurray/after-about.png") }}
{{ fit_image(path="blog/2019-07-03_fresh_shiny_website_hurray/after-dungeon-maze.png") }}
It'll undergo some visual changes and improvements based on user feedback for
sure, but the majority of it stands.
## Blog
With this revamp, I introduced the ability for easy blogging.
I intend to use this website as a 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'm not a writer, so let's see how this works out.
Notice the [Blog](@/blog/_index.md) section for an overview of posts,
or see the sidebar (bottom of the page on mobile devices) for a listing of
[categories](/categories) and [tags](/tags) to scope on a more specific topic.
_Oh, and, you're reading the first blog post right now!_
## 3-2-1 Publish
Today (2019-07-03), along with _this_ post, I'm publishing this new website at
my personal `timvisee.com` domain. I'd be happy to hear your thoughts!
Of course, as a proper _open-sourcerer_, the source code for this website as a
whole is available on my GitHub profile [here][source].
And a big thanks to the developers of [Zola][zola] for building an amazing site
engine I was able to build this website in.
[source]: https://github.com/timvisee/timvisee.com
[zola]: https://getzola.org/

View File

@ -9,3 +9,8 @@ zenn_hide_header_meta = true
This page lists some of the projects I've developed over time.
- [Bukkit projects](@/projects/bukkit.md): _CraftBukkit plugins_
_Lots of projects are missing here, which I intent to add over time. Check out
my [Git profiles][profiles] for a more complete overview of my projects._
[profiles]: @/about.md#me-around-the-web

View File

@ -2,6 +2,10 @@
title = "Dungeon Maze"
description = "Dungeon Maze Bukkit plugin"
date = 2012-11-21
[taxonomies]
tags = ["bukkit"]
categories = ["project"]
+++
_Source code: [GitHub][github]_

View File

@ -2,6 +2,10 @@
title = "Glowstone Lanterns"
description = "Glowstone Lanterns Bukkit plugin"
date = 2011-07-09
[taxonomies]
tags = ["bukkit"]
categories = ["project"]
+++
_Source code: [GitHub][github]_

View File

@ -2,6 +2,10 @@
title = "Safe Creeper"
description = "Safe Creeper Bukkit plugin"
date = 2013-11-12
[taxonomies]
tags = ["bukkit"]
categories = ["project"]
+++
_Source code: [GitHub][github]_

View File

@ -2,6 +2,10 @@
title = "World Portal"
description = "World Portal Bukkit plugin"
date = 2012-09-03
[taxonomies]
tags = ["bukkit"]
categories = ["project"]
+++
_Source code: [GitHub][github]_

View File

View File