From a5ee7e027e40893ddc749e1f633f6107583683b4 Mon Sep 17 00:00:00 2001 From: XPoet Date: Sat, 21 Mar 2020 23:04:01 +0800 Subject: [PATCH] =?UTF-8?q?modified:=20CSS=20=E6=8A=BD=E7=A6=BB=E5=87=BA?= =?UTF-8?q?=E5=8F=98=E9=87=8F=EF=BC=8C=E4=BC=98=E5=8C=96=20CSS=20=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 58 +-- layout/article-post.ejs | 11 +- layout/category-post.ejs | 4 +- layout/common/article-meta-info.ejs | 11 +- layout/common/header.ejs | 17 - layout/common/nav.ejs | 9 +- layout/common/valine.ejs | 28 +- layout/home-post.ejs | 8 +- layout/right-side.ejs | 2 + source/css/animated.styl | 21 - source/css/basic.styl | 113 ----- source/css/highlight/highlight.styl | 4 +- source/css/highlight/theme.styl | 8 + source/css/layout/about.styl | 3 + source/css/layout/archive-post.styl | 12 +- source/css/layout/article-post.styl | 100 +---- source/css/layout/basic.styl | 79 ++++ source/css/layout/category-post.styl | 7 +- source/css/layout/common/animated.styl | 41 ++ .../css/layout/common/article-meta-info.styl | 16 +- source/css/layout/common/footer.styl | 1 - source/css/layout/common/left-side.styl | 4 +- source/css/layout/common/nav.styl | 51 ++- source/css/layout/common/site-info.styl | 20 +- source/css/layout/common/valine.styl | 13 + source/css/layout/home-post.styl | 41 +- source/css/layout/index.styl | 8 +- source/css/layout/right-side.styl | 13 +- source/css/layout/tag-post.styl | 7 +- source/css/layout/variables.styl | 66 +++ source/css/style.styl | 7 +- source/css/variables.styl | 415 ------------------ 32 files changed, 357 insertions(+), 841 deletions(-) delete mode 100644 layout/common/header.ejs delete mode 100644 source/css/animated.styl delete mode 100644 source/css/basic.styl create mode 100644 source/css/layout/about.styl create mode 100644 source/css/layout/basic.styl create mode 100644 source/css/layout/common/animated.styl create mode 100644 source/css/layout/common/valine.styl create mode 100644 source/css/layout/variables.styl delete mode 100644 source/css/variables.styl diff --git a/_config.yml b/_config.yml index 4f0a23d..7112cf0 100644 --- a/_config.yml +++ b/_config.yml @@ -24,60 +24,4 @@ valine: appkey: gdf6tXXLBTLg9qpjS2y6Tbw7 # your leancloud application appkey notify: false # mail notifier , https://github.com/xCss/Valine/wiki verify: false # Verification code - placeholder: 评论一下再走吧~ - - -# --------------------------------------------------------------- -# Font Settings -# - Find fonts on Google Fonts (https://www.google.com/fonts) -# - All fonts set here will have the following styles: -# light, light italic, normal, normal italic, bold, bold italic -# - Be aware that setting too much fonts will cause site running slowly -# - Introduce in 5.0.1 -# --------------------------------------------------------------- -# CAUTION! Safari Version 10.1.2 bug: https://github.com/iissnan/hexo-theme-next/issues/1844 -# To avoid space between header and sidebar in Pisces / Gemini themes recommended to use Web Safe fonts for `global` (and `logo`): -# Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS -# --------------------------------------------------------------- -font: - enable: false - - # Uri of fonts host. E.g. //fonts.googleapis.com (Default). - host: - - # Font options: - # `external: true` will load this font family from `host` above. - # `family: Times New Roman`. Without any quotes. - # `size: xx`. Use `px` as unit. - - # Global font settings used on element. - global: - external: true - family: Lato - size: - - # Font settings for Headlines (h1, h2, h3, h4, h5, h6). - # Fallback to `global` font settings. - headings: - external: true - family: - size: - - # Font settings for posts. - # Fallback to `global` font settings. - posts: - external: true - family: - - # Font settings for Logo. - # Fallback to `global` font settings. - logo: - external: true - family: - size: - - # Font settings for and code blocks. - codes: - external: true - family: Source Code Pro - size: 14 + placeholder: 评论一下再走吧~ \ No newline at end of file diff --git a/layout/article-post.ejs b/layout/article-post.ejs index 1a55797..7abc8b7 100644 --- a/layout/article-post.ejs +++ b/layout/article-post.ejs @@ -3,27 +3,28 @@
-

<%= page.title %>

+

<%= page.title %>

-