Skip to content

Commit

Permalink
add /self/my-writing-story/250k/
Browse files Browse the repository at this point in the history
  • Loading branch information
madawei2699 committed Feb 24, 2022
1 parent e3bf33d commit 26de9a8
Show file tree
Hide file tree
Showing 7 changed files with 257 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/self/build-write-tool-v1.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "打造优雅高效的写作环境"
date: 2016-06-26
draft: false
tags: ["写作系统", "Hexo", "GitHub Pages", "图床"]
tags: ["写作", "Hexo", "GitHub Pages", "图床"]
aliases: [
"/zh-cn/self/build-write-tool-v1/"
]
Expand Down
229 changes: 229 additions & 0 deletions content/self/my-writing-story/250k.zh-cn.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"Target":"css/coder.min.3e5b69418cb2fbcbe0872ef8d6e91a63f025f6aa42d6e38a81cdf72d59f0b748.css","MediaType":"text/css","Data":{"Integrity":"sha256-PltpQYyy+8vghy741ukaY/Al9qpC1uOKgc33LVnwt0g="}}
{"Target":"css/coder.min.2488ba01cb1303762054fb878dc6758ce235b6b4ce5668c24316f203dbae41bd.css","MediaType":"text/css","Data":{"Integrity":"sha256-JIi6AcsTA3YgVPuHjcZ1jOI1trTOVmjCQxbyA9uuQb0="}}
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@ a[href^="#fn:"]:after {
font-size: 20px !important;
line-height: 1.8 !important;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32); }
.article-content a {
margin: 0 1px; }
@media only screen and (max-width: 768px) {
.article-content {
border: none;
Expand Down
22 changes: 20 additions & 2 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ li .fa-jk {
margin: 40px 40px;
}

.article-content {
h1,.article-content {
font-family: "LXGW WenKai" !important;
}

Expand Down Expand Up @@ -404,7 +404,25 @@ li .fa-jk {
}
.notices.tip p:first-child:after {
content: 'Tip';
}
}

.markmap > svg {
width: 100%;
height: 400px;
border: 1px dashed #ccc;
font-size: .3em;
font-family: 'LXGW WenKai';
@media only screen and (max-width : 768px) {
height: 230px;
}
}

.mermaid {
width: 100%;
height: auto;
text-align: center;
border: 1px dashed #ccc;
}
}

#control {
Expand Down
3 changes: 3 additions & 0 deletions themes/hugo-coder/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ a[href^="#fn:"]:after{ content: ']' }
font-size: 20px !important;
line-height: 1.8 !important;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
a {
margin: 0 1px;
}
@media only screen and (max-width : 768px) {
border: none;
padding: 0 0 0 0;
Expand Down

0 comments on commit 26de9a8

Please sign in to comment.