-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c6a4da
commit 9fbb94f
Showing
15 changed files
with
419 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,2 @@ | ||
.* | ||
/* | ||
!/content | ||
/content/* | ||
!/content/en | ||
/content/en/* | ||
|
||
!/content/en/docs | ||
/content/en/docs/* | ||
!/content/en/docs/_index.md | ||
|
||
!/content/en/docs/adding-content | ||
/content/en/docs/adding-content/* | ||
|
||
!/content/en/docs/adding-content/lookandfeel.md | ||
/themes | ||
/layouts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
/* Updated color scheme to match the background image */ | ||
|
||
$in-toto-colors: ( | ||
'orange': #ed4b27, // Keep existing | ||
'orange-light': #f47a39, // Keep existing | ||
'blue': #1b2838, // Darker blue for better contrast | ||
'blue-light': #a3b5c8, // Lighter blue for accentss | ||
'orange': #ed4b27, | ||
// Keep existing | ||
'orange-light': #f47a39, | ||
// Keep existing | ||
'blue': #1b2838, | ||
// Darker blue for better contrast | ||
'blue-light': #a3b5c8, | ||
// Lighter blue for accentss | ||
); | ||
|
||
$primary: map-get($in-toto-colors, 'blue'); // Darker blue for primary elements | ||
$secondary: map-get($in-toto-colors, 'orange'); // Bright orange for secondary elements | ||
$primary: map-get($in-toto-colors, 'blue'); // Darker blue for primary elements | ||
$secondary: map-get( | ||
$in-toto-colors, | ||
'orange' | ||
); // Bright orange for secondary elements | ||
$td-enable-google-fonts: false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ cascade: | |
--- | ||
|
||
{{% community-lists %}} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.