Skip to content

Commit 4fb0176

Browse files
committed
update
1 parent 0ffa5fb commit 4fb0176

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+12436
-0
lines changed

purple-strawberry-754c7/README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# ✨ purple-strawberry ✨
2+
3+
<img src="https://themes.stackbit.com/images/fjord-demo-1024x768.png" width="600">
4+
5+
This is a [Next.js](https://nextjs.org) site using Git as a [CMS](https://en.wikipedia.org/wiki/Content_management_system). It was created with [Stackbit](https://www.stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) in under a minute.
6+
7+
You can [create a site](https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/fjord-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes) just like this one, or explore some variations. How about a different:
8+
9+
<details>
10+
<summary>🎨 &nbsp;<strong>Look</strong></summary>
11+
<ul>
12+
<li><a href="https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/exto-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">A portfolio theme with a blog</a></li>
13+
<li><a href="https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/personal-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Consulting and freelance</a></li>
14+
<li><a href="https://app.stackbit.com/create?theme=https://github.com/stackbit-themes/startup-unibit&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Product-marketing focused</a></li>
15+
</ul>
16+
</details>
17+
18+
<details>
19+
<summary>✏️ &nbsp;<strong>CMS</strong></summary>
20+
<ul>
21+
<li><a href="https://app.stackbit.com/create?cms=sanity&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Sanity</a></li>
22+
<li><a href="https://app.stackbit.com/create?cms=netlifycms&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Netlify CMS</a></li>
23+
<li><a href="https://app.stackbit.com/create?cms=contentful&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Contentful</a></li>
24+
</ul>
25+
</details>
26+
27+
<details>
28+
<summary>⚙️ &nbsp;<strong>Static site generator</strong></summary>
29+
<ul>
30+
<li><a href="https://app.stackbit.com/create?ssg=gatsby&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Gatsby</a></li>
31+
<li><a href="https://app.stackbit.com/create?ssg=hugo&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Hugo</a></li>
32+
<li><a href="https://app.stackbit.com/create?ssg=jekyll&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Jekyll</a></li>
33+
</ul>
34+
</details>
35+
36+
## Develop Locally
37+
38+
1. Install [Node.js and npm](https://nodejs.org/en/)
39+
40+
1. Install npm dependencies:
41+
42+
npm install
43+
44+
45+
46+
1. Start the Next.js local development server:
47+
48+
npm run develop
49+
50+
1. Open [http://localhost:3000/](http://localhost:3000/) in the browser
51+
52+
1. 🎉
53+
54+
## Editing Content
55+
56+
To start editing your site, you can edit the included Markdown files.
57+
58+
Alternatively, you can use the free on-page editing experience provided by the [Stackbit Studio](https://stackbit.com?utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes).
59+
60+
[![](https://i3.ytimg.com/vi/zd9lGRLVDm4/hqdefault.jpg)](https://stackbit.link/project-readme-lead-video)
61+
62+
Here's a few resources to get you started:
63+
64+
- 📺 &nbsp; [Editing Content](https://stackbit.link/project-readme-editing-video)
65+
- 📺 &nbsp; [Adding, Reordering and Deleting Items](https://stackbit.link/project-readme-adding-video)
66+
- 📺 &nbsp; [Collaboration](https://stackbit.link/project-readme-collaboration-video)
67+
- 📺 &nbsp; [Publishing](https://stackbit.link/project-readme-publishing-video)
68+
- 📚 &nbsp; [Stackbit Documentation](https://stackbit.link/project-readme-documentation)
69+
70+
If you need a hand, make sure to check the [Stackbit support page](https://stackbit.link/project-readme-support).
71+
72+
## Colophon
73+
74+
Generated at `2021-05-21T06:37:10.884Z` by Stackbit version `0.3.52`.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"title": "Stackbit Fjord Theme",
3+
"path_prefix": "/",
4+
"palette": "yellow",
5+
"header": {
6+
"title": "Fjord",
7+
"tagline": "Minimal and clean blog theme",
8+
"logo_img": "images/logo.svg",
9+
"logo_img_alt": "Fjord Logo",
10+
"background_img": "images/header-bg.jpg",
11+
"has_nav": true,
12+
"nav_links": [
13+
{
14+
"label": "Home",
15+
"url": "/",
16+
"style": "link"
17+
},
18+
{
19+
"label": "About",
20+
"url": "/about",
21+
"style": "link"
22+
},
23+
{
24+
"label": "Style Guide",
25+
"url": "/style-guide",
26+
"style": "link"
27+
},
28+
{
29+
"label": "Contact",
30+
"url": "/contact",
31+
"style": "link"
32+
}
33+
],
34+
"has_social": true,
35+
"social_links": [
36+
{
37+
"label": "Twitter",
38+
"url": "https://twitter.com/",
39+
"style": "icon",
40+
"icon_class": "twitter",
41+
"new_window": true
42+
},
43+
{
44+
"label": "Instagram",
45+
"url": "https://www.instagram.com/",
46+
"style": "icon",
47+
"icon_class": "instagram",
48+
"new_window": true
49+
},
50+
{
51+
"label": "GitHub",
52+
"url": "https://github.com/",
53+
"style": "icon",
54+
"icon_class": "github",
55+
"new_window": true
56+
},
57+
{
58+
"label": "LinkedIn",
59+
"url": "https://www.linkedin.com/",
60+
"style": "icon",
61+
"icon_class": "linkedin",
62+
"new_window": true
63+
},
64+
{
65+
"label": "DEV",
66+
"url": "https://dev.to/",
67+
"style": "icon",
68+
"icon_class": "dev",
69+
"new_window": true
70+
}
71+
]
72+
},
73+
"footer": {
74+
"content": "&copy; Stackbit. All rights reserved. This Jamstack site was created with <a href=\"https://www.stackbit.com/?utm_source=deployed-footer\" target=\"_blank\" rel=\"noopener\">Stackbit</a>. Create yours <a href=\"https://app.stackbit.com/create?theme=fjord&utm_source=deployed-footer\" target=\"_blank\" rel=\"noopener\">now</a>"
75+
}
76+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: About Me
3+
subtitle: This is a short page about me and my work
4+
img_path: images/about.jpg
5+
seo:
6+
title: About Me
7+
description: A page about me and my work
8+
extra:
9+
- name: 'og:type'
10+
value: website
11+
keyName: property
12+
- name: 'og:title'
13+
value: About Me
14+
keyName: property
15+
- name: 'og:description'
16+
value: A page about me and my work
17+
keyName: property
18+
- name: 'og:image'
19+
value: images/about.jpg
20+
keyName: property
21+
relativeUrl: true
22+
- name: 'twitter:card'
23+
value: summary_large_image
24+
- name: 'twitter:title'
25+
value: About Me
26+
- name: 'twitter:description'
27+
value: A page about me and my work
28+
- name: 'twitter:image'
29+
value: images/about.jpg
30+
relativeUrl: true
31+
layout: page
32+
---
33+
34+
**John Doe** is a Senior Art Director from [Stockholm](https://en.wikipedia.org/wiki/Stockholm), Sweden. After graduating from The College of Visual Arts with a degree in Communication Design, he worked for three small graphic design shops where he honed his design style and sensibility.
35+
36+
His work has been recognized by Communication Arts, Print, How, ID, IdN, AIGA, Effie, Archive, Graphis, AdFed and Rockport. Graphic Design USA named him a person to watch in 2019.
37+
38+
>The world always seems brighter when you’ve just made something that wasn’t there before. <cite>Neil Gaiman</cite>
39+
40+
As a hobby, John Doe authors the most influential design blog in Sweden with over 100,000 page views a month. He lives in Stockholm with his beautiful wife and two boys.
41+
42+
*Thank You for reading!*
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Get in Touch
3+
img_path: images/contact.jpg
4+
form_id: contactForm
5+
form_action: /success
6+
form_fields:
7+
- input_type: text
8+
name: name
9+
label: Name
10+
default_value: Your name
11+
is_required: true
12+
- input_type: email
13+
name: email
14+
label: Email
15+
default_value: Your email address
16+
is_required: true
17+
- input_type: select
18+
name: subject
19+
label: Subject
20+
default_value: Please select
21+
options:
22+
- Error on the site
23+
- Sponsorship
24+
- Other
25+
- input_type: textarea
26+
name: message
27+
label: Message
28+
default_value: Your message
29+
- input_type: checkbox
30+
name: consent
31+
label: >-
32+
I understand that this form is storing my submitted information so I can
33+
be contacted.
34+
submit_label: Send Message
35+
seo:
36+
title: Get in Touch
37+
description: This is the contact page
38+
extra:
39+
- name: 'og:type'
40+
value: website
41+
keyName: property
42+
- name: 'og:title'
43+
value: Get in Touch
44+
keyName: property
45+
- name: 'og:description'
46+
value: This is the contact page
47+
keyName: property
48+
- name: 'og:image'
49+
value: images/contact.jpg
50+
keyName: property
51+
relativeUrl: true
52+
- name: 'twitter:card'
53+
value: summary_large_image
54+
- name: 'twitter:title'
55+
value: Get in Touch
56+
- name: 'twitter:description'
57+
value: This is the contact page
58+
- name: 'twitter:image'
59+
value: images/contact.jpg
60+
relativeUrl: true
61+
layout: contact
62+
---
63+
64+
To get in touch fill the form below.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Home
3+
has_more_link: true
4+
more_link_text: Keep reading
5+
seo:
6+
title: Stackbit Fjord Theme
7+
description: The preview of the Fjord theme
8+
extra:
9+
- name: 'og:type'
10+
value: website
11+
keyName: property
12+
- name: 'og:title'
13+
value: Stackbit Fjord Theme
14+
keyName: property
15+
- name: 'og:description'
16+
value: The preview of the Fjord theme
17+
keyName: property
18+
- name: 'og:image'
19+
value: images/home.jpg
20+
keyName: property
21+
relativeUrl: true
22+
- name: 'twitter:card'
23+
value: summary_large_image
24+
- name: 'twitter:title'
25+
value: Stackbit Fjord Theme
26+
- name: 'twitter:description'
27+
value: The preview of the Fjord theme
28+
- name: 'twitter:image'
29+
value: images/home.jpg
30+
relativeUrl: true
31+
layout: home
32+
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Basic Rules For Walking In The Mountains
3+
excerpt: >-
4+
Hiking is sometimes referred to as such. This specifically refers to difficult
5+
walking through dense forest, undergrowth, or bushes, where forward progress
6+
requires pushing vegetation aside.
7+
date: '2019-04-09'
8+
thumb_img_path: images/1.jpg
9+
thumb_img_alt: A man standing on a rock cliff overlooking a river
10+
content_img_path: images/1.jpg
11+
seo:
12+
title: Basic Rules For Walking In The Mountains
13+
description: >-
14+
Hiking refers to difficult walking through dense forest, undergrowth, or
15+
bushes.
16+
extra:
17+
- name: 'og:type'
18+
value: article
19+
keyName: property
20+
- name: 'og:title'
21+
value: Basic Rules For Walking In The Mountains
22+
keyName: property
23+
- name: 'og:description'
24+
value: >-
25+
Hiking refers to difficult walking through dense forest, undergrowth, or
26+
bushes.
27+
keyName: property
28+
- name: 'og:image'
29+
value: images/1.jpg
30+
keyName: property
31+
relativeUrl: true
32+
- name: 'twitter:card'
33+
value: summary_large_image
34+
- name: 'twitter:title'
35+
value: Basic Rules For Walking In The Mountains
36+
- name: 'twitter:description'
37+
value: >-
38+
Hiking refers to difficult walking through dense forest, undergrowth, or
39+
bushes.
40+
- name: 'twitter:image'
41+
value: images/1.jpg
42+
relativeUrl: true
43+
layout: post
44+
---
45+
46+
![Hiking](/images/2.jpg)
47+
48+
In the United States, Canada, the Republic of Ireland, and United Kingdom, **hiking** refers to walking outdoors on a trail, or off trail, for recreational purposes. A day hike refers to a hike that can be completed in a single day. However, in the United Kingdom, the word walking is also used, as well as rambling, while walking in mountainous areas is called hillwalking. In Northern England, Including the Lake District and Yorkshire Dales, fellwalking describes hill or mountain walks, as fell is the common word for both features there.
49+
50+
Hiking can sometimes involves bushwhacking and hiking is sometimes referred to as such. This specifically refers to difficult walking through dense forest, undergrowth, or bushes, where forward progress requires pushing vegetation aside. In extreme cases of bushwhacking, where the vegetation is so dense that human passage is impeded, a machete is used to clear a pathway. The Australian term bushwalking refers to both on and off-trail hiking. Common terms for hiking used by [New Zealanders](https://en.wikipedia.org/wiki/New_Zealand) are tramping (particularly for overnight and longer trips), walking or bushwalking. Trekking is the preferred word used to describe multi-day hiking in the mountainous regions of India, Pakistan, Nepal, North America, South America, Iran and in the highlands of East Africa. Hiking a long-distance trail from end-to-end is also referred to as trekking and as thru-hiking in some places. In North America, multi-day hikes, usually with camping, are referred to as [backpacking](https://en.wikipedia.org/wiki/Backpacking_(wilderness)).
51+
52+
## Long Distance Hiking
53+
54+
Frequently nowadays long distance hikes (walking tours) are undertaken along long distance paths, including the National Trails in England and Wales, the National Trail System in the USA and The Grande Randonnée (France), Grote Routepaden, or Lange-afstand-wandelpaden (Holland), Grande Rota (Portugal), Gran Recorrido (Spain) is a network of long-distance footpaths in Europe, mostly in France, Belgium, the Netherlands and Spain. There are extensive networks in other European countries of long distance trails, as well as in Canada, Australia, New Zealand, Nepal, and to a lesser extent other Asiatic countries, like Turkey, Israel, and Jordan. In the Alps of Austria, Slovenia, Switzerland, Germany, France, and Italy walking tours are often made from 'hut-to-hut', using an extensive system of mountain huts.
55+
56+
In the late 20th-century there has been a proliferation of official and unofficial long distance routes, which mean that hikers now are more likely to refer to using a long distance way (Britain), trail (USA), The Grande Randonnée (France), etc., than setting out on a walking tour. Early examples of long distance paths, include the Appalachian Trail in the USA and the Pennine Way in Britain. Pilgrimage routes are now treated, by some walkers, as long distance routes, and the route taken by the British National Trail the North Downs Way closely follows that of the Pilgrims' Way to Canterbury. Hiking times can be estimated by Naismith's rule or Tobler's hiking function.
57+
58+
## Equipment
59+
60+
The equipment required for hiking depends on the length of the hike, but day hikers generally carry at least water, food, a map, and rain-proof gear. Hikers usually wear sturdy hiking boots for mountain walking and backpacking, as protection from the rough terrain, as well as providing increased stability. The Mountaineers club recommends a list of "Ten Essentials" equipment for hiking, including a compass, sunglasses, sunscreen, a flashlight, a first aid kit, a fire starter, and a knife. Other groups recommend items such as hat, gloves, insect repellent, and an emergency blanket. A GPS navigation device can also be helpful and route cards may be used as a guide.
61+
62+
> Returning home is the most difficult part of long-distance hiking; You have grown outside the puzzle and your piece no longer fits. ― Cindy Ross
63+
64+
Proponents of ultralight backpacking argue that long lists of required items for multi-day hikes increases pack weight, and hence fatigue and the chance of injury. Instead, they recommend reducing pack weight, in order to make hiking long distances easier. Even the use of hiking boots on long-distances hikes is controversial among ultralight hikers, because of their weight.
65+
66+
## Environmental Impact
67+
68+
Natural environments are often fragile, and may be accidentally damaged, especially when a large number of hikers are involved. For example, years of gathering wood can strip an alpine area of valuable nutrients. and some species, such as martens or bighorn sheep, are very sensitive to the presence of humans, especially around mating season. Generally, protected areas such as parks have regulations in place to protect the environment, so as to minimize such impact. Such regulations include banning wood fires, restricting camping to established camp sites, disposing or packing out faecal matter, and imposing a quota on the number of hikers. Many hikers espouse the philosophy of Leave No Trace, following strict practices on dealing with food waste, food packaging, and other impact on the environment.
69+
70+
Human waste is often a major source of environmental impact from hiking, and can contaminate the watershed and make other hikers ill. 'Catholes' dug 10 to 25 cm (4 to 10 inches) deep, depending on local soil composition and covered after use, at least 60 m (200 feet) away from water sources and trails, are recommended to reduce the risk of bacterial contamination. [Source](https://en.wikipedia.org/wiki/Hiking)

0 commit comments

Comments
 (0)