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