Compare commits

...

4 commits

13 changed files with 68 additions and 25 deletions

View file

@ -1,4 +1,4 @@
# BioTech # Rinkusu
My open source Hugo theme for my portfolio/blog site My open source Hugo theme for my portfolio/blog site

View file

@ -1,10 +1,26 @@
/*================================================================= /*=================================================================
Template Name: BioTech - Dark Template Name: Rinkusu - Dark
Author: Aroy Author: Aroy (https://aroy-art.com)
=================================================================*/ =================================================================*/
:root { :root {
--text-light: #bad8dd; --text-light: #bad8dd;
--text-darker: #000; --text-darker: #000;
--glitched-duration: 0.9s;
--glitched-long-duration: 3s;
--yellow-color: #f9f002;
--yellow-color-opacity: #f9f00242;
--orange-color: #ff9800;
--border-color: #8ae66e;
--red-color: #ff003c;
--blue-color: #136377;
--green-color: #446d44;
--purple-color: purple;
--neon-color: #39ff14;
--neon-pink-color: #ff00d4;
} }
@ -19,6 +35,7 @@ html {
scrollbar-color: #ff00d4 #040b1e; scrollbar-color: #ff00d4 #040b1e;
scrollbar-width: thin; scrollbar-width: thin;
scroll-behavior: smooth; scroll-behavior: smooth;
scroll-padding-top: 82px;
} }
html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb { html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {
@ -215,7 +232,7 @@ table, td, th {
color: #fff; color: #fff;
} }
.border-biotech { .border-Rinkusu {
border-top: 2px solid rgba(236, 239, 241, 0.07); border-top: 2px solid rgba(236, 239, 241, 0.07);
height: 1px; height: 1px;
margin: 15px auto 0; margin: 15px auto 0;
@ -223,7 +240,7 @@ table, td, th {
width: 30%; width: 30%;
} }
.border-biotech:before { .border-Rinkusu:before {
background-color: #fff; background-color: #fff;
content: ''; content: '';
height: 6px; height: 6px;
@ -532,6 +549,15 @@ nav[aria-label="breadcrumb"] li:last-child a{
bottom: 0; bottom: 0;
} }
.post-single-content h1:not(h1:first-child),
.post-single-content h2:not(h2:first-child),
.post-single-content h3:not(h3:first-child),
.post-single-content h4:not(h4:first-child),
.post-single-content h5:not(h5:first-child),
.post-single-content h6:not(h6:first-child) {
margin-top: 32px;
}
/*================================================================= /*=================================================================
Shortcodes Shortcodes
=================================================================*/ =================================================================*/
@ -1588,6 +1614,23 @@ pre.chroma {
margin: 4px 0; margin: 4px 0;
} }
/* input[type="text"] {
background: transparent;
border: none;
border-bottom: 1px solid #000000;
}
input.input {
width: 100%;
padding: 12px 20px;
box-sizing: border-box;
background-color: black;
color: white;
border: 0px;
caret-color: #03d7f2;
caret-width: 10px;
} */
/*================================================================== /*==================================================================
Social sharing buttons from Sharingbuttons.io Social sharing buttons from Sharingbuttons.io
==================================================================*/ ==================================================================*/

View file

@ -13,7 +13,7 @@
<dir class="title text-center wow fadeInDown"> <dir class="title text-center wow fadeInDown">
<h2>{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
<div class="border-BioTech"></div> <div class="border-Rinkusu"></div>
</dir> </dir>
</div> </div>

View file

@ -8,7 +8,7 @@
<div class="title text-center wow fadeInDown"> <div class="title text-center wow fadeInDown">
<h2> {{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2> {{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<div class="border-BioTech"></div> <div class="border-Rinkusu"></div>
</div> </div>
{{"<!-- End Section Title -->" | safeHTML}} {{"<!-- End Section Title -->" | safeHTML}}
</div> </div>

View file

@ -10,7 +10,7 @@
<div class="title text-center wow fadeIn" data-wow-duration="500ms"> <div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div> <div class="border-Rinkusu"></div>
</div> </div>
</div> </div>
{{"<!-- /Title -->" | safeHTML}} {{"<!-- /Title -->" | safeHTML}}

View file

@ -12,7 +12,7 @@
<div class="title text-center wow fadeIn" data-wow-duration="500ms"> <div class="title text-center wow fadeIn" data-wow-duration="500ms">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div> <div class="border-Rinkusu"></div>
</div> </div>
</div> </div>
{{"<!-- /Title -->" | safeHTML}} {{"<!-- /Title -->" | safeHTML}}

View file

@ -44,7 +44,7 @@
{{ end }} {{ end }}
</div> </div>
<div class="border-biotech" style="background: #0f1e31;"></div> <div class="border-Rinkusu" style="background: #0f1e31;"></div>
{{ "<!-- Copyright -->" | safeHTML }} {{ "<!-- Copyright -->" | safeHTML }}
<div class="copyright text-center"> <div class="copyright text-center">

View file

@ -9,7 +9,7 @@
<div class="title text-center wow fadeInDown"> <div class="title text-center wow fadeInDown">
<h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> {{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<div class="border-BioTech"></div> <div class="border-Rinkusu"></div>
</div> </div>
{{"<!-- End Section Title -->" | safeHTML}} {{"<!-- End Section Title -->" | safeHTML}}

View file

@ -9,7 +9,7 @@
<div class="title text-center wow fadeInDown"> <div class="title text-center wow fadeInDown">
<h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2> {{ with i18n "artTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2> {{ with i18n "artTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }} </span></h2>
<div class="border-BioTech"></div> <div class="border-Rinkusu"></div>
</div> </div>
{{"<!-- End Section Title -->" | safeHTML}} {{"<!-- End Section Title -->" | safeHTML}}

View file

@ -16,7 +16,7 @@
<div class="title text-center wow fadeInDown"> <div class="title text-center wow fadeInDown">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div> <div class="border-Rinkusu"></div>
<p class="margin-top-20">{{ .subtitle }}</p> <p class="margin-top-20">{{ .subtitle }}</p>
</div> </div>
</div> </div>

View file

@ -17,7 +17,7 @@
<div class="title text-center"> <div class="title text-center">
<h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div> <div class="border-Rinkusu"></div>
</div> </div>
{{"<!-- /Title -->" | safeHTML}} {{"<!-- /Title -->" | safeHTML}}
</div> </div>
@ -32,7 +32,7 @@
<h2 class="portfolio-category-title" style="background-color: {{ .bg_color}};"> <h2 class="portfolio-category-title" style="background-color: {{ .bg_color}};">
{{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span style="color: {{ $text_color }};"> {{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span style="color: {{ $text_color }};">
{{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2> {{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}</span></h2>
<div class="border-biotech"></div> <div class="border-Rinkusu"></div>
</div> </div>
{{"<!-- /Section Title -->" | safeHTML}} {{"<!-- /Section Title -->" | safeHTML}}
</div> </div>

View file

@ -13,7 +13,7 @@
<dir class="title text-center wow fadeInDown"> <dir class="title text-center wow fadeInDown">
<h2>{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color"> <h2>{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span class="color">
{{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2> {{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}</span></h2>
<div class="border-BioTech"></div> <div class="border-Rinkusu"></div>
</dir> </dir>
</div> </div>
{{ partial "tagcloud.html" . }} {{ partial "tagcloud.html" . }}

View file

@ -1,21 +1,21 @@
# theme.toml template for a Hugo theme # theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example # See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "BioTech" name = "Rinkusu"
license = "MIT" license = "MIT"
licenselink = "https://github.com/Aroy-Art/BioTech/blob/main/LICENSE" licenselink = "https://github.com/Aroy-Art/Rinkusu/blob/main/LICENSE"
description = "" description = ""
homepage = "http://example.com/" homepage = "http://example.com/"
tags = ["blog"] tags = ["blog"]
features = ["blog"] features = ["blog"]
min_version = "0.41.0" min_version = "0.92.0"
[author] [author]
name = "Aroy-Art" name = "Aroy-Art"
homepage = "" homepage = "https://aroy-art.com"
# If porting an existing theme # If porting an existing theme
[original] [original]
name = "" name = ""
homepage = "" homepage = ""
repo = "" repo = ""