diff options
-rw-r--r-- | bot/docker-compose.yaml | 2 | ||||
-rw-r--r-- | site/Gemfile.lock | 1 | ||||
-rw-r--r-- | site/_layouts/default.html | 4 | ||||
-rw-r--r-- | site/assets/new.scss | 1 |
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 @@ | |||
1 | version: '3' | 1 | version: '3' |
2 | services: | 2 | services: |
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 | ||
255 | DEPENDENCIES | 255 | DEPENDENCIES |
256 | github-pages | 256 | github-pages |
257 | jekyll | ||
257 | webrick | 258 | webrick |
258 | 259 | ||
259 | BUNDLED WITH | 260 | BUNDLED 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 | ||
56 | a { | 56 | a { |
57 | color: var(--linkColor); | 57 | color: var(--linkColor); |
58 | text-decoration: none; | ||
58 | } | 59 | } |
59 | 60 | ||
60 | ::selection { | 61 | ::selection { |