Commit Graph

202 Commits

Author SHA1 Message Date
Paul Maddern
26d9939698 Allows use of categories and tags
I probably wouldn't handle it like this if I were writing it from scratch, but this is a suggested solution for having both tags _and_ categories present on the site.

```
---
title: "Wheelie"
date: 2024-03-01T22:06:25Z
draft: false
tags: ["skoolkit", "wheelie", "zx spectrum", "z80"]
categories:
  - "Disassembly"
---
```

The problem is, categories are defined by default so you end up with an empty page; e.g. https://meik2333.com/categories/

The alternative is to remove it, which can be done

```
[Taxonomies]
  tag = "tags"
```

(If you don't define `category = "categories"` then it's removed).
2024-03-04 10:58:08 +00:00
MeiK
1081272625 Merge pull request #133 from leoheitmannruiz/patch-2
Add demosite to theme.toml
2024-02-11 11:44:07 +08:00
MeiK
fffa8c0cf3 Merge pull request #132 from leoheitmannruiz/patch-1
Make image path absolute
2024-02-11 11:43:54 +08:00
Leo Heitmann Ruiz
332960dc9f Add demosite 2024-02-06 22:06:34 +00:00
Leo Heitmann Ruiz
bfad8bd00d Make image path absolute 2024-02-06 22:02:47 +00:00
MeiK
4fa1ee2d58 Merge pull request #130 from dherbst/image-sep-26
Separate octocat image for #26
2024-01-25 16:02:59 +08:00
Darrel Herbst
da961fa209 Separate octocat image for #26 2024-01-08 18:23:45 -05:00
MeiK
b43894e9e5 Merge pull request #78 from oyyzz/add-avatar-in-reademe
Add avatar in config & reademe
2024-01-08 10:56:57 +08:00
MeiK
d8ab769567 Merge pull request #129 from wumingzhao1223/master
Fix typos
2024-01-08 10:56:16 +08:00
wumingzhao1223
ca19455213 Fix typos 2024-01-03 23:50:18 +08:00
MeiK
3b0c2b30b1 Merge pull request #128 from deining/fix-typo
Fix typos
2024-01-02 09:34:08 +08:00
Andreas Deininger
276bf0517f Fix typos 2023-12-21 20:50:25 +01:00
MeiK
fafe84e58f Merge pull request #125 from yuweizzz/perf-user-profile
perf: adjust avatar position when in different box
2023-09-18 10:59:27 +08:00
MeiK
002325531f Merge pull request #124 from yuweizzz/feat-details
feat: support collapsible block
2023-09-18 10:59:04 +08:00
yuweizzz
b65186ac1b adjust position value 2023-09-14 22:14:34 +08:00
yuweizzz
0e4261bc8e perf: adjust avatar position when in different box 2023-09-13 23:03:58 +08:00
yuweizzz
7ba583ae41 feat: support collapsible block 2023-09-11 22:55:32 +08:00
MeiK
eee158a658 Merge pull request #120 from luma0724/master
correct typos in README.md
2022-10-30 15:09:00 +08:00
luma0724
0071c75521 Merge pull request #1 from luma0724/luma0724-patch-1
correct typos in README.md
2022-10-25 16:05:27 +08:00
luma0724
1315edf05b correct typos in README.md
`## Approch` -> `## Approach`
2022-10-25 16:04:07 +08:00
MeiK
ff97bbc0a7 修复当小标题为链接时,toc生成错误的bug 2022-09-19 21:22:46 +08:00
MeiK
d668de73d4 Merge pull request #117 from jaxleof/master
feat: Add tag-based classification and Support MathJax now
2022-06-27 16:36:15 +08:00
jaxleof
cada89a353 fix: bug fixed 2022-06-23 22:30:43 +08:00
jaxleof
47f3cab6a5 feat: you can use MathJax now 2022-06-23 22:12:15 +08:00
jaxleof
66042aa6aa feat: Add tag-based classification 2022-06-23 16:37:04 +08:00
MeiK
bc08dd6354 Merge pull request #114 from tategotoazarasi/master
Use fastly.jsdelivr.net
2022-06-02 16:32:42 +08:00
Tategoto Azarasi
6cfa9f51b2 Use fastly.jsdelivr.net
Use fastly.jsdelivr.net instead of cdn.jsdelivr.net since the latter is blocked in China.
2022-06-01 13:59:51 +08:00
MeiK
cde2c76a1b Merge pull request #101 from MeiK2333/toc
更新 toc
2022-01-27 15:35:08 +08:00
MeiK
324e8301a8 更新 toc 2022-01-27 15:31:18 +08:00
MeiK
02ba70be5a Merge pull request #100 from MeiK2333/gitalk
修复层级异常的问题
2022-01-26 22:01:29 +08:00
MeiK
176738aa1e 修复层级异常的问题 2022-01-26 21:59:51 +08:00
MeiK
a2d682c9c4 Merge pull request #99 from MeiK2333/gitalk
fix border
2022-01-26 20:47:43 +08:00
MeiK
2ccea12ff2 fix border 2022-01-26 20:47:20 +08:00
MeiK
ea94cc616d Merge pull request #97 from MeiK2333/gitalk
Gitalk
2022-01-25 15:27:10 +08:00
MeiK
bb842791e5 support comments 2022-01-25 15:25:11 +08:00
MeiK
bf9c9ca2bc 添加回复框的样式 2022-01-25 14:11:06 +08:00
MeiK
69ed2cc9c2 添加移动端适配 2022-01-24 20:57:20 +08:00
MeiK
5e402f132c Merge pull request #96 from ventusoon/master
gitalk
2022-01-24 15:00:14 +08:00
ventusoon
1b9ebcb087 Merge branch 'master' of github.com:ventusoon/github-style 2022-01-24 02:48:03 +08:00
ventusoon
de965fa918 add Gitalk 2022-01-24 02:47:56 +08:00
Ventus
2d4da350de Update README.md 2022-01-24 02:46:57 +08:00
ventusoon
7b00f0e8c3 add Gitalk 2022-01-24 02:41:12 +08:00
ventusoon
150fe81900 add gitalk 2022-01-24 01:17:39 +08:00
Ventus
e4a9f8393a Update README.md 2022-01-23 19:29:46 +08:00
MeiK
10b5d623cc Merge pull request #92 from yuweizzz/source_master
fix(static): fix blank post activity
2022-01-17 11:18:15 +08:00
yuweizzz
796ec24c82 fix(static): fix blank post activity 2022-01-15 22:45:49 +08:00
MeiK
b8e6a9c7d0 Merge pull request #90 from yuweizzz/source_master
fix(layouts): fix 404 page in dark mode
2022-01-04 11:09:28 +08:00
yuweizzz
edaf870570 fix(layouts): fix 404 page in dark mode 2022-01-03 21:43:02 +08:00
MeiK
68922f4e4c Merge pull request #87 from MeiK2333/fix-icon-null
Fixes #86
2021-12-07 16:08:31 +08:00
MeiK
6408815d38 Fixes #86 2021-12-07 16:08:11 +08:00