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

README.md - github.com/cowboysmall-tools/hugo-business-frontpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cffb65c4ffe8fe306580737d234d6177b39d38ca (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
132
133
134
135
136
# Hugo Business Frontpage Theme

This is a Hugo port of [Business Frontpage](//github.com/BlackrockDigital/startbootstrap-business-frontpage) -  a basic HTML starter 
template for creating a Bootstrap based website for a small business or other organization.






## Screenshot

![Business Frontpage screenshot](https://raw.githubusercontent.com/cowboysmall-tools/hugo-business-frontpage-theme/master/images/screenshot.png)






## Features

### Original

- Responsive
- HTML5 + CSS3
- Bootstrap 4
- Full width image header with text overlay
- Fixed top navigation menu
- Call to action boxes
- Three column marketing boxes with images

### Added

- Google Analytics






<!-- 
## Demo

You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hugo-business-frontpage-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-business-frontpage-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-business-frontpage-theme/tree/master/exampleSite) and copy 
[`config.toml`](//github.com/cowboysmall-tools/hugo-business-frontpage-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-business-frontpage-theme/issues). 
Or make a [pull request](//github.com/cowboysmall-tools/hugo-business-frontpage-theme/pulls).







## License

The original Business Frontpage template is copyright 2013-2019 [Blackrock Digital](http://blackrockdigital.io/) LLC. Code 
released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/gh-pages/LICENSE) 
license.

You may change the "Copyright..." line by adding the following to the end of `config.toml`
    
    [params.footer]
        copyright = ""