You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/example-post-1.mdx
+19-35Lines changed: 19 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
---
2
2
type: Post
3
3
title: Next.js Blog Theme Style Guide
4
-
description: "A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements."
4
+
description: >-
5
+
A style guide for a website is a set of design standards that define the look,
6
+
feel, and behavior of a digital product, ensuring consistency and cohesion
7
+
across all pages and elements.
5
8
date: '2024-11-06'
6
9
---
7
10
8
-
A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements. It typically includes guidelines for colors, typography, spacing, buttons, icons, and imagery, as well as instructions on voice and tone for content.
11
+
A style guide for a website is a set of design standards that define the look, feel, and behavior of a digital product, ensuring consistency and cohesion across all pages and elements. It typically includes guidelines for colors, typography, spacing, buttons, icons, and imagery, as well as instructions on voice and tone for content.
9
12
10
13
# h1 Heading
11
14
@@ -21,18 +24,17 @@ A style guide for a website is a set of design standards that define the look, f
21
24
22
25
## Horizontal Rules
23
26
24
-
---
25
-
27
+
***
26
28
27
29
## Emphasis
28
30
29
31
**This is bold text**
30
32
31
33
**This is bold text**
32
34
33
-
_This is italic text_
35
+
*This is italic text*
34
36
35
-
_This is italic text_
37
+
*This is italic text*
36
38
37
39
~~Strikethrough~~
38
40
@@ -48,43 +50,24 @@ _This is italic text_
48
50
49
51
Unordered
50
52
51
-
- Create a list by starting a line with `+`, `-`, or `*`
52
-
- Sub-lists are made by indenting 2 spaces:
53
-
- Marker character change forces new list start:
54
-
- Ac tristique libero volutpat at
55
-
* Facilisis in pretium nisl aliquet
56
-
- Nulla volutpat aliquam velit
57
-
- Very easy!
53
+
* Lorem ipsum dolor sit amet
54
+
* Consectetur adipiscing elit
55
+
* Integer molestie lorem at massa
58
56
59
57
Ordered
60
58
61
-
1. Lorem ipsum dolor sit amet
62
-
2. Consectetur adipiscing elit
63
-
3. Integer molestie lorem at massa
64
-
65
-
4. You can use sequential numbers...
66
-
5. ...or keep all the numbers as `1.`
67
-
68
-
Start numbering with offset:
69
-
70
-
57. foo
71
-
1. bar
59
+
1. Lorem ipsum dolor sit amet
60
+
2. Consectetur adipiscing elit
61
+
3. Integer molestie lorem at massa
72
62
73
63
## Code
74
64
75
65
Inline `code`
76
66
77
-
Indented code
78
-
79
-
// Some comments
80
-
line 1 of code
81
-
line 2 of code
82
-
line 3 of code
83
-
84
-
Block code "fences"
67
+
Block code
85
68
86
69
```
87
-
Sample text here...
70
+
npm install netlify-cli -g
88
71
```
89
72
90
73
Syntax highlighting
@@ -115,5 +98,6 @@ Right aligned columns
115
98
116
99
## Links
117
100
118
-
-[Next.js on Netlify](https://docs.netlify.com/frameworks/next-js/overview/)
119
-
-[Use Visual Editor with Next.js](https://docs.netlify.com/visual-editor/frameworks/next/)
101
+
*[Next.js on Netlify](https://docs.netlify.com/frameworks/next-js/overview/)
102
+
*[Use Visual Editor with Next.js](https://docs.netlify.com/visual-editor/frameworks/next/)
0 commit comments