diff --git a/themes/mytheme/assets/css/common/main.css b/themes/mytheme/assets/css/common/main.css
index 421f0a4..9a6bf73 100644
--- a/themes/mytheme/assets/css/common/main.css
+++ b/themes/mytheme/assets/css/common/main.css
@@ -74,7 +74,8 @@ pre:hover .copy-code {
.simpletitle {
padding: var(--gap);
- font-size: 24px;
- margin: 32px 4px 32px 4px;
+ font-size: 28px;
+ font-weight: bold;
+ margin: 32px 4px 36px 4px;
text-align: center;
}
\ No newline at end of file
diff --git a/themes/mytheme/assets/css/common/post-entry.css b/themes/mytheme/assets/css/common/post-entry.css
index 717bf03..055a5f8 100644
--- a/themes/mytheme/assets/css/common/post-entry.css
+++ b/themes/mytheme/assets/css/common/post-entry.css
@@ -57,7 +57,7 @@
.post-entry {
position: relative;
/** margin-bottom: var(--gap); **/
- padding: var(--gap);
+ padding: calc(var(--gap)*2);
/** background: var(--entry);
border: 1px solid var(--border); **/
border-radius: var(--radius);
@@ -65,7 +65,7 @@
}
.post-entry:hover {
- transform: scale(1.01);
+ transform: scale(1.02);
}
.tag-entry .entry-cover {
@@ -74,24 +74,25 @@
.entry-header h2 {
font-weight: 450;
- font-size: 20px;
- line-height: 1.3;
+ font-size: 21px;
+ line-height: 1.5;
}
.entry-content {
- margin: 8px 0;
color: var(--secondary);
- font-size: 14px;
+ font-size: 16px;
line-height: 1.6;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
+ -webkit-line-clamp: 1;
+/* display: none;*/
}
.entry-footer {
- color: var(--secondary);
- font-size: 13px;
+ margin: 4px 0;
+ color: var(--primary);
+ font-size: 15px;
}
.entry-link {
diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css
index bbdc17a..3c3d9a9 100644
--- a/themes/mytheme/assets/css/common/post-single.css
+++ b/themes/mytheme/assets/css/common/post-single.css
@@ -41,12 +41,10 @@
.post-content {
padding-top: var(--gap);
font-size: 15.5px;
- font-weight: 200;
font-family: inherit;
color: var(--content);
-/* letter-spacing: -0.1px; */
line-height: 2;
- font-family: "Monaspace Neon", sans-serif;
+ font-family: "Monaspace Neon", "Pretendard", sans-serif;
}
.post-content h3,
diff --git a/themes/mytheme/assets/css/core/reset.css b/themes/mytheme/assets/css/core/reset.css
index bd2a219..74b4032 100644
--- a/themes/mytheme/assets/css/core/reset.css
+++ b/themes/mytheme/assets/css/core/reset.css
@@ -1,76 +1,49 @@
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
-@import url("https://fonts.googleapis.com/css2?family=Gowun+Batang&family=Gowun+Dodum");
@font-face {
- font-family: "Line Sans";
- src: url("/LINESeedKR-Rg.woff2");
-}
-
-@font-face {
- font-family: "Line Sans";
- src: url("/LINESeedKR-Rg.woff2");
- font-weight: 200;
-}
-
-@font-face {
- font-family: "Line Sans";
- src: url("/LINESeedKR-Bd.woff2");
- font-weight: bold;
-}
-
-@font-face {
- font-family: "Line Sans";
- src: url("/LINESeedKR-Th.woff2");
- font-weight: 300;
+ font-family: "Source Sans 3";
+ src: url("/fonts/SourceSans3-Regular.woff2");
}
@font-face {
font-family: "Source Sans 3";
- src: url("/SourceSans3-Regular.woff2");
-}
-
-@font-face {
- font-family: "Source Sans 3";
- src: url("/SourceSans3-It.woff2");
+ src: url("/fonts/SourceSans3-It.woff2");
font-style: italic;
}
@font-face {
font-family: "Source Sans 3";
- src: url("/SourceSans3-Bold.woff2");
+ src: url("/fonts/SourceSans3-Bold.woff2");
font-weight: bold;
}
@font-face {
font-family: "Source Sans 3";
- src: url("/SourceSans3-Light.woff2");
+ src: url("/fonts/SourceSans3-Light.woff2");
font-weight: 300;
}
@font-face {
font-family: "Jetbrains Mono";
- src: url("/JetBrainsMono-Regular.woff2");
+ src: url("/fonts/JetBrainsMono-Regular.woff2");
}
@font-face {
font-family: "Jetbrains Mono";
- src: url("/JetBrainsMono-Italic.woff2");
+ src: url("/fonts/JetBrainsMono-Italic.woff2");
font-style: italic;
}
@font-face {
font-family: "Monaspace Argon";
- src: url("/Monaspace-Argon.woff2");
+ src: url("/fonts/Monaspace-Argon.woff2");
+ font-weight: 250;
}
@font-face {
font-family: "Monaspace Neon";
- src: url("/Monaspace-Neon.woff2");
-}
-
-@font-face {
- font-family: "Monaspace Xenon";
- src: url("/Monaspace-Xenon.woff2");
+ src: url("/fonts/Monaspace-Neon.woff2");
+ font-weight: 250;
}
*,
diff --git a/themes/mytheme/assets/css/core/theme-vars.css b/themes/mytheme/assets/css/core/theme-vars.css
index 2c8e20d..0bb066d 100644
--- a/themes/mytheme/assets/css/core/theme-vars.css
+++ b/themes/mytheme/assets/css/core/theme-vars.css
@@ -18,7 +18,7 @@
}
.dark {
- --theme: #202032;
+ --theme: #163c4f;
--entry: rgb(46, 46, 51);
--primary: rgb(218, 218, 219);
--secondary: rgb(155, 156, 157);
diff --git a/themes/mytheme/layouts/_default/list.html b/themes/mytheme/layouts/_default/list.html
index e3f19d0..b40fa28 100644
--- a/themes/mytheme/layouts/_default/list.html
+++ b/themes/mytheme/layouts/_default/list.html
@@ -71,16 +71,16 @@
{{- if .Draft }} [draft]{{- end }}
- {{- if (ne (.Param "hideSummary") true) }}
-
-
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
-
- {{- end }}
{{- if not (.Param "hideMeta") }}
{{- end }}
+ {{- if (ne (.Param "hideSummary") true) }}
+
+
{{ .Summary | plainify | htmlUnescape }}{{ if .Truncated }}...{{ end }}
+
+ {{- end }}
{{- end }}
diff --git a/themes/mytheme/static/JetBrainsMono-Bold.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Bold.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Bold.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Bold.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-BoldItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-BoldItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-BoldItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-BoldItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-ExtraBold.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-ExtraBold.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-ExtraBold.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-ExtraBold.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-ExtraBoldItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-ExtraBoldItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-ExtraBoldItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-ExtraBoldItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-ExtraLight.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-ExtraLight.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-ExtraLight.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-ExtraLight.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-ExtraLightItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-ExtraLightItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-ExtraLightItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-ExtraLightItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-Italic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Italic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Italic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Italic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-Light.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Light.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Light.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Light.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-LightItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-LightItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-LightItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-LightItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-Medium.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Medium.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Medium.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Medium.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-MediumItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-MediumItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-MediumItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-MediumItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-Regular.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Regular.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Regular.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Regular.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-SemiBold.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-SemiBold.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-SemiBold.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-SemiBold.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-SemiBoldItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-SemiBoldItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-SemiBoldItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-SemiBoldItalic.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-Thin.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-Thin.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-Thin.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-Thin.woff2
diff --git a/themes/mytheme/static/JetBrainsMono-ThinItalic.woff2 b/themes/mytheme/static/fonts/JetBrainsMono-ThinItalic.woff2
similarity index 100%
rename from themes/mytheme/static/JetBrainsMono-ThinItalic.woff2
rename to themes/mytheme/static/fonts/JetBrainsMono-ThinItalic.woff2
diff --git a/themes/mytheme/static/LINESeedKR-Bd.woff2 b/themes/mytheme/static/fonts/LINESeedKR-Bd.woff2
similarity index 100%
rename from themes/mytheme/static/LINESeedKR-Bd.woff2
rename to themes/mytheme/static/fonts/LINESeedKR-Bd.woff2
diff --git a/themes/mytheme/static/LINESeedKR-Rg.woff2 b/themes/mytheme/static/fonts/LINESeedKR-Rg.woff2
similarity index 100%
rename from themes/mytheme/static/LINESeedKR-Rg.woff2
rename to themes/mytheme/static/fonts/LINESeedKR-Rg.woff2
diff --git a/themes/mytheme/static/LINESeedKR-Th.woff2 b/themes/mytheme/static/fonts/LINESeedKR-Th.woff2
similarity index 100%
rename from themes/mytheme/static/LINESeedKR-Th.woff2
rename to themes/mytheme/static/fonts/LINESeedKR-Th.woff2
diff --git a/themes/mytheme/static/Monaspace-Argon.woff2 b/themes/mytheme/static/fonts/Monaspace-Argon.woff2
similarity index 100%
rename from themes/mytheme/static/Monaspace-Argon.woff2
rename to themes/mytheme/static/fonts/Monaspace-Argon.woff2
diff --git a/themes/mytheme/static/Monaspace-Neon.woff2 b/themes/mytheme/static/fonts/Monaspace-Neon.woff2
similarity index 100%
rename from themes/mytheme/static/Monaspace-Neon.woff2
rename to themes/mytheme/static/fonts/Monaspace-Neon.woff2
diff --git a/themes/mytheme/static/Monaspace-Xenon.woff2 b/themes/mytheme/static/fonts/Monaspace-Xenon.woff2
similarity index 100%
rename from themes/mytheme/static/Monaspace-Xenon.woff2
rename to themes/mytheme/static/fonts/Monaspace-Xenon.woff2
diff --git a/themes/mytheme/static/SourceSans3-Black.woff2 b/themes/mytheme/static/fonts/SourceSans3-Black.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Black.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Black.woff2
diff --git a/themes/mytheme/static/SourceSans3-BlackIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-BlackIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-BlackIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-BlackIt.woff2
diff --git a/themes/mytheme/static/SourceSans3-Bold.woff2 b/themes/mytheme/static/fonts/SourceSans3-Bold.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Bold.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Bold.woff2
diff --git a/themes/mytheme/static/SourceSans3-BoldIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-BoldIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-BoldIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-BoldIt.woff2
diff --git a/themes/mytheme/static/SourceSans3-ExtraLight.woff2 b/themes/mytheme/static/fonts/SourceSans3-ExtraLight.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-ExtraLight.woff2
rename to themes/mytheme/static/fonts/SourceSans3-ExtraLight.woff2
diff --git a/themes/mytheme/static/SourceSans3-ExtraLightIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-ExtraLightIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-ExtraLightIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-ExtraLightIt.woff2
diff --git a/themes/mytheme/static/SourceSans3-It.woff2 b/themes/mytheme/static/fonts/SourceSans3-It.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-It.woff2
rename to themes/mytheme/static/fonts/SourceSans3-It.woff2
diff --git a/themes/mytheme/static/SourceSans3-Light.woff2 b/themes/mytheme/static/fonts/SourceSans3-Light.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Light.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Light.woff2
diff --git a/themes/mytheme/static/SourceSans3-LightIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-LightIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-LightIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-LightIt.woff2
diff --git a/themes/mytheme/static/SourceSans3-Medium.woff2 b/themes/mytheme/static/fonts/SourceSans3-Medium.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Medium.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Medium.woff2
diff --git a/themes/mytheme/static/SourceSans3-MediumIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-MediumIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-MediumIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-MediumIt.woff2
diff --git a/themes/mytheme/static/SourceSans3-Regular.woff2 b/themes/mytheme/static/fonts/SourceSans3-Regular.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Regular.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Regular.woff2
diff --git a/themes/mytheme/static/SourceSans3-Semibold.woff2 b/themes/mytheme/static/fonts/SourceSans3-Semibold.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-Semibold.woff2
rename to themes/mytheme/static/fonts/SourceSans3-Semibold.woff2
diff --git a/themes/mytheme/static/SourceSans3-SemiboldIt.woff2 b/themes/mytheme/static/fonts/SourceSans3-SemiboldIt.woff2
similarity index 100%
rename from themes/mytheme/static/SourceSans3-SemiboldIt.woff2
rename to themes/mytheme/static/fonts/SourceSans3-SemiboldIt.woff2