Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • H handbook
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • handbook
  • Issues
  • #4
Closed
Open
Issue created Apr 13, 2020 by Administrator@rootOwner

Configure Custom Domain

The default pages path is {GROUP}.gitlab.io/{PROJECT} or {/SUBGROUP/PROJECT} but the template used here is expecting to run at the root of the site.

For the example, I setup https://handbook.brownfield.dev to have the content deployed there.

To use the gitlab.io domain, adjust the first line of config.toml to reflect your subgroup and project paths as required.

Change the existing configuration:

baseURL = "https://handbook.brownfield.dev/"

to something like

baseURL = "https://brownfield-dev.gitlab.io/remote/handbook"

or

baseURL = "https://group.gitlab.io/handbook"
Assignee
Assign to
Time tracking