项目作者: JMousqueton

项目描述 :
Hugo theme for my resume inspired by hugo-devresume-theme
高级语言: HTML
项目地址: git://github.com/JMousqueton/resume.git
创建时间: 2020-05-16T21:42:59Z
项目社区:https://github.com/JMousqueton/resume

开源协议:MIT License

下载


Hugo Resume Theme

This is my Resume theme for hugo based on hugo DevResume Theme

Features

  • Fully Responsive
  • HTML5 + CSS3
  • Built on Bootstrap 4
  • 1000+ FontAwesome icons
  • SCSS source files included
  • Compatible with all modern browsers

Demo

You can see it in action on Julien Mousqueton’s resume.

Contents

Installation

Within the root of your Hugo project execute the following:

  1. cd themes
  2. $ git clone https://github.com/jmousqueton/resume.git

Getting Started

After successful installation as a minimum you need to take the following steps:

Setup

Go to Julien Mousqueton's resume repository and copy
config.toml
to the root of your site. Open config.toml and add your relevant information.

Viewing

To view your site, execute the following:

  1. hugo server

and go to localhost:1313 in your browser.

Building

To generate your site in the public folder, execute the following:

  1. hugo

within the root of your project.

Contributing

Post bugs and contributions to the issue tracker.
Or make a pull request.

License

MIT 2.0