add sophistry site

This commit is contained in:
leafee98 2022-09-28 19:42:00 +08:00
parent 377baf2c19
commit 304e5f7f6e
60 changed files with 153 additions and 0 deletions

16
config.toml Normal file
View file

@ -0,0 +1,16 @@
# The URL the site will be built for
base_url = "https://sophistry.leafee98.com"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = false
[extra]
# Put all your custom variables here

60
content/_index.md Normal file
View file

@ -0,0 +1,60 @@
+++
title = "诡辩术"
description = "图包来源https://t.me/addstickers/guibianshu"
+++
{{ pic_item(src="img/一厢情愿.png", title="一厢情愿") }}
{{ pic_item(src="img/一孔之间.png", title="一孔之间") }}
{{ pic_item(src="img/一概而论.png", title="一概而论") }}
{{ pic_item(src="img/中词不周延.png", title="中词不周延") }}
{{ pic_item(src="img/中间立场.png", title="中间立场") }}
{{ pic_item(src="img/临时救援.png", title="临时救援") }}
{{ pic_item(src="img/举证责任.png", title="举证责任") }}
{{ pic_item(src="img/人身攻击.png", title="人身攻击") }}
{{ pic_item(src="img/以偏概全.png", title="以偏概全") }}
{{ pic_item(src="img/伪二分法.png", title="伪二分法") }}
{{ pic_item(src="img/分割谬误.png", title="分割谬误") }}
{{ pic_item(src="img/前后即因果.png", title="前后即因果") }}
{{ pic_item(src="img/合成谬误.png", title="合成谬误") }}
{{ pic_item(src="img/否定前件.png", title="否定前件") }}
{{ pic_item(src="img/基因缪误.png", title="基因缪误") }}
{{ pic_item(src="img/妄下定论.png", title="妄下定论") }}
{{ pic_item(src="img/完美主义谬误.png", title="完美主义谬误") }}
{{ pic_item(src="img/循环逻辑.png", title="循环逻辑") }}
{{ pic_item(src="img/忽视主因.png", title="忽视主因") }}
{{ pic_item(src="img/掩耳盗铃.png", title="掩耳盗铃") }}
{{ pic_item(src="img/无法证伪.png", title="无法证伪") }}
{{ pic_item(src="img/求新逻辑.png", title="求新逻辑") }}
{{ pic_item(src="img/滑坡谬误.png", title="滑坡谬误") }}
{{ pic_item(src="img/相关即因果.png", title="相关即因果") }}
{{ pic_item(src="img/相对论谬误.png", title="相对论谬误") }}
{{ pic_item(src="img/确认偏误.png", title="确认偏误") }}
{{ pic_item(src="img/积非成是.png", title="积非成是") }}
{{ pic_item(src="img/稻草人谬误.png", title="稻草人谬误") }}
{{ pic_item(src="img/罪恶关联.png", title="罪恶关联") }}
{{ pic_item(src="img/肯定后件.png", title="肯定后件") }}
{{ pic_item(src="img/设计谬误.png", title="设计谬误") }}
{{ pic_item(src="img/诉诸主流.png", title="诉诸主流") }}
{{ pic_item(src="img/诉诸仇恨.png", title="诉诸仇恨") }}
{{ pic_item(src="img/诉诸传统.png", title="诉诸传统") }}
{{ pic_item(src="img/诉诸匿名权威.png", title="诉诸匿名权威") }}
{{ pic_item(src="img/诉诸(可疑)权威.png", title="诉诸") }}
{{ pic_item(src="img/诉诸同情.png", title="诉诸同情") }}
{{ pic_item(src="img/诉诸常规.png", title="诉诸常规") }}
{{ pic_item(src="img/诉诸怀疑.png", title="诉诸怀疑") }}
{{ pic_item(src="img/诉诸恐惧.png", title="诉诸恐惧") }}
{{ pic_item(src="img/诉诸无知.png", title="诉诸无知") }}
{{ pic_item(src="img/诉诸概率.png", title="诉诸概率") }}
{{ pic_item(src="img/诉诸自然.png", title="诉诸自然") }}
{{ pic_item(src="img/诉诸荒谬.png", title="诉诸荒谬") }}
{{ pic_item(src="img/诉诸谄媚.png", title="诉诸谄媚") }}
{{ pic_item(src="img/误导性鲜活个案.png", title="误导性鲜活个案") }}
{{ pic_item(src="img/谎言.png", title="谎言") }}
{{ pic_item(src="img/赌徒谬误.png", title="赌徒谬误") }}
{{ pic_item(src="img/身价逻辑.png", title="身价逻辑") }}
{{ pic_item(src="img/身份主观.png", title="身份主观") }}
{{ pic_item(src="img/转移注意.png", title="转移注意") }}
{{ pic_item(src="img/轶事证据.png", title="轶事证据") }}
{{ pic_item(src="img/轻率概化.png", title="轻率概化") }}
{{ pic_item(src="img/隐瞒证据.png", title="隐瞒证据") }}
{{ pic_item(src="img/来源-读者书摘.png", title="来源-读者书摘") }}

54
sass/css/style.scss Normal file
View file

@ -0,0 +1,54 @@
.image-item {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem;
// width: 256px;
// the image
img {
width: 256px;
box-shadow: 0 0px 8px 6px rgba(0, 0, 0, 0.2);
}
// the title
div {
padding-top: 0.3rem;
}
}
* {
box-sizing: border-box;
}
body {
margin: 0;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
padding-left: 1rem;
padding-right: 1rem;
background-color: #F0DAD6;
}
.flex {
display: flex;
}
.wrap {
flex-wrap: wrap;
}
.justify-content {
justify-content: center;
}
.width-content {
width: max-content;
max-width: 100%;
}

BIN
static/img/一厢情愿.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
static/img/一孔之间.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
static/img/一概而论.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

BIN
static/img/中间立场.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
static/img/临时救援.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

BIN
static/img/举证责任.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
static/img/人身攻击.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
static/img/以偏概全.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
static/img/伪二分法.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

BIN
static/img/分割谬误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
static/img/合成谬误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
static/img/否定前件.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
static/img/基因缪误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
static/img/妄下定论.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
static/img/循环逻辑.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
static/img/忽视主因.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
static/img/掩耳盗铃.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
static/img/无法证伪.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
static/img/求新逻辑.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
static/img/滑坡谬误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
static/img/确认偏误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
static/img/积非成是.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

BIN
static/img/罪恶关联.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
static/img/肯定后件.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
static/img/设计谬误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
static/img/诉诸主流.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
static/img/诉诸仇恨.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
static/img/诉诸传统.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
static/img/诉诸同情.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
static/img/诉诸常规.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
static/img/诉诸怀疑.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
static/img/诉诸恐惧.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
static/img/诉诸无知.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

BIN
static/img/诉诸概率.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
static/img/诉诸自然.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
static/img/诉诸荒谬.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
static/img/诉诸谄媚.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
static/img/谎言.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
static/img/赌徒谬误.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
static/img/身价逻辑.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
static/img/身份主观.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
static/img/转移注意.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
static/img/轶事证据.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
static/img/轻率概化.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
static/img/隐瞒证据.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

19
templates/index.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta charset="utf-8">
<title>{{ section.title ~ " | " ~ section.description }}</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>{{ section.title }}</h1>
<p>{{ section.description }}</p>
<div class="flex wrap width-content justify-content">
{{ section.content | safe }}
</div>
</body>
</html>

View file

@ -0,0 +1,4 @@
<div class="image-item{% if class %} {{class}}{% endif %}">
<img src="{{ get_url(path=src) }}" />
<div>{{ title }}</div>
</div>