Deploying with exampleSite
Guide for deploying your site using PKB-theme's exampleSite as a template
Deploying with exampleSite The PKB-theme includes an exampleSite directory that serves as both a demo and a template for your own site.
Quick Start Copy exampleSite Contents
cp -r themes/PKB-theme/exampleSite/* . Update Configuration Edit config.toml:
baseURL = "https://your-username.github.io/your-site/" title = "Your Site Title" theme = "PKB-theme" Customize Content
Modify content in content/ directory Update images in static/ directory Adjust layouts in layouts/ if needed Directory Structure The exampleSite provides a complete structure: