mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 17:48:22 +00:00
fix images
This commit is contained in:
parent
21d84b294b
commit
3254577e67
|
@ -9,6 +9,7 @@ default_language = "en"
|
|||
# Whether to automatically compile all Sass files in the sass directory
|
||||
compile_sass = true
|
||||
|
||||
# todo, when debian updates zola, enable this again, there is a bug where minify removes newlines in pre.
|
||||
#minify_html = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
|
|
|
@ -161,7 +161,7 @@ We format our message with `str_format` and send it with the method `SendChatTar
|
|||
|
||||
And we can test it in the game:
|
||||
|
||||
![The result](/static/img/ddnet_chat_cmd.png)
|
||||
![The result](/img/ddnet_chat_cmd.png)
|
||||
|
||||
## More to come
|
||||
- Implementing a rcon command
|
||||
|
|
|
@ -9,17 +9,17 @@ A replacement for ls which features better defaults and more features.
|
|||
|
||||
[github.com/ogham/exa](https://github.com/ogham/exa)
|
||||
|
||||
![exa example](/static/img/exa_preview.png)
|
||||
![exa example](/img/exa_preview.png)
|
||||
|
||||
## bat, a cat(1) clone with wings.
|
||||
|
||||
Bat supports syntax highlighting, git integration, paging and more.
|
||||
|
||||
![](/static/img/bat_cmd_example.png)
|
||||
![](/img/bat_cmd_example.png)
|
||||
|
||||
If you use (neo)vim with fzf.vim and have ripgrep and bat installed your search will have a preview window with highlighted code:
|
||||
|
||||
![](/static/img/vim_bat_preview.png)
|
||||
![](/img/vim_bat_preview.png)
|
||||
|
||||
## fd, a simple, fast and user-friendly alternative to find
|
||||
|
||||
|
|
BIN
static/img/bat_cmd_example.png
Normal file
BIN
static/img/bat_cmd_example.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
BIN
static/img/ddnet_chat_cmd.png
Normal file
BIN
static/img/ddnet_chat_cmd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
BIN
static/img/exa_preview.png
Normal file
BIN
static/img/exa_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 245 KiB |
BIN
static/img/vim_bat_preview.png
Normal file
BIN
static/img/vim_bat_preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 KiB |
Loading…
Reference in a new issue