sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
#!/bin/bash | |
# Array of options | |
colors=(000000 ffc857) | |
num_colors=${#colors[@]} | |
# Find current title color | |
cur_value=$(sed -n -e 's/^.*title_color=//p' readme.md | cut -c 1-6) | |
# Get index of current title color in colors array |
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes: