Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboysmall-tools/hugo-devresume-theme
A free resume/CV template made for software developers.
https://github.com/cowboysmall-tools/hugo-devresume-theme
Last synced: 5 days ago
JSON representation
A free resume/CV template made for software developers.
- Host: GitHub
- URL: https://github.com/cowboysmall-tools/hugo-devresume-theme
- Owner: cowboysmall-tools
- License: mit
- Created: 2019-11-03T17:19:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T18:46:59.000Z (4 months ago)
- Last Synced: 2024-08-01T12:25:24.325Z (3 months ago)
- Language: HTML
- Size: 1.06 MB
- Stars: 258
- Watchers: 4
- Forks: 127
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - cowboysmall-tools/hugo-devresume-theme - A free resume/CV template made for software developers. (others)
README
# Hugo DevResume Theme
This is a Hugo port of [DevResume](//github.com/xriley/DevResume-Theme) - a great looking resume/CV template
designed for developers by Xiaoying Riley.## Screenshot
![DevResume screenshot](https://raw.githubusercontent.com/cowboysmall-tools/hugo-devresume-theme/master/images/screenshot.png)
## Features
### Original
- Fully Responsive
- HTML5 + CSS3
- Built on Bootstrap 4
- 1000+ FontAwesome icons
- SCSS source files included
- Compatible with all modern browsers### Added
- Google Analytics
## Demo
You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hugo-devresume-theme/).
## Contents
- [Installation](#installation)
- [Getting started](#getting-started)
- [Setup](#setup)
- [Viewing](#viewing)
- [Building](#building)
- [Contributing](#contributing)
- [License](#license)## Installation
Within the root of your Hugo project execute the following:
$ cd themes
$ git clone https://github.com/cowboysmall-tools/hugo-devresume-theme.git## Getting Started
After successful installation as a minimum you need to take the following steps:
### Setup
Go to [`exampleSite`](//github.com/cowboysmall-tools/hugo-devresume-theme/tree/master/exampleSite) and copy
[`config.toml`](//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/exampleSite/config.toml)
to the root of your site. Open `config.toml` and add your relevant information.### Viewing
To view your site, execute the following:
$ hugo server
and go to `localhost:1313` in your browser.
### Building
To generate your site in the `public` folder, execute the following:
$ hugo
within the root of your project.
## Contributing
Post bugs and contributions to the [issue tracker](//github.com/cowboysmall-tools/hugo-devresume-theme/issues).
Or make a [pull request](//github.com/cowboysmall-tools/hugo-devresume-theme/pulls).## License
This template is 100% FREE as long as you keep the footer attribution link. You do not have the rights to resell,
sublicense or redistribute (even for free) the template on its own or as a separate attachment from any of your work.
If you’d like to use this template without the footer attribution link, you can buy the
[commercial license](https://themes.3rdwavemedia.com/bootstrap-templates/resume/devresume-free-bootstrap-4-resume-cv-template-for-developers/)You may change the "Ported for..." line by adding the following to the end of `config.toml`
[params.footer]
copyright = ""