Paul Maddern
6a81594c3b
Update config.template.toml
2024-03-15 18:55:35 +00:00
Paul Maddern
aab58c7d7b
Update extended_head.html
2024-03-15 18:52:59 +00:00
MeiK
ce4bafd6a7
Merge pull request #136 from pobtastic/patch-3
...
Allows use of categories and tags
2024-03-13 14:39:13 +08:00
Paul Maddern
3dee5edf9b
Merge branch 'master' into patch-3
2024-03-11 14:47:17 +00:00
MeiK
4bc59c5d87
Merge pull request #137 from pobtastic/patch-4
...
Remove duplicate <li>
2024-03-11 11:09:49 +08:00
MeiK
41970cd776
Merge pull request #135 from pobtastic/patch-2
...
Missing tag name on posts landing page
2024-03-11 11:09:24 +08:00
MeiK
0e4444efb2
Merge pull request #134 from pobtastic/patch-1
...
Tags with spaces don't render correctly.
2024-03-11 11:09:10 +08:00
Paul Maddern
552bd01e3c
Remove duplicate <li>
...
`document.createElement('li')` already creates the `<li>`
2024-03-10 21:47:13 +00:00
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
Paul Maddern
fa418e19e5
Missing tag name on posts landing page
...
Using hugo v0.123.4-21a41003c4633b142ac565c52da22924dc30637a+extended
This is blank unless I make the change here.
2024-03-03 08:58:49 +00:00
Paul Maddern
e9656366bd
Tags with spaces don't render correctly.
...
I noticed that my tags at the top of the homepage 404'd when clicked (well, the ones with spaces in them anyway).
Just needs consistency with the other templates.
2024-03-02 15:24:14 +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