Skip to content

No configuration seems to work #78

@nacnudus

Description

@nacnudus

In config.rb we had:

configure :build do
  set :http_prefix, '/data-community-tech-docs'
end

This works with bundle exec middleman server, but with bundle exec middleman build (which builds the site on GitHub Pages) it has no entries in the table of contents.

Removing it fixes the table of contents, but no CSS is found because it looks directly under alphagov.github.io instead of alphagov.github.io/data-community-tech-docs.

Setting activate :relative_assets instead fixes both the table of contents and the CSS, but none of the links works because they then link to a page directly under alphagov.github.io instead of alphagov.github.io/data-community-tech-docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions