aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-01 20:37:00 -0800
committerclarkzjw <[email protected]>2023-03-01 20:37:00 -0800
commit6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9 (patch)
treea55a98895fbcbc2775c2e3031f685ad377ec8814
parent721d379b60b1a99a3f0e520ec9b31a6f0e1715a9 (diff)
downloadphoto-6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9.tar.gz
update title
-rw-r--r--bot/docker-compose.yaml2
-rw-r--r--site/Gemfile.lock1
-rw-r--r--site/_layouts/default.html4
-rw-r--r--site/assets/new.scss1
4 files changed, 5 insertions, 3 deletions
diff --git a/bot/docker-compose.yaml b/bot/docker-compose.yaml
index 66726c2..eba14ea 100644
--- a/bot/docker-compose.yaml
+++ b/bot/docker-compose.yaml
@@ -1,6 +1,6 @@
1version: '3' 1version: '3'
2services: 2services:
3 checkinbot: 3 photobot:
4 build: 4 build:
5 context: . 5 context: .
6 dockerfile: Dockerfile 6 dockerfile: Dockerfile
diff --git a/site/Gemfile.lock b/site/Gemfile.lock
index a4ee6d5..1cb0959 100644
--- a/site/Gemfile.lock
+++ b/site/Gemfile.lock
@@ -254,6 +254,7 @@ PLATFORMS
254 254
255DEPENDENCIES 255DEPENDENCIES
256 github-pages 256 github-pages
257 jekyll
257 webrick 258 webrick
258 259
259BUNDLED WITH 260BUNDLED WITH
diff --git a/site/_layouts/default.html b/site/_layouts/default.html
index 7ff8d4d..389fd5c 100644
--- a/site/_layouts/default.html
+++ b/site/_layouts/default.html
@@ -16,9 +16,9 @@
16 </head> 16 </head>
17 <body class="{% if page.root != true %}post-body{% endif %}" data-page-title="{{ page.title }}"> 17 <body class="{% if page.root != true %}post-body{% endif %}" data-page-title="{{ page.title }}">
18 <header> 18 <header>
19 <h1 class="h1"> 19 <a href="https://jinwei.me"><h1 class="h1">
20 {{ page.title }} 20 {{ page.title }}
21 </h1> 21 </h1></a>
22 </header> 22 </header>
23 <main> 23 <main>
24 {{ content }} 24 {{ content }}
diff --git a/site/assets/new.scss b/site/assets/new.scss
index 73c4ed8..b88d64d 100644
--- a/site/assets/new.scss
+++ b/site/assets/new.scss
@@ -55,6 +55,7 @@ body, kbd {
55 55
56a { 56a {
57 color: var(--linkColor); 57 color: var(--linkColor);
58 text-decoration: none;
58} 59}
59 60
60::selection { 61::selection {
Powered by cgit v1.2.3 (git 2.41.0)