Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6557e8b2739e265edf043ff5b896cd2a62d6e317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# 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 = ""