# This is the YAML configuration file for webgen used to set configuration options. # # The general syntax is: # # configuration.option.name: value # # For example, to set a different default language, you would do: # # website.lang: de # # Have a look at the documentation of the individual configuration options to see # the allowed format of the values. Since this is a YAML file, you can easily set # configuration options to strings, integers, dates, arrays, hashes and more. # # The available configuration options can be listed using the `webgen config` # command, for example: `webgen config sourcehandler` will list all options starting # with sourcehandler. website.lang: en website.link_to_current_page: false tag.langbar.show_single_lang: false tag.langbar.lang_names: {ar: العربية, bg: Български, ca: Català, cs: Česky, da: Dansk, de: Deutsch, el: Ελληνικά, en: English, eo: Esperanto, es: Español, et: Eesti, fi: Suomi, fr: Français, gl: Galego, hr: Hrvatski, hu: Magyar, it: Italiano, ku: Kurdî, mk: Mакедонски, nb: Norsk (bokmål), nl: Nederlands, nn: Norsk (nynorsk), pl: Polski, pt: Português, ro: Română, ru: Русский, sk: Slovenčina, sl: Slovenščina, sq: Shqip, sr: Srpski, sv: Svenska, tr: Türkçe, zh: 简体中文} tag.langbar.separator: '  
  •  ' tag.langbar.show_own_lang: true tag.menu.show_current_subtree_only: false tag.menu.nested: false # This makes webgen create "file.XX.html" also for the language chosen as # default. This is needed for apache content-negotiation to work also for # the default webgen language. sourcehandler.default_lang_in_output_path: true # This is required since webgen 0.5.11 to keep using the old "maruku" library # instead of the new default "kramdown" library; # see http://webgen.rubyforge.org/news/release_0_5_11.html default_processing_pipeline: Page: erb,tags,maruku,blocks,fragments # Copy files with extension XY to the output patterns: Copy: # add: [**/*/*.{svg,pl}] # add: [**/*.ico] # add: [**/robots.txt] add: ["**/*/*.svg", "**/*/*.pl", "**/robots.txt", "**/*/*/*.pm", "**/.htaccess"] # add: [**/*/*/*.pm] # add: [**/.htaccess]