diff --git a/README.md b/README.md index 427d7fa..f8c982f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Rinkusu +# BioTech My open source Hugo theme for my portfolio/blog site diff --git a/assets/css/style.css b/assets/css/style.css index 5642db3..385995f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,26 +1,10 @@ /*================================================================= -Template Name: Rinkusu - Dark -Author: Aroy (https://aroy-art.com) +Template Name: BioTech - Dark +Author: Aroy =================================================================*/ :root { --text-light: #bad8dd; --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; - - } @@ -35,7 +19,6 @@ html { scrollbar-color: #ff00d4 #040b1e; scrollbar-width: thin; scroll-behavior: smooth; - scroll-padding-top: 82px; } html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb { @@ -232,7 +215,7 @@ table, td, th { color: #fff; } -.border-Rinkusu { +.border-biotech { border-top: 2px solid rgba(236, 239, 241, 0.07); height: 1px; margin: 15px auto 0; @@ -240,7 +223,7 @@ table, td, th { width: 30%; } -.border-Rinkusu:before { +.border-biotech:before { background-color: #fff; content: ''; height: 6px; @@ -549,15 +532,6 @@ nav[aria-label="breadcrumb"] li:last-child a{ 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 =================================================================*/ @@ -1614,23 +1588,6 @@ pre.chroma { 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 ==================================================================*/ diff --git a/layouts/_default/list.html b/layouts/_default/list.html index eb92e0b..aa97e7b 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -13,7 +13,7 @@

{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

-
+
diff --git a/layouts/partials/blog.html b/layouts/partials/blog.html index 01d7e52..73b05d6 100644 --- a/layouts/partials/blog.html +++ b/layouts/partials/blog.html @@ -8,7 +8,7 @@

{{ with i18n "blogTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "blogTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 4ee7196..9de22fd 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -10,7 +10,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/contact_2.html b/layouts/partials/contact_2.html index 89b0c1a..d99a689 100644 --- a/layouts/partials/contact_2.html +++ b/layouts/partials/contact_2.html @@ -12,7 +12,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3e88cc4..112cc6f 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -44,7 +44,7 @@ {{ end }} -
+
{{ "" | safeHTML }} diff --git a/layouts/static/portfolio.html b/layouts/static/portfolio.html index 7a76852..4293319 100644 --- a/layouts/static/portfolio.html +++ b/layouts/static/portfolio.html @@ -17,7 +17,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .title }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} @@ -32,7 +32,7 @@

{{ with .name }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with .name }} {{ after (len (index (split . " ") 0)) . | safeHTML }} {{ end }}

-
+
{{"" | safeHTML}} diff --git a/layouts/tags/list.html b/layouts/tags/list.html index 9f61bff..d4d4589 100644 --- a/layouts/tags/list.html +++ b/layouts/tags/list.html @@ -13,7 +13,7 @@

{{ with i18n "tagsTitle" }} {{ index (split . " ") 0 | safeHTML }} {{ end }} {{ with i18n "tagsTitle" }} {{ index (split . " ") 1 | safeHTML }} {{ end }}

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