Correct documentation - profile is the default view

This commit is contained in:
Nuno Coração
2022-09-30 22:52:56 +01:00
parent eff617159d
commit e4583e73a1
5 changed files with 24 additions and 22 deletions

View File

@@ -11,17 +11,9 @@ Blowfish provides a fully flexible homepage layout. There are two main templates
The layout of the homepage is controlled by the `homepage.layout` setting in the `params.toml` configuration file. Additionally, all layouts have the option to include a listing of [recent articles](#recent-articles).
## Page layout
The default layout is the page layout. It's simply a normal content page that displays your Markdown content. It's great for static websites and provides a lot of flexibility.
![Screenshot of homepage layout](home-page.png)
To enable the page layout, set `homepage.layout = "page"` in the `params.toml` configuration file.
## Profile layout
The profile layout is great for personal websites and blogs. It puts the author's details front and centre by providing an image and links to social profiles.
The default layout is the profile layout, which is great for personal websites and blogs. It puts the author's details front and centre by providing an image and links to social profiles.
![Screenshot of profile layout](home-profile.png)
@@ -31,6 +23,16 @@ Additionally, any Markdown content that is provided in the homepage content will
To enable the profile layout, set `homepage.layout = "profile"` in the `params.toml` configuration file.
## Page layout
The page layout is simply a normal content page that displays your Markdown content. It's great for static websites and provides a lot of flexibility.
![Screenshot of homepage layout](home-page.png)
To enable the page layout, set `homepage.layout = "page"` in the `params.toml` configuration file.
## Custom layout
If the built-in homepage layouts aren't sufficient for your needs, you have the option to provide your own custom layout. This allows you to have total control over the page content and essentially gives you a blank slate to work with.