Hugo theme for my resume inspired by hugo-devresume-theme
This is my Resume theme for hugo based on hugo DevResume Theme
You can see it in action on Julien Mousqueton’s resume.
Within the root of your Hugo project execute the following:
cd themes
$ git clone https://github.com/jmousqueton/resume.git
After successful installation as a minimum you need to take the following steps:
Go to Julien Mousqueton's resume repository
and copyconfig.toml
to the root of your site. Open config.toml
and add your relevant information.
To view your site, execute the following:
hugo server
and go to localhost:1313 in your browser.
To generate your site in the public
folder, execute the following:
hugo
within the root of your project.
Post bugs and contributions to the issue tracker.
Or make a pull request.
MIT 2.0