This repository hosts the source code for my personal web page. The web server is built using Rust and deployed to a web server using GitHub Actions.
- Rust: The web server is built using Rust programming language.
- Containerfile: Builds the code and runs the server.
- GitHub Actions: Used for CI/CD to deploy the web server on changes to this repo.
Containerfile: Defines the build environment for the Rust project.Cargo.toml: Defines the Rust project for the web server.src/: Contains the source code of the Rust server.static/: Contains static files used by the server.scripts/: Contains scripts use to support the CI/CD pipeline..github/workflows/main.yml: GitHub Actions workflow file for deploying the server.README.md: This file, providing an overview of the repository.
This repository is primarily for hosting my personal web page. Contributions are not accepted as this is not intended to be a collaborative project.
This repository is licensed under the MIT License. See the LICENSE file for more details.
For more information about my projects and interests, visit my personal website.