My website https://satchlj.com
Go to file
timvisee ba5be8a3c9
Fix fitted images not rendering due to zola 0.14.0 API change
See https://github.com/getzola/zola/pull/1543
2021-07-19 23:54:45 +02:00
.github Update GitHub sponsor configuration 2019-10-12 14:49:08 +02:00
content List Send as related project on ffsend and ffsend-api pages 2021-05-26 14:43:37 +02:00
static Add PGP key to contact page 2021-04-12 14:20:14 +02:00
templates Add new 'Fresh & shiny website, hurray!' blog post, cleanup 2019-07-03 16:09:53 +02:00
themes/zenn Fix fitted images not rendering due to zola 0.14.0 API change 2021-07-19 23:54:45 +02:00
.gitignore Fix pre style, other style tweaks and improvements 2019-07-01 14:57:30 +02:00
.gitlab-ci.yml Bump zola to 0.14.0 2021-07-19 23:43:31 +02:00
LICENSE Change license from GNU GPL-3.0 to GNU AGPL-3.0 2020-10-22 00:39:19 +02:00
README.md Merge remote-tracking branch 'origin/master' into zenn-v0.2.0 2020-10-22 00:40:15 +02:00
config.toml Change random resource token 2021-03-01 18:36:00 +01:00
screenshot-dark.png Update screenshots 2021-02-27 17:34:48 +01:00
screenshot-light.png Update screenshots 2021-02-27 17:34:48 +01:00

README.md

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/timivsee/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.