Compare commits

...

9 Commits

Author SHA1 Message Date
Mary ffe83cd596 Update build.yml for woodpecker v2
ci/woodpecker/manual/build Pipeline was successful Details
2023-12-11 23:28:55 +00:00
Mary 33d342144e Edit head tag for the Measurement Id.
ci/woodpecker/manual/build Pipeline is pending Details
2023-12-11 17:08:27 +00:00
Mary a5e9ef9c72 Edit headthe Measurement Id. 2023-12-11 16:43:54 +00:00
Mary dcb46e5694 Edit the Measurement Id. 2023-12-11 16:37:44 +00:00
Mary f4ab373b0f Modify the Measurement Id. 2023-12-11 16:24:59 +00:00
Mary 4b7b8cfdcc Modify the config file for google_analytics 2023-12-11 16:15:21 +00:00
Mary 6dcef01e30 Add www subdomain to the sevive configuration.
ci/woodpecker/push/build Pipeline was successful Details
2023-11-24 21:27:06 +00:00
Mary 68c713d934 Modify the Measurement Id.
ci/woodpecker/push/build Pipeline was successful Details
2023-11-24 21:20:40 +00:00
Mary 9158d58d4e Modify footer
ci/woodpecker/push/build Pipeline was successful Details
2023-10-20 22:02:51 +01:00
8 changed files with 45 additions and 16 deletions

View File

@ -1,4 +1,4 @@
pipeline:
steps:
build:
image: woodpeckerci/plugin-docker-buildx
secrets: [docker_username, docker_password]

View File

@ -3,8 +3,9 @@ DefaultContentLanguage = "en"
languageCode = 'en-us'
title = 'Deliciousium'
theme = 'lightbi-hugo'
copyright = "All rights reserved"
googleTagManager = ' GTM-WVR9XZSC '
#copyright = "All rights reserved"
googleTagManager = ' GTM-WVR9XZSC'
googleAnalytics = 'G-VRQ9V3YJSJ'
metaDataFormat = "yaml"
pygmentsStyle = "trac"

View File

@ -16,7 +16,7 @@ services:
deploy:
labels:
- "traefik.enable=true"
- "traefik.http.routers.delic.rule=Host(`deliciousium.com`)"
- "traefik.http.routers.delic.rule=Host(`deliciousium.com`) || Host(`www.deliciousium.com`)"
- "traefik.http.routers.delic.entrypoints=websecure"
- "traefik.http.routers.delic.tls=true"
- "traefik.http.routers.delic.tls.certresolver=default"

View File

@ -81,3 +81,17 @@ td img {
opacity: 100%;
border-width: 3px !important;
}
@media only screen and (min-width: 768px) {
footer .site-brand {
font-size: 1.5rem;
margin-left: 6px;
}
}
.Footer-textlogo{
margin-left: -6px;
color: #000;
}

View File

@ -4,6 +4,11 @@
{{ partial "head.html" . }}
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WVR9XZSC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{{ partial "nav.html" . }}
{{ block "header" . }}{{ partial "header.html" . }}{{ end }}
{{ block "main" . }}{{ end }}

View File

@ -6,8 +6,20 @@
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row align-items-center">
<div class="col">
<div class="row align-items-center float-start">
<div class="col-5">
<a href="{{ "" | absLangURL }}"><img class="imge-title" src="{{ .Site.Params.logo | absURL }}"></a>
</div>
<div class="col-4 ps-0">
<a class="site-brand fw-bold Footer-textlogo" href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
</div>
</div>
</div>
<div class="col-3">
<ul
class="list-inline list-group list-group-horizontal text-center footer-links d-flex justify-content-center flex-row">
@ -33,11 +45,9 @@
{{ end }}
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="credits copyright text-muted">
<div class="col">
<p class="credits copyright text-muted float-end m-0 fw-medium">
{{ if .Site.Author.name }}
{{ if .Site.Author.website }}
<a href="{{ .Site.Author.website }}">{{ .Site.Author.name }}</a>
@ -46,10 +56,8 @@
{{ end }}
{{ end }}
&nbsp;&bull;&nbsp;&copy;
2023
&nbsp;&bull;&nbsp;
<a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a> &#8210; {{ .Site.Copyright }} &nbsp;&bull;&nbsp;
&copy;
2023 <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
</p>

View File

@ -25,6 +25,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Site Title, Description, Author, and Favicon -->
{{ if .IsHome }}
<title>{{ $.Site.Title }}</title>

View File

@ -42,11 +42,11 @@
{{ end }}
{{ end }}
<li class="nav-item nav-link">
<a id="dark-mode-toggle" class="bi bi-sun"></a>
</li>
</ul>
</div>
</div>