HHousen / hugo-resume

A Hugo theme ported from startbootrap.com's resume template

Home Page:https://haydenhousen.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUGO Résumé

Created from Start Bootstrap - Resume and eddiewebb/hugo-resume.

This is a single-page website with a left-aligned navigation menu. Meant to highlight your achievements, work experience, and projects, this template modifies eddiewebb/hugo-resume by removing extra bloat (that I don't need), tweaking the design, adding some new components, and improving efficiency/speed. Includes an /admin endpoint through netlifycms that allows authorized users to use a WYSIWYG editor and commit files back to markdown, but with a Wordpress/CMS like experience.

Example

See Hayden's site (GitHub Repo) for a live example.

Setup & Use

This theme uses a combination of a custom archetype projects and some data files to drive content.

You can test the provided example site with the commands:

git clone https://github.com/HHousen/hh-personal hugo-resume-example
cd hugo-resume-example
hugo server

Summary

Edit the main contents/_index.md with a brief bio/summary

Data files

Data files are used for simple content presented on the homepage.

Projects

Add a new project with hugo new projects/name-of-project/index.md. You can see some example projects on HHousen/hh-personal, HHousen's personal site and the demo site for this theme. You can also add a new project to your live site using the /admin endpoint/netlifycms.

Projects are organized in page bundles. This means images and other files that belong to one project will be grouped together, allowing for better organization. Additionally, using page bundles means that images can be interpreted as resources and thus they can be dynamically resized to the containing element during building, resulting in faster page loads.

Template Parameters

All personal information and general site configuration is stored in config.toml

Credits

eddiewebb/hugo-resume ported the Start Bootstrap Resume theme by David Miller to HUGO. This fork of eddiewebb/hugo-resume expands on the functionality and simplifies some components as discussed above.

Start Bootstrap Resume

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

About

A Hugo theme ported from startbootrap.com's resume template

https://haydenhousen.com

License:MIT License


Languages

Language:SCSS 89.6%Language:HTML 9.9%Language:JavaScript 0.5%