mirror of
https://github.com/calofmijuck/blog.git
synced 2025-12-06 22:53:51 +00:00
Compare commits
6 Commits
c14db6ba74
...
03f5dec26f
| Author | SHA1 | Date | |
|---|---|---|---|
|
03f5dec26f
|
|||
|
334518c991
|
|||
|
178124644a
|
|||
|
bda1f99a4a
|
|||
|
83714ab00d
|
|||
|
8fc7cc4971
|
@@ -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)
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user