commit
a53e4f86a1
@ -33,6 +33,7 @@ highlight-style = "./custom.theme"
|
|||||||
# that supports fallback fonts, which we need for emojis.
|
# that supports fallback fonts, which we need for emojis.
|
||||||
pdf-engine = "lualatex"
|
pdf-engine = "lualatex"
|
||||||
metadata-file = "metadata.yml"
|
metadata-file = "metadata.yml"
|
||||||
|
verbosity = "INFO"
|
||||||
|
|
||||||
[output.pandoc.profile.pdf.variables]
|
[output.pandoc.profile.pdf.variables]
|
||||||
mainfont = "CoreSansA45.ttf"
|
mainfont = "CoreSansA45.ttf"
|
||||||
@ -49,8 +50,8 @@ sansfontoptions = [
|
|||||||
]
|
]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Open Sans"]
|
mainfontfallback = ["Open Sans:style=Regular"]
|
||||||
sansfontfallback = ["Open Sans"]
|
sansfontfallback = ["Open Sans:style=Regular"]
|
||||||
monofontfallback = [
|
monofontfallback = [
|
||||||
"Noto Color Emoji:mode=harf",
|
"Noto Color Emoji:mode=harf",
|
||||||
]
|
]
|
||||||
@ -90,8 +91,8 @@ sansfontoptions = [
|
|||||||
]
|
]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Open Sans"]
|
mainfontfallback = ["Open Sans:style=Regular"]
|
||||||
sansfontfallback = ["Open Sans"]
|
sansfontfallback = ["Open Sans:style=Regular"]
|
||||||
monofontfallback = [
|
monofontfallback = [
|
||||||
"Noto Color Emoji:mode=harf",
|
"Noto Color Emoji:mode=harf",
|
||||||
]
|
]
|
||||||
@ -121,8 +122,8 @@ metadata-file = "metadata.yml"
|
|||||||
[output.pandoc.profile.html.variables]
|
[output.pandoc.profile.html.variables]
|
||||||
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
# You can get these fonts here: https://fonts.google.com/selection?query=noto+color+
|
||||||
monofont = "Noto Sans Mono"
|
monofont = "Noto Sans Mono"
|
||||||
mainfontfallback = ["Open Sans"]
|
mainfontfallback = ["Open Sans:style=Regular"]
|
||||||
sansfontfallback = ["Open Sans"]
|
sansfontfallback = ["Open Sans:style=Regular"]
|
||||||
monofontfallback = [
|
monofontfallback = [
|
||||||
"Noto Color Emoji:mode=harf",
|
"Noto Color Emoji:mode=harf",
|
||||||
]
|
]
|
||||||
|
@ -80,8 +80,6 @@ The `bench` profile is the default profile used by `cargo bench`. The `bench` pr
|
|||||||
Use `dev` for iterative development and debugging, `release` for optimized production builds,\
|
Use `dev` for iterative development and debugging, `release` for optimized production builds,\
|
||||||
`test` for correctness testing, and `bench` for performance benchmarking.
|
`test` for correctness testing, and `bench` for performance benchmarking.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> "Have you built your project in release mode?" is almost a meme in the Rust community.\
|
> "Have you built your project in release mode?" is almost a meme in the Rust community.\
|
||||||
> It refers to developers who are not familiar with Rust and complain about its performance on
|
> It refers to developers who are not familiar with Rust and complain about its performance on
|
||||||
> social media (e.g. Reddit, Twitter, etc.) before realizing they haven't built their project in
|
> social media (e.g. Reddit, Twitter, etc.) before realizing they haven't built their project in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user