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: content/articles/documentation/user-en-US.mdx
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,33 +7,39 @@ tags:
7
7
- Documentation
8
8
---
9
9
10
-
## Blog URL
10
+
## URL
11
11
Set the URL of your blog. This should be a fully qualified domain name (FQDN) pointing to your site.
12
12
13
-
## Blog Title
13
+
## Title
14
14
This is the main title of your blog. It is often shown in the browser title bar and used as the default title for bookmarks.
15
15
16
-
## Blog Description
16
+
## Description
17
17
Provide a brief description of your blog. This description often appears in search engine results.
18
18
19
19
## Author
20
20
Set the author's name. This will be used for meta.
21
21
22
-
## Typist
22
+
## Type Writer
23
23
Set the typist's text. This will appear in the front page typing component.
24
24
25
25
## Articles Per Load
26
26
Define the number of articles to load for each fetch. For example, if you want to load 5 articles each time you fetch more articles, set this to 5.
27
27
28
-
## Navigation Bar
29
-
Define your blog's navigation bar items, including the title of the navigation bar item and the href.
28
+
## Navigation
29
+
Define your blog's navigation items, including the title of the navigation item and the href.
30
+
31
+
## Header
32
+
Define the header component to use.
33
+
34
+
### Floating Header
35
+
Header will always float at top.
30
36
31
37
## Background Image
32
-
Define the background image for your blog.
38
+
Define the background image component for your blog.
33
39
34
-
### APIBackgroundImage
40
+
### API Background Image
35
41
If you choose the "APIBackgroundImage" option, you need to provide the URL and filter type (grid, dot, none).
36
-
-_`url`_: Set the URL for the background image.
42
+
-_`url`_: Set the URL for the background image. If not set, it will use local image api. Local images are at _`/public/image-api`_.
37
43
-_`filter`_: Choose the filter for the background image. Available options are 'grid', 'dot', 'none'.
38
44
39
45
## Hero
@@ -59,13 +65,13 @@ For an image logo, you need to provide an _`image_path`_.
59
65
60
66
-_`image_path`_: Set the path of the image. If the logo image is in the public folder, the path should be "/logo.png". Make sure that the image exists at the specified path in your project.
61
67
62
-
## Social Media Links
68
+
## Social
63
69
Set the social media links that will appear in the front page landing screen. For each social media link, define the title, icon, and href.
64
70
65
-
## Theme Colors
71
+
## Colors
66
72
Define the color scheme for your blog. You can set the _`primary_color`_, _`secondary_color`_, and _`accent_color`_ for both light and dark modes.
67
73
68
-
## Comment Component
74
+
## Comment
69
75
Configure the comment component which will appear under each article. You have the option to use "GiscusComment". Check [https://giscus.app/](https://giscus.app/) on how to use it.
0 commit comments