This repository contains the source code for my personal homepage, available at tomfos.tr.
The repository itself is hosted on GitHub at https://github.com/tcpipuk/tomfos.tr.
The site is built using MkDocs with the
Material for MkDocs theme. The configuration can be
found in mkdocs.yml
.
The site is automatically built and deployed to Cloudflare Pages
whenever changes are pushed or merged to the main branch. This process is managed by the GitHub
Actions workflow defined in .github/workflows/deploy.yml
.
To run the site locally for development:
-
Ensure you have MkDocs and the Material theme installed. See the MkDocs Material installation guide.
-
Clone the repository.
-
Serve the site using the command:
mkdocs serve
-
Open your browser to
http://127.0.0.1:8000/
.
The content of this site is licensed under the Apache License, Version 2.0. See the LICENSE
file
for details.