Skip to content

Commit aa17060

Browse files
committed
init
0 parents  commit aa17060

File tree

5 files changed

+7301
-0
lines changed

5 files changed

+7301
-0
lines changed

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.yaml

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
baseURL: http://something-fresh.org/
2+
languageCode: en-us
3+
title: Hugo Fresh Theme
4+
theme: hugo-fresh
5+
googleAnalytics: # Put in your tracking code without quotes like this: UA-XXXXXX...
6+
# Disables warnings
7+
disableKinds:
8+
- taxonomy
9+
- taxonomyTerm
10+
markup:
11+
goldmark:
12+
renderer:
13+
unsafe: true # Allows you to write raw html in your md files
14+
15+
params:
16+
# Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable
17+
openGraph: true
18+
# Used as meta data; describe your site to make Google Bots happy
19+
description:
20+
navbarlogo:
21+
# Logo (from static/images/logos/___)
22+
image: logos/fresh.svg
23+
link: /
24+
font:
25+
name: "Open Sans"
26+
sizes: [400,600]
27+
hero:
28+
# Main hero title
29+
title: Manage. Deploy.
30+
# Hero subtitle (optional)
31+
subtitle: Lorem ipsum sit dolor amet is dummy text used by the typography industry
32+
# Button text
33+
buttontext: Get started
34+
# Where the main hero button links to
35+
buttonlink: "#"
36+
# Hero image (from static/images/___)
37+
image: illustrations/worker.svg
38+
# Footer logos (from static/images/logos/clients/___.svg)
39+
clientlogos:
40+
- systek
41+
- tribe
42+
- kromo
43+
- infinite
44+
- gutwork
45+
# Customizable navbar. For a dropdown, add a "sublinks" list.
46+
navbar:
47+
- title: Features
48+
url: /
49+
- title: Pricing
50+
url: /
51+
- title: Dropdown
52+
sublinks:
53+
- title: Dropdown item
54+
url: /
55+
- title: Dropdown item
56+
url: /
57+
- title: Dropdown item
58+
url: /
59+
- title: Log in
60+
url: /
61+
- title: Sign up
62+
url: /
63+
button: true
64+
section1:
65+
title: Great power comes
66+
subtitle: with great responsibility
67+
tiles:
68+
- title: App builder
69+
icon: mouse-globe
70+
text: This is some explanatory text that is on two rows
71+
url: /
72+
buttonText: Free trial
73+
- title: Cloud integration
74+
icon: laptop-cloud
75+
text: This is some explanatory text that is on two rows
76+
url: /
77+
buttonText: Get started
78+
- title: Add-ons & plugins
79+
icon: plug-cloud
80+
text: This is some explanatory text that is on two rows
81+
url: /
82+
buttonText: Get started
83+
section2:
84+
title: You're here because you want the best
85+
subtitle: And we know it
86+
features:
87+
- title: Powerful and unified interface
88+
text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
89+
# Icon (from /images/illustrations/icons/___.svg)
90+
icon: laptop-globe
91+
- title: Cross-device synchronisation
92+
text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
93+
icon: doc-sync
94+
- title: Nomad system
95+
text: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ornare magna eros, eu pellentesque tortor vestibulum ut. Maecenas non massa sem. Etiam finibus odio quis feugiat facilisis.
96+
icon: mobile-feed
97+
section3:
98+
title: One platform
99+
subtitle: To rule them all
100+
image: illustrations/mockups/app-mockup.png
101+
buttonText: Get started
102+
buttonLink: "#"
103+
section4:
104+
title: Our Clients love us!
105+
subtitle: Lorem ipsum sit dolor amet is a dummy text used by typography industry
106+
clients:
107+
- name: Irma Walters
108+
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
109+
job: Accountant
110+
img: 1
111+
- name: John Bradley
112+
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
113+
job: Financial Analyst
114+
img: 2
115+
- name: Gary Blackman
116+
quote: Lorem ipsum dolor sit amet, elit deleniti dissentias quo eu, hinc minim appetere te usu, ea case duis scribentur has. Duo te consequat elaboraret, has quando suavitate at.
117+
job: HR Manager
118+
img: 3
119+
section5: true
120+
footer:
121+
# Logo (from /images/logos/___)
122+
logo: fresh-white-alt.svg
123+
# Social Media Title
124+
socialmediatitle: Follow Us
125+
# Social media links (GitHub, Twitter, etc.). All are optional.
126+
socialmedia:
127+
- link: https://github.com/lucperkins/github-fresh
128+
# Icons are from Font Awesome
129+
icon: github
130+
- link: https://dribbble.com/#
131+
icon: dribbble
132+
- link: https://facebook.com/#
133+
icon: facebook
134+
- link: https://twitter.com/lucperkins
135+
icon: twitter
136+
- link: https://bitbucket.org/#
137+
icon: bitbucket
138+
bulmalogo: true
139+
quicklinks:
140+
column1:
141+
title: "Product"
142+
links:
143+
- text: Discover features
144+
link: /
145+
- text: Why choose our product?
146+
link: /
147+
- text: Compare features
148+
link: /
149+
- text: Our roadmap
150+
link: /
151+
- text: AGB
152+
link: /agb
153+
column2:
154+
title: "Docs"
155+
links:
156+
- text: Get started
157+
link: /
158+
- text: User guides
159+
link: /
160+
- text: Admin guide
161+
link: /
162+
- text: Developers
163+
link: /
164+
column3:
165+
title: "Blog"
166+
links:
167+
- text: Latest news
168+
link: /blog/first
169+
- text: Tech articles
170+
link: /blog/second

0 commit comments

Comments
 (0)