Documentation
¶
Overview ¶
Package site provides Hugo-based static site generation for Starmap documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RootDir string // Root directory for the site (default: ./site)
ContentDir string // Content directory (default: ./docs)
BaseURL string // Base URL for the site
Theme string // Hugo theme to use (default: hugo-book)
}
Config holds website configuration.
Click to show internal directories.
Click to hide internal directories.