commit - 90b1eaacbaab8a18ae48d6382cbe09d20492e67d
commit + 0901d53711288f62c40a4d386431792399722a7a
blob - e5005e080e16610e553682809c6ab3415ec78678 (mode 644)
blob + /dev/null
--- exampleSite/README.md
+++ /dev/null
-# Soul Theme Example Site
-
-This directory contains a minimal example site showing how to configure the Soul theme.
-
-## Running the Example
-
-From the theme root directory (`themes/soul/`):
-
-```bash
-hugo server --source=exampleSite --themesDir=../..
-```
-
-Or from this directory:
-
-```bash
-hugo server
-```
-
-## Configuration
-
-See `hugo.toml` for a complete configuration example showing all available parameters for the Soul theme.
-
-## Customization
-
-The Soul theme supports extensive customization through `hugo.toml` parameters:
-- Colors (background, accents, links, etc.)
-- Typography (font loading)
-- Layout (sidebar width, content width)
-- Navigation menu
-- Footer text
-
-Refer to the main [README.md](../README.md) for detailed documentation.