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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustingebauer <gebauer.austin@gmail.com>2019-06-21 19:30:28 +0300
committeraustingebauer <gebauer.austin@gmail.com>2019-06-21 19:30:28 +0300
commit037b4f6752177a44cdd917574b9829d93f10f893 (patch)
tree202524b45aa8e1eedb34323695c1818489eb4ff4
parent1115fcfadedbd6cdbfcc49a163e33e6319f328d8 (diff)
feat: publish target to makefile
-rw-r--r--Makefile5
m---------public0
-rw-r--r--themes/ag/layouts/partials/header.html8
-rw-r--r--themes/ag/static/css/custom.scss6
-rw-r--r--themes/ag/static/css/theme.css5
5 files changed, 19 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fcf60dc..8997bd0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,4 +9,7 @@ build:
npm run --prefix $(THEME_DIR) build
watch: build
- npm run --prefix $(THEME_DIR) watch \ No newline at end of file
+ npm run --prefix $(THEME_DIR) watch
+
+publish: build
+ hugo \ No newline at end of file
diff --git a/public b/public
deleted file mode 160000
-Subproject afd22dbba5bd5b971f693d5351ac7d73ea27999
diff --git a/themes/ag/layouts/partials/header.html b/themes/ag/layouts/partials/header.html
index cba10c7..74711ee 100644
--- a/themes/ag/layouts/partials/header.html
+++ b/themes/ag/layouts/partials/header.html
@@ -22,17 +22,17 @@
</ul>
<ul id="nav-social" class="list-inline">
<li class="list-inline-item mr-3">
- <i class="fab fa-linkedin-in fa-1x text-muted"></i>
- </li>
- <li class="list-inline-item mr-3">
<i class="fab fa-github fa-1x text-muted"></i>
</li>
<li class="list-inline-item mr-3">
- <i class="fas fa-at fa-1x text-muted"></i>
+ <i class="fab fa-linkedin-in fa-1x text-muted"></i>
</li>
<li class="list-inline-item mr-3">
<i class="fab fa-twitter fa-1x text-muted"></i>
</li>
+ <li class="list-inline-item mr-3">
+ <i class="fas fa-at fa-1x text-muted"></i>
+ </li>
</ul>
</div>
</div>
diff --git a/themes/ag/static/css/custom.scss b/themes/ag/static/css/custom.scss
index 1bb6d4a..6dabbac 100644
--- a/themes/ag/static/css/custom.scss
+++ b/themes/ag/static/css/custom.scss
@@ -53,6 +53,12 @@ $fa-font-path: "./webfonts";
left: -40px;
}
+hr {
+ border: 0;
+ height: 1px;
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.3), rgba(0, 0, 0, 0));
+}
+
header h2 {
letter-spacing: -0.085rem;
font-weight: 700;
diff --git a/themes/ag/static/css/theme.css b/themes/ag/static/css/theme.css
index 2cf12d6..65ebd26 100644
--- a/themes/ag/static/css/theme.css
+++ b/themes/ag/static/css/theme.css
@@ -11369,6 +11369,11 @@ readers do not read off random characters that represent icons */
height: 10px;
left: -40px; }
+hr {
+ border: 0;
+ height: 1px;
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(51, 51, 51, 0.3), rgba(51, 51, 51, 0.4), rgba(51, 51, 51, 0.3), rgba(0, 0, 0, 0)); }
+
header h2 {
letter-spacing: -0.085rem;
font-weight: 700; }