docs: improve formatting
This commit is contained in:
parent
c67087ae3e
commit
0fe9834574
|
@ -4,7 +4,7 @@
|
|||
size: 10pt)
|
||||
#set page(
|
||||
paper: "a4",
|
||||
margin: (x: 1cm, y: 1cm),
|
||||
margin: 1cm,
|
||||
)
|
||||
#set par(
|
||||
justify: true,
|
||||
|
|
|
@ -4,13 +4,17 @@
|
|||
size: 10pt)
|
||||
#set page(
|
||||
paper: "a4",
|
||||
margin: (x: 1cm, y: 1cm),
|
||||
margin: 1cm,
|
||||
)
|
||||
#set par(
|
||||
justify: true,
|
||||
leading: 0.52em,
|
||||
)
|
||||
|
||||
#align(center, text(20pt)[
|
||||
*Setting up Zola on NixOS*
|
||||
])
|
||||
|
||||
= Introduction
|
||||
#link("https://getzola.org")[Zola] is a static site generator
|
||||
\(similarly to the infamous #link("https://gohugo.io")[Hugo];, which you
|
||||
|
|
Reference in a new issue