From 1e77599f97a5c42f2043db29432e69ef8ec2be66 Mon Sep 17 00:00:00 2001 From: ctmbl Date: Mon, 19 Feb 2024 15:24:45 +0100 Subject: [PATCH] Update posts and README --- README.md | 5 +++++ src/content/posts/short-docker-introduction.md | 2 +- src/content/posts/useful-daily-linux-tools.md | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 87a1551..2310503 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Non-exhaustive TODO-list: - [ ] show posts which `draft` param is `true` in dev mode (if possible) - [ ] check when building (with builder target) that git submodule is updated + +## Features +- renders emojis https://emojibase.dev/shortcodes/? + + ## Deployment ### Production diff --git a/src/content/posts/short-docker-introduction.md b/src/content/posts/short-docker-introduction.md index 89bdbf7..1a85303 100644 --- a/src/content/posts/short-docker-introduction.md +++ b/src/content/posts/short-docker-introduction.md @@ -63,7 +63,7 @@ Thus, you only have to build the smallest snapshot that run your application for For a python application, you'll need `python` ofc, maybe some dependencies like `pygame` or `requests` or `discordpy` if you're building a Discord Bot! Every other things would be useless garbage for your application!! -Factually, to create `docker` images you write a `Dockerfile` ([[3]](#3-dockerfile-example) to get an example ;) ): +Factually, to create `docker` images you write a `Dockerfile` ([[3]](#3-dockerfile-example) to get an example :wink:): - you base it on a base image (a python image, a debian or ubuntu classically) with the keyword `FROM`. - then you create the environment you need, maybe run some commands to create folders, install packages? You'll use the `RUN` keyword! - and finally embed your source code with `COPY` copying the files from the *host* (see the *Note* above) to the images. diff --git a/src/content/posts/useful-daily-linux-tools.md b/src/content/posts/useful-daily-linux-tools.md index 8d1d0f3..1a16c09 100644 --- a/src/content/posts/useful-daily-linux-tools.md +++ b/src/content/posts/useful-daily-linux-tools.md @@ -61,12 +61,12 @@ $ tldr chmod ... (you got it) ``` -Now you know every Linux command ;) +Now you know every Linux command :wink: You'll never (hmm...) read the `man` or google a command again! > install it on Ubuntu with `sudo apt install tldr` -> /!\ after installation do not forget to `tldr -u` to update it (`tldr tldr` if you forget it :))) ) +> /!\ after installation do not forget to `tldr -u` to update it (`tldr tldr` if you forget it :upside_down:) ## beautify your prompt so that you terminal feels like home @@ -97,7 +97,7 @@ Of course there are many other commands/tools that you should use: - `git` and `gh` - `htop` and `ncdu` - `gparted` - - `bash` :) (: + - `bash` :upside_down: - [`complete-alias`](https://github.com/cykerway/complete-alias) - other prompts - a good terminal