Welcome to my personal portfolio website! This site showcases my experience, skills, projects, and technical interests using MkDocs and is hosted on GitHub Pages.
This portfolio is built using MkDocs and hosted on GitHub Pages.
- MkDocs – Static site generator for project documentation.
- Material for MkDocs – Professional and customizable theme.
- Markdown – Lightweight and easy-to-maintain content.
- GitHub Actions – Automating deployment.
- Custom Styling – Enhanced UI with icons, custom cards, and typography.
Please find below steps to set up and run application in your workstation.
Application uses MkDocs, please refer MkDocs Installation for base setup.
- Download Repository
git clone https://github.com/nramc/my-profile.git
- Run Application
pip install -r requirements.txt mkdocs serve
- Open up http://127.0.0.1:8000/ in your browser, and you'll see the home page being displayed
Any contributions you make are greatly appreciated.
If you like the project and have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'feat: Add the AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Sincere Thanks to following open source community for their wonderful efforts to make our life much easier.
- MkDocs: Project documentation with Markdown.
- MkDocs Material: Material Theme for MkDocs
Give a ⭐️ if you like this project!