Sha256: 55f67dbf5f5f30677f1fcd3745736735624a0278127197f483deec714041def8
Contents?: true
Size: 646 Bytes
Versions: 24
Compression:
Stored size: 646 Bytes
Contents
# Use this to configure puffer pages PufferPages.setup do |config| # Every pufer page has some page_parts, so the default page part # that renders by {% yield %} tag without any param has default # name `body`, but you can change it to `main` for example. # config.primary_page_part_name = 'main' # By default every page has location looks like `/about`, # `/about/team/`, `/about/team/richard`. # You can set this options and page location will be equal to # slug and have only one section, ex. `/about`, `/team`, # `/richard`. In this case every page should have unique slug. # config.single_section_page_path = true end
Version data entries
24 entries across 12 versions & 1 rubygems