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

README.md - github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 47c43f93223c392b14d168e026d673ffec47c159 (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
# Dopetrope

Dopetrope theme ported from [HTML5 UP](https://html5up.net/) for use with the [Hugo static site generator](https://gohugo.io/).

Theme includes ability for:

 - Portfolio items
 - Blog posts

![](images/device-screenshots.png)

## Setup

### Configuration

 ```
 languageCode = "en-us"
title = "My New Hugo Site"
baseURL = "http://localhost:1313/"
theme = "../.."

[params]
    subtitle = "Howdy. This is Dopetrope."
    subtitleline2 = "A responsive template by HTML5 UP"

[params.intro]
    title1 = "Ipsum consequat"
    description1 = "Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus."

    title2 = "Magna etiam dolor"
    description2 = "Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus."

    title3 = "Tempus adipiscing"
    description3 = "Nisl amet dolor sit ipsum veroeros sed blandit consequat veroeros et magna tempus."

    buttonlink1 = "#"
    buttontext1 = "Get Started"

    buttonlink2 = "#"
    buttontext2 = "Learn More"

[params.footer]
    title1 = "Blandit nisl adipiscing"

    title2 = "What's this all about?"
    imagelink2 = "#"
    imageurl2 = "images/pic10.jpg"
    description2 = "This is Dopetrope a free, fully responsive HTML5 site template by AJ for HTML5 UP It's released for free under the Creative Commons Attribution license so feel free to use it for any personal or commercial project – just don't forget to credit us!"
    buttonlink2 = "#"
    buttontext2 = "Find out more"

    title3 = "Tempus consequat"

    title4 = "Ipsum et phasellus"

    title5 = "Vitae tempor lorem"


[params.social]
    facebook = "https://facebook.com"
    twitter = "https://twitter.com/"
    dribbble = "https://dribbble.com"
    linkedin = "https://www.linkedin.com"
    googleplus = "https://plus.google.com/"

[params.address]
    line1 = "Untitled Incorporated"
    line2 = "1234 Somewhere Road Suite"
    line3 = "Nashville, TN 00000-0000"

[params.contact]
    email = "someone@untitled.tld"
    phone = "(800) 000-0000"
```

### Cover Image

The cover image URL is hard-coded, therefore to replace this add an image to the following location in your Hugo application:

```
/static/images/pic01.jpg
```

## Original Theme Credits

 - [Dopetrope by HTML5 UP](https://html5up.net/dopetrope)

## License

This hugo theme is licensed under the [Creative Commons Attribution 3.0 License](https://creativecommons.org/licenses/by/3.0/). 

Read More - [LICENSE.md](LICENSE.md)