Verified Commit 7d0c4bc7 authored by TECHNOFAB's avatar TECHNOFAB 🐈
Browse files

docs: add custom css and site_url for sitemap

parent bfdd94e3
Loading
Loading
Loading
Loading
Loading

docs/style.css

0 → 100644
+14 −0
Original line number Diff line number Diff line
.md-header__button.md-logo {
  margin: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

[dir="ltr"] .md-header__title {
  margin-left: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 2rem;
}
+2 −0
Original line number Diff line number Diff line
@@ -38,8 +38,10 @@ in
      };
      config = {
        site_name = "Devshell";
        site_url = "https://devshell.rensa.projects.tf";
        repo_name = "rensa-nix/devshell";
        repo_url = "https://gitlab.com/rensa-nix/devshell";
        extra_css = ["style.css"];
        theme = {
          logo = "images/logo.svg";
          icon.repo = "simple/gitlab";