Notes are for a X post!
sudo ln -fs /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d
sudo ln -fs /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d
Notes are for a X post!
sudo ln -fs /usr/share/fontconfig/conf.avail/10-autohint.conf /etc/fonts/conf.d
sudo ln -fs /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf /etc/fonts/conf.d
This document is a step-by-step documentation for running Traefik proxy with Podman.
{ | |
"settings": { | |
"appearanceTools": true, | |
"blocks": { | |
"core/image": { | |
"appearanceTools": true, | |
"color": { | |
"background": true, | |
"custom": true, | |
"customDuotone": true, |
You need Composer on your system: Install
CD to your project root and run:
composer require --dev wp-coding-standards/wpcs
Note: Before proceeding with the installation, it's recommended to perform some post-installation steps on your server. You can find the details in this gist.
Run the following command to uninstall all conflicting packages:
for pkg in docker.io docker-doc docker-compose docker-compose-v2 podman-docker containerd runc; do sudo apt-get remove $pkg; done
Set up Docker's apt
repository.
Adding automatic theme updates from a GitHub repository is actually pretty simple. The following function will hook into WordPress's native update system and grab the latest release from the repo of your choosing (if the version number has increased).
Place the following in your functions.php
// Automatic theme updates from the GitHub repository
add_filter('pre_set_site_transient_update_themes', 'automatic_GitHub_updates', 100, 1);
function automatic_GitHub_updates($data) {
.header .logo { | |
padding: 20px 20px 0px 0px; | |
margin: 0px 0px 0px 20px; | |
border-left: 1px solid var(--clp-border-color); | |
border-right: unset; | |
} | |
.header .navbar-right { | |
padding: 0px 40px 0px 0px; | |
} |