Welcome to the Markdown Resume Web Generator! This tool is designed to make it incredibly easy for anyone to generate and host their own resume website using Markdown files. With just a few simple steps, you can have your professional resume up and running, hosted on GitHub Pages for free.
Please Click Here!
- Easy to Use: Fork the repository, rename it, and you're almost done.
- Customizable: Modify the Markdown files to fit your resume content.
- Automatically Deployed: Utilizes GitHub Pages for hassle-free hosting.
Follow these steps to set up your own resume website:
Visit the Markdown Resume Web Generator repository and fork it to your own GitHub account.
Rename the forked repository to {yourusername}.github.io
, where {yourusername}
is your GitHub username.
Before deploying your resume, you need to set up the necessary environment on your machine:
-
Ensure you have Python installed. If not, download and install it from python.org.
-
Clone your forked repository to your local machine.
-
Open a terminal or command prompt and navigate to the cloned repository's directory.
-
Install the required dependencies by running:
pip install -r requirements.txt
-
Edit or replace the Markdown files in the repository with your own resume content. There are placeholder files you can start with and modify according to your needs.
-
After customizing your resume, generate the static files by executing:
python staticbuilder.py build
-
Push your changes to your repository.
- Go to the repository settings on GitHub.
- Navigate to the "Pages" section.
- Select the
main
branch and/ (root)
as the source. - Click "Save", and GitHub Pages will automatically build and deploy your website.
Open a browser and go to https://{yourusername}.github.io
. You should see your resume website live!
The project is structured to be easily customizable. You can:
- Edit the
index.html
file to change the layout. - Modify the stylesheets for design adjustments.
- Update the Markdown files for content changes.
Contributions are welcome! Feel free to submit pull requests with improvements or new features.
This project is open source and available under the MIT License.
Special thanks to all contributors and users. Your support and interest make this project possible.
Happy resume building! For any questions or feedback, please open an issue on the GitHub repository.