forked from fabian/nix_config
homepage: add blog index
also minor bug fixes
This commit is contained in:
parent
e71a06b6f0
commit
9b257e31fb
5 changed files with 138 additions and 17 deletions
|
@ -1,6 +0,0 @@
|
|||
+++
|
||||
title = "blog posts"
|
||||
+++
|
||||
## [2023-06-02: building a site with zola and sourcehut](@/blog/building_a_site_with_zola_and_sourcehut.md)
|
||||
## [2023-09-19: introduction to gpg key usage](@/blog/introduction_to_gpg_key_usage.md)
|
||||
## [2024-05-22: Stellaris virtual rush build](@/blog/stellaris_tall_virtual_build.md)
|
5
homepage/posixlycorrect/content/blog/_index.md
Normal file
5
homepage/posixlycorrect/content/blog/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "blog posts"
|
||||
template = "blog_index.html"
|
||||
paginate_by = 10
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue