This commit is contained in:
Edgar 2021-12-28 22:47:12 +01:00
parent 8aec2e0001
commit 1e01887532
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85
2 changed files with 11 additions and 0 deletions

View file

@ -1 +1,10 @@
# edgarluque.com
# blog ideas
https://docs.rs/tokio/1.15.0/tokio/
tokio chat server
- creating a png image by hand?

View file

@ -99,6 +99,7 @@ h3 {
p {
text-align: justify;
text-justify: inter-word;
margin: 1em 0;
}
@ -124,6 +125,7 @@ pre {
code {
font-family: "JetBrains Mono", monospace;
padding: 2px;
line-height: 1.8;
border: 1px gray solid;
}