GitHunt
TI

timvisee/timvisee.com

:globe_with_meridians: Source code for my personal website, mirror from https://gitlab.com/timvisee/timvisee.com

Build and deployment status on GitLab CI

timvisee.com

The source code for my personal website.
View it live at timvisee.com.

Homepage screenshot dark
Homepage screenshot light

Content

The majority of the content is formatted in Markdown, located in the
./content directory.
It includes a custom theme as well (zenn) for the visuals.

This website is built with Zola, a static website generator.
See it's documentation for more information on how this project is structured.

Any pull requests for changes on the website are welcome.

Usage

To run a local instance of this website, be sure to install zola first.
Then run:

# Clone the repository
git clone https://gitlab.com/timvisee/timvisee.com
cd timvisee.com

# Build and serve a local instance
zola serve --open

# Open: 127.0.0.1:1111
# Edit files in ./content, view live changes your browser

The latest deploy branch is automatically deployed live at timvisee.com.

License

This project is released under the GNU AGPL-3.0 license.
Check out the LICENSE file for more information.

Feel free to use parts of this project, such as the custom zenn theme,
in your own project conform the LICENSE.

Languages

SCSS50.3%HTML46.9%JavaScript2.8%

Contributors

GNU Affero General Public License v3.0
Created July 3, 2019
Updated January 29, 2026
timvisee/timvisee.com | GitHunt