Using blog plugin as home page #6590
-
I would like my blog index page to be the index page of my site. How can I do that? I thought plugins: Would work but that gives an exception. Am i on the right track? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @pitosalas, |
Beta Was this translation helpful? Give feedback.
-
Thanks, that was the clue I needed. I had a problem with the indentation. The issue can be closed. Pito Salas Computer ScienceBrandeis Univeristy On Jan 4, 2024, at 2:31 AM, Kamil Krzyśków ***@***.***> wrote:
Hello @pitosalas,
what exception is given? The blog_dir option needs to be properly indented, also as you're changing the base path from blog to . you need to also move all of the docs/blog files into docs/ one level higher.
You can refer to this answer with an example if needed #6430 (comment)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hello @pitosalas,
what exception is given? The
blog_dir
option needs to be properly indented, also as you're changing the base path fromblog
to.
you need to also move all of thedocs/blog
files intodocs/
one level higher.You can refer to this answer with an example if needed #6430 (comment)