Skip to content

Commit 26de9a8

Browse files
committed
add /self/my-writing-story/250k/
1 parent e3bf33d commit 26de9a8

File tree

7 files changed

+257
-5
lines changed

7 files changed

+257
-5
lines changed

content/self/build-write-tool-v1.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "打造优雅高效的写作环境"
33
date: 2016-06-26
44
draft: false
5-
tags: ["写作系统", "Hexo", "GitHub Pages", "图床"]
5+
tags: ["写作", "Hexo", "GitHub Pages", "图床"]
66
aliases: [
77
"/zh-cn/self/build-write-tool-v1/"
88
]

content/self/my-writing-story/250k.zh-cn.md

Lines changed: 229 additions & 0 deletions
Large diffs are not rendered by default.

resources/_gen/assets/scss/scss/coder.scss_5e1eb8e37c42cdfb6215b61e44dcfa5f.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"css/coder.min.3e5b69418cb2fbcbe0872ef8d6e91a63f025f6aa42d6e38a81cdf72d59f0b748.css","MediaType":"text/css","Data":{"Integrity":"sha256-PltpQYyy+8vghy741ukaY/Al9qpC1uOKgc33LVnwt0g="}}
1+
{"Target":"css/coder.min.2488ba01cb1303762054fb878dc6758ce235b6b4ce5668c24316f203dbae41bd.css","MediaType":"text/css","Data":{"Integrity":"sha256-JIi6AcsTA3YgVPuHjcZ1jOI1trTOVmjCQxbyA9uuQb0="}}

resources/_gen/assets/scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f.content

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ a[href^="#fn:"]:after {
258258
font-size: 20px !important;
259259
line-height: 1.8 !important;
260260
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32); }
261+
.article-content a {
262+
margin: 0 1px; }
261263
@media only screen and (max-width: 768px) {
262264
.article-content {
263265
border: none;

static/css/main.css

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ li .fa-jk {
334334
margin: 40px 40px;
335335
}
336336

337-
.article-content {
337+
h1,.article-content {
338338
font-family: "LXGW WenKai" !important;
339339
}
340340

@@ -404,7 +404,25 @@ li .fa-jk {
404404
}
405405
.notices.tip p:first-child:after {
406406
content: 'Tip';
407-
}
407+
}
408+
409+
.markmap > svg {
410+
width: 100%;
411+
height: 400px;
412+
border: 1px dashed #ccc;
413+
font-size: .3em;
414+
font-family: 'LXGW WenKai';
415+
@media only screen and (max-width : 768px) {
416+
height: 230px;
417+
}
418+
}
419+
420+
.mermaid {
421+
width: 100%;
422+
height: auto;
423+
text-align: center;
424+
border: 1px dashed #ccc;
425+
}
408426
}
409427

410428
#control {

themes/hugo-coder/assets/scss/_base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ a[href^="#fn:"]:after{ content: ']' }
315315
font-size: 20px !important;
316316
line-height: 1.8 !important;
317317
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
318+
a {
319+
margin: 0 1px;
320+
}
318321
@media only screen and (max-width : 768px) {
319322
border: none;
320323
padding: 0 0 0 0;

0 commit comments

Comments
 (0)