Skip to content

Commit 90cd1d5

Browse files
committed
update
1 parent afdfa43 commit 90cd1d5

122 files changed

Lines changed: 16241 additions & 0 deletions

File tree

Some content is hidden

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

purple-spider-1f120/README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# ✨ purple-spider ✨
2+
3+
<img src="https://themes.stackbit.com/images/personal-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/stackbit-theme-personal&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/stackbit-theme-podcaster&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Streaming media and podcasts</a></li>
13+
<li><a href="https://app.stackbit.com/create?theme=https://github.com/stackbit/stackbit-theme-fresh&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">A personal theme with a blog</a></li>
14+
<li><a href="https://app.stackbit.com/create?theme=https://github.com/stackbit/stackbit-theme-agency&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Showcase of agency work</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=datocms&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Dato CMS</a></li>
22+
<li><a href="https://app.stackbit.com/create?cms=sanity&utm_source=project-readme&utm_medium=referral&utm_campaign=user_themes">Sanity</a></li>
23+
<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>
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-03-05T08:52:17.362Z` by Stackbit version `0.3.50`.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id: news
2+
title: News
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"title": "Stackbit Personal Theme",
3+
"path_prefix": "/",
4+
"layout_type": "boxed",
5+
"style": "classic",
6+
"palette": "red",
7+
"mode": "light",
8+
"base_font": "serif",
9+
"header": {
10+
"title": "Personal Theme",
11+
"logo": "images/logo.svg",
12+
"logo_alt": "Alyvia logo",
13+
"has_primary_nav": true,
14+
"primary_nav_links": [
15+
{
16+
"label": "FAQ",
17+
"url": "/faq",
18+
"style": "link"
19+
},
20+
{
21+
"label": "About",
22+
"url": "/about",
23+
"style": "link"
24+
},
25+
{
26+
"label": "Contact me",
27+
"url": "/contact",
28+
"style": "link"
29+
}
30+
],
31+
"has_secondary_nav": false,
32+
"has_anncmnt": false
33+
},
34+
"footer": {
35+
"logo": "images/logo.svg",
36+
"logo_alt": "Alyvia logo",
37+
"has_primary_nav": true,
38+
"primary_nav_links": [
39+
{
40+
"label": "About",
41+
"url": "/about",
42+
"style": "link"
43+
},
44+
{
45+
"label": "FAQ",
46+
"url": "/faq",
47+
"style": "link"
48+
},
49+
{
50+
"label": "Contact me",
51+
"url": "/contact",
52+
"style": "link"
53+
}
54+
],
55+
"has_secondary_nav": true,
56+
"secondary_nav_links": [
57+
{
58+
"label": "Style Guide",
59+
"url": "/style-guide",
60+
"style": "link"
61+
},
62+
{
63+
"label": "Terms & Conditions",
64+
"url": "/terms-conditions",
65+
"style": "link"
66+
},
67+
{
68+
"label": "Privacy Policy",
69+
"url": "/privacy-policy",
70+
"style": "link"
71+
}
72+
],
73+
"has_social": true,
74+
"social_links": [
75+
{
76+
"label": "Twitter",
77+
"url": "https://twitter.com/",
78+
"style": "link",
79+
"has_icon": true,
80+
"icon": "twitter",
81+
"icon_position": "center",
82+
"new_window": true
83+
},
84+
{
85+
"label": "Facebook",
86+
"url": "https://www.facebook.com/",
87+
"style": "link",
88+
"has_icon": true,
89+
"icon": "facebook",
90+
"icon_position": "center",
91+
"new_window": true
92+
},
93+
{
94+
"label": "Instagram",
95+
"url": "https://www.instagram.com/",
96+
"style": "link",
97+
"has_icon": true,
98+
"icon": "instagram",
99+
"icon_position": "center",
100+
"new_window": true
101+
},
102+
{
103+
"label": "LinkedIn",
104+
"url": "https://www.linkedin.com/",
105+
"style": "link",
106+
"has_icon": true,
107+
"icon": "linkedin",
108+
"icon_position": "center",
109+
"new_window": true
110+
}
111+
],
112+
"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=personal&utm_source=deployed-footer\" target=\"_blank\" rel=\"noopener\">now</a>"
113+
},
114+
"domain": "https://purple-spider-1f120.netlify.app"
115+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
id: tips
2+
title: Tips
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
id: alyvia-carr
2+
first_name: Alyvia
3+
last_name: Carr
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: About
3+
seo:
4+
title: About
5+
description: This is the about page
6+
extra:
7+
- name: 'og:type'
8+
value: website
9+
keyName: property
10+
- name: 'og:title'
11+
value: About
12+
keyName: property
13+
- name: 'og:description'
14+
value: This is the about page
15+
keyName: property
16+
- name: 'og:image'
17+
value: images/about.jpg
18+
keyName: property
19+
relativeUrl: true
20+
- name: 'twitter:card'
21+
value: summary_large_image
22+
- name: 'twitter:title'
23+
value: About
24+
- name: 'twitter:description'
25+
value: This is the about page
26+
- name: 'twitter:image'
27+
value: images/about.jpg
28+
relativeUrl: true
29+
layout: page
30+
---
31+
32+
![A woman using a laptop](/images/about.jpg)
33+
34+
The only thing I love more than writing is the process of meeting a new client and figuring out together what needs to be written. Working on a freelance consulting basis exposes me to many types of companies with varied goals and methodologies, and keeps me up to date with all marketing tools and platforms.
35+
36+
## Credentials
37+
38+
I have a BA in English Literature and an MBA in Marketing from the University of California. I am also a certified campaign manager in all the major PPC platforms, and a staff writer in several industry publications.
39+
40+
My 20 years of experience have taught me to effectively identify the audience for which I write, and explain complex concepts in a friendly and non-intimidating way.
41+
42+
43+
44+
## Writing for Action
45+
46+
I believe that each and every piece of writing should inspire an action that is connected to a tangible business goal. I will work with you to define our content KPIs, understand how to properly track and measure them, and hit our goals by creating effective messaging across all of your digital assets.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: Contact
3+
sections:
4+
- type: hero_section
5+
title: Contact Me
6+
subtitle: Fill out the form below and I will get in touch within 1 business day.
7+
align: center
8+
padding_top: medium
9+
padding_bottom: medium
10+
background_color: none
11+
- type: form_section
12+
content: >-
13+
## Pricing
14+
15+
After a short onboarding call I will be able to provide you with ballpark
16+
pricing, followed by a detailed proposal once we discuss the details.
17+
18+
### Proposal
19+
20+
Your proposal will include several choices in terms of pricing structure
21+
and deliverable timeline.
22+
23+
### Terms
24+
25+
If at any point you'd like to cancel our project, you are required to
26+
provide a 30-day written notice, after which I will transfer all of your
27+
assets to you so you can use them anytime.
28+
content_align: left
29+
form_position: left
30+
form_width: fifty
31+
form_layout: stacked
32+
enable_card: true
33+
form_id: contact-form
34+
form_action: /thank-you
35+
form_fields:
36+
- input_type: text
37+
name: name
38+
label: Name
39+
default_value: Your name
40+
is_required: true
41+
- input_type: email
42+
name: email
43+
label: Email
44+
default_value: Your email address
45+
is_required: true
46+
- input_type: textarea
47+
name: message
48+
label: Message
49+
default_value: Your message
50+
- input_type: checkbox
51+
name: consent
52+
label: >-
53+
I understand that this form is storing my submitted information so I
54+
can be contacted.
55+
is_required: true
56+
submit_label: Send Message
57+
align_vert: top
58+
padding_top: medium
59+
padding_bottom: medium
60+
background_color: primary
61+
background_image: images/watercolor.png
62+
background_image_repeat: repeat
63+
background_image_size: contain
64+
background_image_opacity: 8
65+
seo:
66+
title: Contact
67+
description: This is the contact page
68+
extra:
69+
- name: 'og:type'
70+
value: website
71+
keyName: property
72+
- name: 'og:title'
73+
value: Contact
74+
keyName: property
75+
- name: 'og:description'
76+
value: This is the contact page
77+
keyName: property
78+
- name: 'twitter:card'
79+
value: summary
80+
- name: 'twitter:title'
81+
value: Contact
82+
- name: 'twitter:description'
83+
value: This is the contact page
84+
layout: advanced
85+
---

0 commit comments

Comments
 (0)