Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content34
-rw-r--r--exampleSite/resources/_gen/assets/scss/sass/menu.scss_11ec87c0e45b1a85c098a07257dc0c80.content12
-rw-r--r--netlify.toml2
3 files changed, 24 insertions, 24 deletions
diff --git a/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content b/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
index 1f337b1..89d45bd 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/main.scss_9fd32d87d247ca96761d3cae485087fe.content
@@ -3,9 +3,9 @@ body {
font-family: "Montserrat",sans-serif;
font-weight: 400;
line-height: 1.5;
- color: #3d3d3d; }
+ color: #615f05; }
body a {
- color: #f76969;
+ color: #fffc4d;
text-decoration: none;
background-color: transparent; }
body header {
@@ -17,7 +17,7 @@ body {
flex-wrap: nowrap;
justify-content: space-between;
align-items: stretch;
- color: #8a8a8a; }
+ color: #f2ee0d; }
body header .logo {
display: flex;
flex-direction: row;
@@ -57,7 +57,7 @@ body {
font-size: 1.5rem;
margin-right: 0.5rem; }
body header nav.shortcuts li a {
- color: #8a8a8a;
+ color: #f2ee0d;
padding: 0 1rem;
font-weight: bold;
font-size: 90%; }
@@ -81,8 +81,8 @@ body {
letter-spacing: -1px;
display: block;
margin-bottom: 14px;
- border-bottom: 1px dotted #d09090;
- color: #646363;
+ border-bottom: 1px dotted #fffc4d;
+ color: #aaa709;
font-variant: small-caps; }
body article section.right-menu .TableOfContents nav > ul {
padding: 0px 0px 0px 0px;
@@ -90,7 +90,7 @@ body {
body article section.right-menu .TableOfContents nav > ul ul {
padding: 0px 0px 0px 14px;
margin: 0px 0px 0px 0px;
- border-left: 1px solid #d09090; }
+ border-left: 1px solid #fffc4d; }
body article section.right-menu .TableOfContents nav > ul ul li {
font-size: 90%; }
body article section.right-menu .TableOfContents ul {
@@ -119,11 +119,11 @@ article section.page #breadcrumb {
display: inline-block;
padding-right: .5rem;
padding-left: .5rem;
- color: #3d3d3d;
+ color: #615f05;
content: "⊸"; }
article section.page #breadcrumb ol li a {
- color: #3d3d3d;
- border-bottom: 1px solid #8a8a8a;
+ color: #615f05;
+ border-bottom: 1px solid #f2ee0d;
padding-bottom: 2px;
padding-right: 0px; }
article section.page #breadcrumb ol li.active:after {
@@ -145,17 +145,17 @@ article section.page nav.subpages {
min-width: 50px; }
article section.page nav.subpages li a {
font-size: 90%;
- color: #d88888; }
+ color: #fffc4d; }
article section.page nav.subpages li:not(:first-child):before {
display: inline-block;
padding-right: .75rem;
- color: #c89898;
+ color: #fffc4d;
content: "|"; }
article section.page nav.subpages li.active {
font-weight: bold; }
article section.page nav.subpages li:first-child:before {
content: "└ ";
- color: #c89898; }
+ color: #fffc4d; }
article section.page div.chevrons {
margin-top: 3rem;
@@ -198,7 +198,7 @@ article section.page {
article section.page h1:first-of-type {
font-size: 2.6rem;
margin-top: 3rem !important;
- color: #646363;
+ color: #aaa709;
margin-bottom: 0px;
line-height: 1.05;
letter-spacing: -.05em;
@@ -209,7 +209,7 @@ article section.page {
article section.page h1:first-of-type span:before {
padding-left: .75rem;
padding-right: .75rem;
- color: #646363;
+ color: #aaa709;
content: "⊷"; }
article section.page div.content {
@@ -220,11 +220,11 @@ article section.page div.content {
top: -7rem;
visibility: hidden; }
article section.page div.content a {
- color: #f76969;
+ color: #fffc4d;
font-weight: 500;
text-decoration: underline; }
article section.page div.content h1 {
- color: #8a8a8a;
+ color: #f2ee0d;
font-size: 30px;
font-variant-ligatures: none;
font-weight: 700;
diff --git a/exampleSite/resources/_gen/assets/scss/sass/menu.scss_11ec87c0e45b1a85c098a07257dc0c80.content b/exampleSite/resources/_gen/assets/scss/sass/menu.scss_11ec87c0e45b1a85c098a07257dc0c80.content
index 190a874..2afd354 100644
--- a/exampleSite/resources/_gen/assets/scss/sass/menu.scss_11ec87c0e45b1a85c098a07257dc0c80.content
+++ b/exampleSite/resources/_gen/assets/scss/sass/menu.scss_11ec87c0e45b1a85c098a07257dc0c80.content
@@ -1,7 +1,7 @@
article > aside {
/*background-color: $c_light3;*/
- background-color: rgba(176, 176, 176, 0.1);
- background-color: white;
+ background-color: rgba(124, 106, 118, 0.1);
+ background-color: #f3f1f3;
padding: 2rem 0rem 1rem 0rem; }
article > aside .menu {
list-style-type: none;
@@ -24,7 +24,7 @@ article > aside {
font-size: 14px;
/*color: rgb(110, 119, 122);*/
/*color:$color_main;*/
- color: #a1a1a1; }
+ color: #6b5b66; }
article > aside .menu .dd-item ul {
padding-inline-start: 0px; }
article > aside .menu .dd-item li {
@@ -34,17 +34,17 @@ article > aside {
article > aside .menu .dd-item.parent > ul {
display: block; }
article > aside .menu .dd-item.active {
- background-color: rgba(176, 176, 176, 0.1); }
+ background-color: rgba(124, 106, 118, 0.1); }
article > aside .menu .dd-item.active.haschildren {
/*background-color: transparent;*/ }
article > aside .menu .dd-item.active.haschildren > a {
font-weight: 700; }
article > aside .menu .dd-item.active > a {
- color: #8a8a8a; }
+ color: #53464f; }
article > aside .menu .dd-item.active > ul {
display: block; }
article > aside .menu .dd-item.active > div {
- background-color: #8a8a8a; }
+ background-color: #53464f; }
article > aside .menu .dd-item.active > div * {
font-weight: bold;
border-bottom: dotted 1px red; }
diff --git a/netlify.toml b/netlify.toml
index 950a6bb..8b31dda 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
- command = '''hugo -s exampleSite --config "exampleSite/config.toml"'''
+ command = "hugo -s exampleSite --config config.toml"
[context.production.environment]
HUGO_VERSION = "0.74.3"