Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x64-mingw-ucrt)
ffi (1.17.1-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (3.25.7-arm64-darwin)
google-protobuf (3.25.7-x64-mingw-ucrt)
google-protobuf (3.25.7-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.7)
Expand Down Expand Up @@ -71,18 +73,20 @@ GEM
rexml (3.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x64-mingw-ucrt)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.1)

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
Expand Down
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ url: https://prometheus-swarm.github.io
nav_enabled: true
baseurl: ""
permalink: pretty
color_scheme: "prometheus"
logo: "/assets/images/logo.svg"
favicon_ico: "/assets/images/favicon.svg"

defaults:
- scope:
Expand Down
6 changes: 6 additions & 0 deletions _sass/color_schemes/prometheus.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import "./color_schemes/dark";
@import "../custom/setup.scss";

$link-color: $white;
$body-background-color: $black;
$sidebar-color: $black;
16 changes: 16 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@import "./setup.scss";
.search-label {
.search-icon {
color: $orange;
}
}

.side-bar {
.site-header{
.site-title {
font-weight: 300;
line-height: 1.93419rem; /* 128.947% */
letter-spacing: -0.03rem;
}
}
}
2 changes: 2 additions & 0 deletions _sass/custom/setup.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$black: #030304;
$orange: #FE4816;
3 changes: 3 additions & 0 deletions assets/images/favicon.ico
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4.79213 6.60393C4.79213 6.00037 4.79213 5.39616 4.79213 4.79213C4.79213 4.23985 5.23985 3.79213 5.79213 3.79213H6.58427C7.13655 3.79213 7.58427 3.34442 7.58427 2.79213V2C7.58427 1.44771 8.03198 1 8.58427 1H9.39607C9.94835 1 10.3961 1.44772 10.3961 2V2.79214C10.3961 3.34442 10.8438 3.79213 11.3961 3.79213H12.1882C12.7405 3.79213 13.1882 4.23985 13.1882 4.79213V11.1882C13.1882 11.7405 12.7405 12.1882 12.1882 12.1882H8.58427C8.03199 12.1882 7.58427 12.6359 7.58427 13.1882V14C7.58427 14.5523 7.13655 15 6.58427 15H5.79213C5.23985 15 4.79213 14.5523 4.79213 14V13.1882C4.79213 12.6359 4.34442 12.1882 3.79213 12.1882H3C2.44771 12.1882 2 11.7405 2 11.1882V7.60393C2 7.05165 2.44772 6.60395 3 6.60403C3.59742 6.60411 4.19494 6.60419 4.79213 6.60393C4.79213 7.20113 4.79213 7.79864 4.79213 8.39607C4.79213 8.94835 5.23985 9.39607 5.79213 9.39607H9.39607C9.94835 9.39607 10.3961 8.94835 10.3961 8.39607V7.60435C10.3961 7.0519 9.9481 6.60413 9.39565 6.60412C7.86122 6.60412 6.32628 6.60296 4.79213 6.60393Z" fill="white"/>
</svg>
3 changes: 3 additions & 0 deletions assets/images/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.