Add GitLab UI-based Hugo theme
What does this MR do and why?
- Updates frontend build tools to pull GitLab UI assets into the theme directory
- Adds styling and and templates for our default page layout
- Copies over some FE linting customizations we have on
gitlab-docs
This should cover global elements that are not custom components (e.g, styling for headers and tables, but not tabs or menus). Custom components have individual issues for them later on in the project.
This MR should get the Hugo site looking mostly like our existing site, minus the fancier custom features.
Part 1 of 2 to close #4 (closed) (we'll customize codeblock styling and add the copy-to-clipboard feature in a separate MR)
Screenshots, screen recordings, or links to review app
These are pretty dramatic
Before | After |
---|---|
How to set up and validate locally
gitlab
, gitlab-runner
, etc), as it will remove existing copies that are in the same directory as gitlab-docs-hugo
.
Numbered steps to set up and validate the change are strongly suggested.
-
Check out this branch. -
Update dependencies: make setup
-
Grab fresh content clones: REMOVE_BEFORE_CLONE=true make clone-docs-projects
-
Run the dev site: make view
Merge request acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this merge request.