Commit Graph

7 Commits

Author SHA1 Message Date
Tim Bannister 394a0d9769
Use Docsy variable name for blue
As blue is our site's primary color, use the Docsy variable for that.
2024-10-12 13:43:36 +01:00
Tim Bannister 076ae4a2d4
Move variable definitions to match Docsy
Put the variable definitions for SCSS where Docsy says they belong.
2024-10-06 19:21:19 +01:00
Tim Bannister afdc6ddcc2
Move style override to correct file
If you want to override Docsy's styles, you should do that from
_styles_project.scss not _variables_project.scss

Fix the mixup.
2024-10-06 18:40:36 +01:00
Tim Bannister 724698d793 Use right shade of blue
Use the shade of blue specified in k/kubenetes.
Per https://github.com/kubernetes/kubernetes/blob/1dc30bf/logo/colors.md
the RGB blue color is #326CE5.

Use that.
2024-05-07 00:36:28 +01:00
Karen Bradshaw be9e8e9ad8 update tooltip styling to bootstrap 2020-10-05 12:05:02 -04:00
Karen Bradshaw 71303db06b use docsy page edit/issue setup
setting feedback buttons, primary color setting

update i18n with issue string

remove local edit page string
2020-09-03 16:35:56 -04:00
Aidan Ranney 0625ced466
Revise the Kubernetes website to use Docsy (#20874)
* Add Docsy, required packages and config

* Apply Docsy integration work to k8s website

This encompasses significant changes to the style system, layout files,
as well as changes to some of the static assets. To examine this work
and the iterations that were performed, the original repository can be
found at https://github.com/gearbox-built/kubernetes-hugo.git

* Address issues found in review

The styling and positioning of the header, footer, some shortcodes and
main container elements are improved. A new partial is added for
favicons. The sidebars, as well as inner table of contents, have been
altered for better positioning and rendering of content. Localization
has also been addressed.

* Enable announcements

The recent Black Lives Matter announcement surfaced issues which have
been addressed.
2020-06-15 12:09:57 -07:00