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
This file is left intentionally empty by default to be backwards compatible with the initial theme setup.
7
+
8
+
Although the theme has advanced a little bit and it now allows to specify the content on the main page (even if the list of posts/articles is not intended).
9
+
This can be:
10
+
- with the list of posts/articles (default: `mainSections = ["post"]) or
11
+
- without the list of posts/articles (by setting `mainSections = [""]`)
12
+
13
+
Markdown supported, ie:
14
+
15
+
```
16
+
# Welcome
17
+
18
+
- Hugo :rocket:
19
+
- Hugo theme :rocket:
20
+
21
+
Don't forget to check the README.md file!
22
+
```
23
+
24
+
Remember that you can also specify a section header for the posts below by configuring the `mainSectionsTitle` parameter in the front matter of this file.
Copy file name to clipboardExpand all lines: content/posts/getting-started/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,6 @@ I followed this pretty easy and straightforward [guide](https://www.freecodecamp
14
14
15
15
Over the next days I will add some new content and finalize the blog setup.
16
16
17
-
Feel free to subscribe my [RSS-Feed](index.xml) or connect via [LinkedIn](https://linkedin.com/in/Till%20Spindler) or [GitHub](https://github.com/Spindev).
17
+
Feel free to subscribe my [RSS-Feed](/index.xml) or connect via [LinkedIn](https://linkedin.com/in/Till%20Spindler) or [GitHub](https://github.com/Spindev).
0 commit comments