Skip to main content
On this page

Site Information

Deca provides various customization options to adjust theme appearance and behavior.

Basic

Basic site configuration:

title = 'My Website'
description = 'Website description'
languageCode = 'en-US'

Logo Configuration

Configure site logo:

[params.header.logo]
  light = "images/logo.png"
  dark = "images/logo-dark.png"
  alt = "Website Logo"
  text = "Website Name"

Add social media links:

[[params.header.social]]
  name = "GitHub"
  url = "https://github.com/username"
  icon = '<svg>...</svg>'

Customize footer content:

[params.footer]
  description = "Website description"
  copyright = "© 2024 My Website"

Home Page Settings

Deca provides configurable homepage themes. For detailed settings, refer to Homepage Layout Parameters.