Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timvisee/timvisee.com
:globe_with_meridians: Source code for my personal website, mirror from https://gitlab.com/timvisee/timvisee.com
https://github.com/timvisee/timvisee.com
blog html static website zola
Last synced: about 2 months ago
JSON representation
:globe_with_meridians: Source code for my personal website, mirror from https://gitlab.com/timvisee/timvisee.com
- Host: GitHub
- URL: https://github.com/timvisee/timvisee.com
- Owner: timvisee
- License: agpl-3.0
- Created: 2019-07-03T15:29:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T12:22:11.000Z (5 months ago)
- Last Synced: 2024-08-07T14:58:14.563Z (5 months ago)
- Topics: blog, html, static, website, zola
- Language: SCSS
- Homepage: https://timvisee.com
- Size: 14.4 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Build and deployment status on GitLab CI][gitlab-ci-master-badge]][gitlab-ci-link]
[gitlab-ci-link]: https://gitlab.com/timvisee/timvisee.com/pipelines
[gitlab-ci-master-badge]: https://gitlab.com/timvisee/timvisee.com/badges/master/pipeline.svg# timvisee.com
The source code for my personal website.
View it live at [timvisee.com][site].[![Homepage screenshot dark](./screenshot-dark.png)][site]
[![Homepage screenshot light](./screenshot-light.png)][site]## Content
The majority of the content is formatted in Markdown, located in the
[`./content`](./content/) directory.
It includes a custom theme as well ([zenn][zenn]) for the visuals.This website is built with [Zola][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`][zola] first.
Then run:```bash
# 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-deploy] branch is automatically deployed live at [timvisee.com][site].
## License
This project is released under the GNU AGPL-3.0 license.
Check out the [LICENSE][license] file for more information.Feel free to use parts of this project, such as the custom [zenn][zenn] theme,
in your own project conform the [LICENSE][license].[site]: https://timvisee.com/
[zola]: https://getzola.org/
[zenn]: ./themes/zenn/
[branch-deploy]: https://gitlab.com/timvisee/timvisee.com/tree/deploy
[license]: ./LICENSE