Compare commits

...

6 Commits

Author SHA1 Message Date
03f5dec26f fix: disable self_host 2024-08-13 14:19:21 +09:00
334518c991 fix: removed baseurl 2024-08-13 14:15:55 +09:00
178124644a feat: self_host enabled, added baseurl 2024-08-13 14:15:01 +09:00
bda1f99a4a feat: update stylesheet 2024-08-13 14:14:42 +09:00
83714ab00d fix: simplify description 2024-08-13 14:05:03 +09:00
8fc7cc4971 fix: swap description and tagline 2024-08-13 14:03:49 +09:00
2 changed files with 11 additions and 7 deletions

View File

@@ -16,12 +16,9 @@ timezone: Asia/Seoul
title: Life Log # the main title
tagline: >- # it will display as the sub-title
Sungchan Yi.<br/>
CSE & Math & Life
tagline: Recording Life. # it will display as the sub-title
description: >- # used by seo meta and the atom feed
Recording Life.
description: CSE & Math & Life # used by seo meta and the atom feed
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
@@ -135,7 +132,7 @@ assets:
enabled: # boolean, keep empty means false
# specify the Jekyll environment, empty means both
# only works if `assets.self_host.enabled` is 'true'
env: # [development | production]
env: production # [development | production]
pwa:
enabled: true # the option for PWA feature (installable)

View File

@@ -1,7 +1,14 @@
---
---
@import 'main';
@import 'main
{%- if jekyll.environment == 'production' -%}
.bundle
{%- endif -%}
';
/* append your custom style below */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
/* append your custom style below */