diff --git a/content/_index.md b/content/_index.md index 8fd495d..1a9edae 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,26 +1,4 @@ +++ -title = "Homepage" +title = "" template = "landing.html" +++ - -Welcome to my personal website! - -This website shows what projects I work on. -You can find an overview on the [Projects](@/projects.md) page. -I prefer to make projects free and open-source, therefore most are available on -my [GitHub][github] and [GitLab][gitlab] profiles. - -I also use this website as a platform for basic [blogging](@/blog/_index.md). -The content is mainly about programming, security and ramblings on other -technical interests of mine. -The opinions expressed here are my own and do not reflect my current or previous -employers'. - -~ [Tim](@/about.md) - -_My old website is still available at -[old.timvisee.com][old]._ - -[github]: https://github.com/timvisee -[gitlab]: https://gitlab.com/timvisee -[old]: https://old.timvisee.com/ diff --git a/themes/zenn/templates/landing.html b/themes/zenn/templates/landing.html index c47edc8..b0de208 100644 --- a/themes/zenn/templates/landing.html +++ b/themes/zenn/templates/landing.html @@ -1,5 +1,4 @@ {% extends "site.html" %} -{% import "post_macros.html" as post_macros %} {% block headertron %}
@@ -19,7 +18,3 @@
{% endblock headertron %} - -{% block body %} - {{ section.content | safe }} -{% endblock body %}