Intro

  • We’ll be using yml/yaml format for all examples down below, I recommend using yml over toml as it is easier to read.

  • You can find any YML to TOML converters if necessary.


Assets (js/css)

The following is enabled by default


Default Theme light/dark/auto

params:
     # defaultTheme: light
     # defaultTheme: dark
@@ -19,7 +19,7 @@
 summary: archives
 ---
 
-

Note: Archives Layout does not support Multilingual Month Translations.

ex: archives.md


Regular Mode (default-mode)

regular


Home-Info Mode

homeinfo

Use 1st entry as some Information

add following to config file

params:
+

Note: Archives Layout does not support Multilingual Month Translations.

ex: archives.md


Regular Mode (default-mode)

regular


Home-Info Mode

homeinfo

Use 1st entry as some Information

add following to config file

params:
     homeInfoParams:
         Title: Hi there wave
         Content: Can be Info, links, about...
@@ -29,7 +29,7 @@
             url: "<link>"
         - name: "<platform 2>"
             url: "<link2>"
-

ex. config.yml#L106


Profile Mode

profile

Shows Index/Home page as Full Page with Social Links and Image

add following to config file

params:
+

ex. config.yml#L106


Profile Mode

profile

Shows Index/Home page as Full Page with Social Links and Image

add following to config file

params:
     profileMode:
         enabled: true
         title: "<Title>" # optional default will be site title