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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-09-03 10:49:47 +0300
committerVicky <vicky@vickylai.com>2018-09-03 10:49:47 +0300
commit03e80406a580dc59f5e7c99b8e18c3401462ed74 (patch)
tree9d86a69b5515f45e9d402e54edc520efb8dc44f0 /exampleSite
parentf43e8a50584698bbec15ec7872559096ef26efac (diff)
Update README and screenshots
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/en/projects/design/index.md2
-rw-r--r--exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content99
3 files changed, 50 insertions, 53 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 78dd470..25ff0be 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ DefaultContentLanguage = "en" # Default language fo
# googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics
[params]
- themeStyle = "dark" # Choose "light" or "dark"
+ themeStyle = "light" # Choose "light" or "dark"
favicon = "/img/fav.ico" # Path to favicon file
showRSSButton = false # Show rss button in navigation
fadeIn = true # Turn on/off the fade-in effect
diff --git a/exampleSite/content/en/projects/design/index.md b/exampleSite/content/en/projects/design/index.md
index ea66d48..4ff63cc 100644
--- a/exampleSite/content/en/projects/design/index.md
+++ b/exampleSite/content/en/projects/design/index.md
@@ -1,6 +1,6 @@
---
title: "Design"
-weight: 2
+weight: 2
resources:
- src: plant.jpg
params:
diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content b/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
index 965a7be..8f3c739 100644
--- a/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
+++ b/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
@@ -220,7 +220,7 @@ pre {
font-family: monospace; }
body {
- color: #78888b;
+ color: #4a4a4a;
font-size: 1rem;
font-weight: 400;
line-height: 1.5; }
@@ -232,17 +232,17 @@ a {
a strong {
color: currentColor; }
a:hover {
- color: #f4f1bb; }
+ color: #000000; }
code {
- background-color: #111111;
- color: #ed6a5a;
+ background-color: #ffffff;
+ color: #00b8d4;
font-size: 0.875em;
font-weight: normal;
padding: 0.25em 0.5em 0.25em; }
hr {
- background-color: #111111;
+ background-color: #ffffff;
border: none;
display: block;
height: 2px;
@@ -269,7 +269,7 @@ strong {
pre {
-webkit-overflow-scrolling: touch;
- background-color: #111111;
+ background-color: #ffffff;
color: #4a4a4a;
font-size: 0.875em;
overflow-x: auto;
@@ -626,13 +626,13 @@ a.has-text-dark:hover, a.has-text-dark:focus {
background-color: #363636 !important; }
.has-text-primary {
- color: #ed6a5a !important; }
+ color: #00b8d4 !important; }
a.has-text-primary:hover, a.has-text-primary:focus {
- color: #e8402c !important; }
+ color: #008ca1 !important; }
.has-background-primary {
- background-color: #ed6a5a !important; }
+ background-color: #00b8d4 !important; }
.has-text-link {
color: #3273dc !important; }
@@ -1295,7 +1295,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
.modal-card-head,
.modal-card-foot {
align-items: center;
- background-color: #111111;
+ background-color: #ffffff;
display: flex;
flex-shrink: 0;
justify-content: flex-start;
@@ -1330,7 +1330,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
padding: 20px; }
.navbar {
- background-color: #111111;
+ background-color: #ffffff;
min-height: 3.25rem;
position: relative;
z-index: 30; }
@@ -1487,7 +1487,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
background-color: #363636;
color: whitesmoke; } }
.navbar.is-primary {
- background-color: #ed6a5a;
+ background-color: #00b8d4;
color: #fff; }
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
@@ -1495,7 +1495,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
.navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
- background-color: #ea5543;
+ background-color: #00a2bb;
color: #fff; }
.navbar.is-primary .navbar-brand .navbar-link::after {
border-color: #fff; }
@@ -1512,17 +1512,17 @@ a.has-text-danger:hover, a.has-text-danger:focus {
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
- background-color: #ea5543;
+ background-color: #00a2bb;
color: #fff; }
.navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
border-color: #fff; }
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #ea5543;
+ background-color: #00a2bb;
color: #fff; }
.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
- background-color: #ed6a5a;
+ background-color: #00b8d4;
color: #fff; } }
.navbar.is-link {
background-color: #3273dc;
@@ -1720,7 +1720,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
min-height: 3.25rem;
width: 100%; }
.navbar.has-shadow {
- box-shadow: 0 2px 0 0 #111111; }
+ box-shadow: 0 2px 0 0 #ffffff; }
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
left: 0;
position: fixed;
@@ -1729,7 +1729,7 @@ a.has-text-danger:hover, a.has-text-danger:focus {
.navbar.is-fixed-bottom {
bottom: 0; }
.navbar.is-fixed-bottom.has-shadow {
- box-shadow: 0 -2px 0 0 #111111; }
+ box-shadow: 0 -2px 0 0 #ffffff; }
.navbar.is-fixed-top {
top: 0; }
@@ -1811,8 +1811,8 @@ a.navbar-item,
a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active {
- background-color: #111111;
- color: #f4f1bb; }
+ background-color: #ffffff;
+ color: #dbdbdb; }
.navbar-item {
display: block;
@@ -1860,7 +1860,7 @@ a.navbar-item,
padding-right: 1.5rem; }
.navbar-divider {
- background-color: #111111;
+ background-color: #ffffff;
border: none;
display: none;
height: 2px;
@@ -1876,7 +1876,7 @@ a.navbar-item,
.navbar-link::after {
display: none; }
.navbar-menu {
- background-color: #111111;
+ background-color: #ffffff;
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
padding: 0.5rem 0; }
.navbar-menu.is-active {
@@ -1927,10 +1927,10 @@ a.navbar-item,
.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
background-color: transparent !important; }
.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
- background-color: #111111;
+ background-color: #ffffff;
color: #0a0a0a; }
.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
- background-color: #111111;
+ background-color: #ffffff;
color: #3273dc; }
.navbar-burger {
display: none; }
@@ -1985,10 +1985,10 @@ a.navbar-item,
.navbar-dropdown a.navbar-item {
padding-right: 3rem; }
.navbar-dropdown a.navbar-item:hover {
- background-color: #111111;
+ background-color: #ffffff;
color: #0a0a0a; }
.navbar-dropdown a.navbar-item.is-active {
- background-color: #111111;
+ background-color: #ffffff;
color: #3273dc; }
.navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
border-radius: 6px;
@@ -2042,7 +2042,7 @@ a.navbar-item,
.navbar-link.is-active:not(:hover) {
background-color: transparent; }
.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
- background-color: #111111; } }
+ background-color: #ffffff; } }
.column {
display: block;
@@ -3073,7 +3073,7 @@ a.navbar-item,
.hero.is-dark.is-bold .navbar-menu {
background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } }
.hero.is-primary {
- background-color: #ed6a5a;
+ background-color: #00b8d4;
color: #fff; }
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),
.hero.is-primary strong {
@@ -3087,14 +3087,14 @@ a.navbar-item,
color: #fff; }
@media screen and (max-width: 1087px) {
.hero.is-primary .navbar-menu {
- background-color: #ed6a5a; } }
+ background-color: #00b8d4; } }
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
color: rgba(255, 255, 255, 0.7); }
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
- background-color: #ea5543;
+ background-color: #00a2bb;
color: #fff; }
.hero.is-primary .tabs a {
color: #fff;
@@ -3110,12 +3110,12 @@ a.navbar-item,
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
background-color: #fff;
border-color: #fff;
- color: #ed6a5a; }
+ color: #00b8d4; }
.hero.is-primary.is-bold {
- background-image: linear-gradient(141deg, #f4202d 0%, #ed6a5a 71%, #f3926d 100%); }
+ background-image: linear-gradient(141deg, #00a19b 0%, #00b8d4 71%, #00a7ee 100%); }
@media screen and (max-width: 768px) {
.hero.is-primary.is-bold .navbar-menu {
- background-image: linear-gradient(141deg, #f4202d 0%, #ed6a5a 71%, #f3926d 100%); } }
+ background-image: linear-gradient(141deg, #00a19b 0%, #00b8d4 71%, #00a7ee 100%); } }
.hero.is-link {
background-color: #3273dc;
color: #fff; }
@@ -7063,7 +7063,7 @@ readers do not read off random characters that represent icons */
font-weight: 900; }
html, body {
- background-color: #111111; }
+ background-color: #ffffff; }
html.modal-open {
overflow: hidden; }
@@ -7087,15 +7087,15 @@ html.modal-open {
animation-delay: 1.8s; }
a {
- color: #ed6a5a; }
+ color: #00b8d4; }
a:hover {
- color: #f4f1bb;
+ color: #000000;
font-style: none; }
a:active {
- color: #ed6a5a; }
+ color: #00b8d4; }
h1, h2, .title, .subtitle {
- color: #75b8c8; }
+ color: #222222; }
.title {
font-weight: 400; }
@@ -7105,7 +7105,7 @@ ul {
img {
border-radius: 5px;
- border: 1px solid #f4f1bb;
+ border: 1px solid #dbdbdb;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }
hr {
@@ -7185,7 +7185,7 @@ hr {
margin-right: auto; }
.navbar-burger:hover {
- background-color: #111111; }
+ background-color: #ffffff; }
.navbar-item {
text-transform: uppercase;
@@ -7203,7 +7203,7 @@ hr {
.footer-text {
font-size: 0.8em; }
.footer-text a {
- color: #78888b; }
+ color: #4a4a4a; }
.footer-text .fab {
font-size: 0.8em;
vertical-align: baseline; }
@@ -7229,7 +7229,7 @@ hr {
box-shadow: none; }
.card-content {
- background-color: #111111;
+ background-color: #ffffff;
font-size: 1.5rem; }
.markdown p {
@@ -7269,7 +7269,7 @@ hr {
font-size: 1rem; }
.markdown a:hover {
- color: #f4f1bb; }
+ color: #dbdbdb; }
.markdown ul {
margin-bottom: 1.25rem;
@@ -7292,7 +7292,7 @@ hr {
position: relative;
margin: 1.75rem 0;
border: 0;
- border-top: 1px solid #f4f1bb; }
+ border-top: 1px solid #dbdbdb; }
.markdown abbr {
font-size: 0.8rem;
@@ -7335,13 +7335,10 @@ hr {
margin: 2rem auto;
max-width: 100%; }
-.modal-card-title {
- color: #ed6a5a; }
-
-.modal-card-body {
- background-color: #111111; }
+.modal-background {
+ background-color: rgba(255, 255, 255, 0.9); }
-.markdown strong {
- color: #78888b; }
+.modal-close {
+ background-color: #000000; }
/*# sourceMappingURL=main.css.map */ \ No newline at end of file