diff --git a/layouts/partials/header.html b/layouts/partials/header.html index f6db6723..03ba6ac8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,13 +10,16 @@ + - {{ if eq $o ""}} + {{ if eq $o "" }}
diff --git a/static/css/style.css b/static/css/style.css index d560e880..0722fb5e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -394,6 +394,9 @@ header#header { button.tag { display:none; } + article { + padding: 10px; + } } .nav { @@ -1165,7 +1168,7 @@ li.commit a span.icon-moji_a { } blockquote { - background: #fff; + background: #f1f1f1; padding: 20px; margin: 20px 0; } @@ -1181,3 +1184,8 @@ blockquote { .pager a { color: #fff700; } + +article { + padding: 40px; + background: #fff; +} diff --git a/theme.toml b/theme.toml new file mode 100644 index 00000000..26d15930 --- /dev/null +++ b/theme.toml @@ -0,0 +1,16 @@ +name = "ai/web" +license = "MIT" +licenselink = "https://git.syui.ai/ai/web" +description = "ai/web hugo theme" +homepage = "https://yui.syui.ai" +tags = ["blog"] +features = ["font-awesome","icomoon"] + +[author] + name = "syui" + homepage = "https://syui.ai" + +[original] + author = "syui" + homepage = "https://yui.syui.ai" + repo = "https://git.syui.ai/ai/web"