### Copy sample config to Hugo root Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/getting-start/configuration.md This command copies the sample configuration file from the theme's example site to the Hugo root directory. This allows users to quickly set up their site with a pre-configured setup. ```Bash $ cp themes/docdock/exampleSite/config.toml . ``` -------------------------------- ### Preview site locally Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/getting-start/configuration.md This command starts the Hugo server, allowing you to preview the site locally in your browser. The site will be available at http://localhost:1313. ```Bash $ hugo server ``` -------------------------------- ### Creating a new Hugo site Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/getting-start/installation.md This command initializes a new Hugo site in the current directory, creating the minimal required directory structure. ```Bash $ hugo new site . ``` -------------------------------- ### Initializing a Git repository Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/getting-start/installation.md This command initializes a new Git repository in the current directory, allowing you to track changes to your Hugo site. ```Bash $ git init ``` -------------------------------- ### Initializing and updating Git submodules Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/getting-start/installation.md These commands initialize and update the Git submodules in your Hugo site, ensuring that the DocDock theme is properly installed. ```Bash $ git submodule init $ git submodule update ``` -------------------------------- ### Button Shortcode Live Examples Source: https://github.com/mszturc/obsidian-advanced-slides/blob/main/docs/themes/docdock/exampleSite/content/shortcodes/button.md Live examples of the button shortcode with different themes and a link to google.com. These examples demonstrate the rendered output of the shortcode. ```html {{