Welcome to my personal portfolio website repository! This aims to be a easy-to-use and customizable portfolio website template for developers.
All you need to do is to
fork | clone
this repository, add your information, and deploy it to your favorite hosting service.
- Backend: Built with Rust and Axum for robust performance and handling HTTP requests.
- Templating: Uses Askama for server-side rendering of templates.
- Styling: Utilizes Tailwind CSS and DaisyUI for modern and efficient design.
- Enhancements: Integrates HTMX for enhanced HTML interactions without heavy JavaScript.
- Clone the repository:
git clone https://github.com/tm26a21p/Portfolio.git
- Navigate to the project directory:
cd Portfolio
- Install dependencies:
cargo build
- Run the application:
cargo run
- Create a
.env
file in the root directory of the project with the following environment variables:NAME=YourName GITHUB_TOKEN=YourGitHubToken
After starting the application, open your browser and navigate to http://localhost:4444
to view the portfolio website.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.