Make the blog the default page #4437
Answered
by
squidfunk
Techbrunch
asked this question in
Q&A
-
Hello, How I can make the blog the default page ? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Oct 2, 2022
Replies: 1 comment 3 replies
-
In order to build a standalone blog, set plugins:
- blog:
blog_dir: .
I recommend reading this blog post which provides step-by-step instructions how to set up a standalone blog. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Techbrunch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to build a standalone blog, set
blog_dir
to.
:I recommend reading this blog post which provides step-by-step instructions how to set up a standalone blog.