Skip to content

Commit 0bd4a4d

Browse files
feat: add empty starter + refactor layouts
1 parent f1e9c5f commit 0bd4a4d

File tree

160 files changed

+3405
-13519
lines changed

Some content is hidden

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

160 files changed

+3405
-13519
lines changed

.playground/app.config.ts

+70-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,71 @@
11
export default defineAppConfig({
2-
folio: {
3-
categories: [
4-
],
5-
authors: [
6-
7-
]
8-
}
9-
})
2+
stylo: {
3+
title: 'Stylô',
4+
header: {
5+
logo: {
6+
src: '/img/logo/logo.svg',
7+
alt: 'Stylô theme logo',
8+
},
9+
},
10+
footer: {
11+
action: {
12+
enabled: true,
13+
title: 'Subscribe to our Newsletter',
14+
text: 'Keep up with the latest news, updates and exclusive content by subscribing to our newsletter!',
15+
link: {
16+
href: '#',
17+
text: 'Subscribe',
18+
target: '',
19+
rel: '',
20+
},
21+
},
22+
logo: {
23+
src: '/img/logo/logo.svg',
24+
alt: 'Stylô theme logo',
25+
},
26+
copyright: {
27+
enabled: true,
28+
text: 'cssninja.io',
29+
href: 'https://cssninja.io',
30+
target: '_blank',
31+
rel: '',
32+
},
33+
links: [
34+
{
35+
href: '/',
36+
text: 'Home',
37+
target: '',
38+
rel: '',
39+
},
40+
{
41+
href: '/privacy',
42+
text: 'Privacy',
43+
target: '',
44+
rel: '',
45+
},
46+
{
47+
href: '/rss.xml',
48+
text: 'RSS Feed',
49+
target: '_blank',
50+
rel: '',
51+
}
52+
],
53+
social: [
54+
{
55+
title: 'Follow us on Twitter',
56+
icon: 'brandico:twitter',
57+
href: 'https://twitter.com/cssninjaStudio',
58+
target: '',
59+
rel: '',
60+
},
61+
{
62+
title: 'Star us on GitHub',
63+
icon: 'brandico:github',
64+
href: 'https://github.com/cssninjaStudio',
65+
target: '',
66+
rel: '',
67+
},
68+
],
69+
},
70+
},
71+
})

.playground/content/0.index.md

+30-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
---
22
layout: empty
33
title: 'Your go-to source for informative content'
4-
description: 'Welcome to Folio, where you can find informative, educational and professional articles on a wide range of subjects. From business and technology to lifestyle and culture, we have it all. Join us as we share our knowledge, insights and research with you.'
4+
description: 'Welcome to Stylô, where you can find informative, educational and professional articles on a wide range of subjects. From business and technology to lifestyle and culture, we have it all. Join us as we share our knowledge, insights and research with you.'
55

66
navigation:
77
title: 'Home'
88
---
99

10-
:blog-header
11-
10+
::articles
11+
---
12+
mode: wide
13+
limit: 3
14+
---
15+
::
1216

13-
::categories-featured
17+
::categories
18+
---
19+
filters:
20+
featured: true
21+
---
1422
#title
1523
Featured categories
1624

@@ -20,17 +28,23 @@ featured categories: your ultimate guide to exploring the subjects
2028
that matter to you
2129

2230
#links
23-
:::tag-link{to="/categories"}
31+
:::button-link{to="/categories"}
2432
All Categories
2533
:::
2634

27-
:::tag-link{to="#tags"}
35+
:::button-link{to="#tags"}
2836
All Tags
2937
:::
3038
::
3139

3240

33-
::articles-featured
41+
::articles
42+
---
43+
mode: grid
44+
limit: 4
45+
filters:
46+
featured: true
47+
---
3448
#title
3549
Featured posts
3650

@@ -40,7 +54,13 @@ featured posts section: your go-to destination for quality content
4054
::
4155

4256

43-
::authors-featured
57+
::authors
58+
---
59+
mode: grid
60+
limit: 5
61+
filters:
62+
featured: true
63+
---
4464
#title
4565
Featured authors
4666

@@ -58,14 +78,11 @@ Latest posts
5878
Stay informed with our latest posts: a curated selection of the freshest and most relevant content on our blog
5979

6080
#links
61-
:::tag-link{to="/blog"}
81+
:::button-link{to="/blog"}
6282
All Articles
6383
:::
6484

65-
:::tag-link{to="/categories"}
85+
:::button-link{to="/categories"}
6686
All Categories
6787
:::
6888
::
69-
70-
:form-subscribe
71-

.playground/content/1.blog/0.index.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
layout: empty
3-
title: Blog
4-
---
5-
6-
::articles-nested
7-
#title
8-
All Posts
2+
layout: list-articles
3+
title: All Posts
4+
description: >
5+
Stay up-to-date with the most engaging and thought-provoking articles in
6+
our articles section: your go-to destination for quality content
7+
links:
8+
- text: All Categories
9+
href: /categories
10+
- text: All Authors
11+
href: /authors
912

10-
#subtitle
11-
Stay up-to-date with the most engaging and thought-provoking articles in our articles section: your go-to destination for quality content
12-
::
13+
navigation:
14+
title: Blog
15+
---

.playground/content/1.blog/2022-07-16-setting-up-a-nuxt-project.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Setting a Nuxt based markdown content project using the latest Nuxt 3 release
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/clark-smith
66
publishDate: 2022-07-16T00:00:00.000Z
77
featured: true
88
image: /img/posts/18.png
9-
cover: /img/posts/18.png
9+
cover:
10+
src: /img/posts/18.png
1011
category: /categories/engineering
1112
tags:
1213
- development

.playground/content/1.blog/2022-07-24-playing-video-games.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Playing video games can drastically improve your mental health recovery
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/frieda-weinberg
66
publishDate: 2022-07-24T00:00:00.000Z
77
featured: false
88
image: /img/posts/17.png
9-
cover: /img/posts/17.png
9+
cover:
10+
src: /img/posts/17.png
1011
category: /categories/lifestyle
1112
tags:
1213
- lifestyle

.playground/content/1.blog/2022-07-26-setting-an-artistic-direction.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: 8 tips you need to know when setting up branding and art direction for a customer
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/wallace-knolder
66
publishDate: 2022-07-26T00:00:00.000Z
77
featured: false
88
image: /img/posts/15.png
9-
cover: /img/posts/15.png
9+
cover:
10+
src: /img/posts/15.png
1011
category: /categories/tutorials
1112
tags:
1213
- ui & ux

.playground/content/1.blog/2022-07-29-should-worry-for-a-tatoo.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Should you worry if you are heavily tatooed and wondering about your next job interview
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/irina-kropova
66
publishDate: 2022-07-29T00:00:00.000Z
77
featured: true
88
image: /img/posts/14.png
9-
cover: /img/posts/14.png
9+
cover:
10+
src: /img/posts/14.png
1011
category: /categories/tutorials
1112
tags:
1213
- lifestyle

.playground/content/1.blog/2022-08-09-micro-service-architectures.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Modern web development and micro service based architectures
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/clark-smith
66
publishDate: 2022-08-09T00:00:00.000Z
77
featured: false
88
image: /img/posts/9.png
9-
cover: /img/posts/9.png
9+
cover:
10+
src: /img/posts/9.png
1011
category: /categories/engineering
1112
tags:
1213
- development

.playground/content/1.blog/2022-08-10-key-account-management.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: A few things you should know about key account management
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/alan-mitchells
66
publishDate: 2022-08-10T00:00:00.000Z
77
featured: false
88
image: /img/posts/8.png
9-
cover: /img/posts/8.png
9+
cover:
10+
src: /img/posts/8.png
1011
category: /categories/coaching
1112
tags:
1213
- account

.playground/content/1.blog/2022-08-15-how-to-write-a-business-proposal.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: How to write a business proposal that will reach your customer and win the project
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/alan-mitchells
66
publishDate: 2022-08-15T00:00:00.000Z
77
featured: false
88
image: /img/posts/13.png
9-
cover: /img/posts/13.png
9+
cover:
10+
src: /img/posts/13.png
1011
category: /categories/tutorials
1112
tags:
1213
- startups

.playground/content/1.blog/2022-08-19-startup-ecosystem-analysis.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: A deep dive in business analysis of the startup ecosystem
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/harold-miller
66
publishDate: 2022-08-19T00:00:00.000Z
77
featured: true
88
image: /img/posts/12.png
9-
cover: /img/posts/12.png
9+
cover:
10+
src: /img/posts/12.png
1011
category: /categories/business
1112
tags:
1213
- business

.playground/content/1.blog/2022-08-20-ways-to-improve-productivity.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: 8 things that will help you increase your productivity
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/maya-piretti
66
publishDate: 2022-08-28T00:00:00.000Z
77
featured: false
88
image: /img/posts/3.png
9-
cover: /img/posts/3.png
9+
cover:
10+
src: /img/posts/3.png
1011
category: /categories/coaching
1112
tags:
1213
- productivity

.playground/content/1.blog/2022-08-21-managing-employees-relations.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Managing relations between employees in small startups and business
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/clarissa-stokes
66
publishDate: 2022-08-28T00:00:00.000Z
77
featured: false
88
image: /img/posts/1.png
9-
cover: /img/posts/1.png
9+
cover:
10+
src: /img/posts/1.png
1011
category: /categories/human-resources
1112
tags:
1213
- startups

.playground/content/1.blog/2022-08-23-personal-development-and-confidence.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Personal Development and Confidence in Business Environments
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/irina-kropova
66
publishDate: 2022-08-28T00:00:00.000Z
77
image: /img/posts/4.png
8-
cover: /img/posts/4.png
8+
cover:
9+
src: /img/posts/4.png
910
category: /categories/coaching
1011
tags:
1112
- personal

.playground/content/1.blog/2022-08-27-exploring-ecommerce-ux-patterns.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
layout: blog-post
2+
layout: article
33
title: Exploring UX Patterns in Ecommerce websites and applications
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Et nemo nimium beatus est; Idemne, quod iucunde? Duo Reges constructio interrete. At iamdecimum annum in spelunca iacet.
55
author: /authors/maya-piretti
66
publishDate: 2022-08-27T00:00:00.000Z
77
featured: true
88
image: /img/posts/6.png
9-
cover: /img/posts/6.png
9+
cover:
10+
src: /img/posts/6.png
1011
category: /categories/ux-design
1112
tags:
1213
- ui & ux

0 commit comments

Comments
 (0)