feat: pagination, md changes
This commit is contained in:
parent
3c561d6445
commit
64c436e967
6 changed files with 14 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Change baseurl before deploy
|
# Change baseurl before deploy
|
||||||
baseurl = "https://demo.stack.jimmycai.com"
|
baseurl = "https://bytemeifyoucan.lol"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
paginate = 5
|
paginate = 10
|
||||||
title = "Byte me if you can"
|
title = "Byte me if you can"
|
||||||
|
|
||||||
# Theme i18n support
|
# Theme i18n support
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
title: Example Category
|
|
||||||
description: A description of this category
|
|
||||||
image:
|
|
||||||
|
|
||||||
# Badge style
|
|
||||||
style:
|
|
||||||
background: "#2a9d8f"
|
|
||||||
color: "#fff"
|
|
||||||
---
|
|
10
content/categories/libreboot/_index.md
Normal file
10
content/categories/libreboot/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: libreboot
|
||||||
|
description: Anything and everything related to Libreboot
|
||||||
|
image:
|
||||||
|
|
||||||
|
# Badge style
|
||||||
|
style:
|
||||||
|
background: "#2a9d8f"
|
||||||
|
color: "#fff"
|
||||||
|
---
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: My linux userspace
|
title: My linux userspace
|
||||||
description: A collection of tools i use in my workflow
|
description: A collection of tools i use in my workflow
|
||||||
|
image: linux.png
|
||||||
date: 2023-09-07 00:00:00+0000
|
date: 2023-09-07 00:00:00+0000
|
||||||
categories:
|
categories:
|
||||||
- Linux
|
- Linux
|
||||||
|
|
BIN
content/post/linux-setup/linux.png
Normal file
BIN
content/post/linux-setup/linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: T400 mods
|
title: T400 mods
|
||||||
description: A collection of ways you can mod a Thinkpad T400
|
description: A collection of ways you can mod a Thinkpad T400
|
||||||
date: 2023-09-08 00:00:00+0000
|
date: 2023-09-07 00:00:00+0000
|
||||||
categories:
|
categories:
|
||||||
- Thinkpad
|
- Thinkpad
|
||||||
- Libreboot
|
- Libreboot
|
||||||
|
|
Loading…
Reference in a new issue