From ca333b667bdce36bbb329edd85918a9f0c2fac81 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 20 2022 09:37:10 +0000 Subject: [PATCH 1/4] Removing PidginHost from sponsors section Signed-off-by: Fabian Arrotin --- diff --git a/_sponsors/pidginhost.md b/_sponsors/pidginhost.md deleted file mode 100644 index d3112b4..0000000 --- a/_sponsors/pidginhost.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: Pidgin Host -country: usa -logo: /assets/img/sponsors/pidginhost.png -address: http://www.pidginhost.com/ ---- From f0bdc9ed81947cb45257f7e53b1071e1f5afdf66 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 27 2022 05:41:38 +0000 Subject: [PATCH 2/4] Reflected sponsor change Signed-off-by: Fabian Arrotin --- diff --git a/_sponsors/constant.md b/_sponsors/constant.md deleted file mode 100644 index 0f712ca..0000000 --- a/_sponsors/constant.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: constant -country: usa -logo: /assets/img/sponsors/constant.png -address: http://www.constant.com/ ---- - diff --git a/_sponsors/vultr.md b/_sponsors/vultr.md new file mode 100644 index 0000000..9116619 --- /dev/null +++ b/_sponsors/vultr.md @@ -0,0 +1,6 @@ +--- +name: Vultr +country: usa +logo: /assets/img/sponsors/vultr.png +address: https://www.vultr.com/ +--- diff --git a/assets/img/sponsors/constant.png b/assets/img/sponsors/constant.png deleted file mode 100644 index 721bb52..0000000 Binary files a/assets/img/sponsors/constant.png and /dev/null differ diff --git a/assets/img/sponsors/vultr.png b/assets/img/sponsors/vultr.png new file mode 100644 index 0000000..0720a1d Binary files /dev/null and b/assets/img/sponsors/vultr.png differ From 134b2a5d62a83b48c88a6f0a5ee0c12993051b33 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Oct 27 2022 05:48:26 +0000 Subject: [PATCH 3/4] Simple change for dynamic user id in instructions to use jekyll Signed-off-by: Fabian Arrotin --- diff --git a/README.md b/README.md index 3cac201..2a7d06b 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ Let's first clone git repo and ensure that some files in container will be owned for i in .jekyll-cache vendor vendor/bundle _site ; do podman unshare mkdir -p ${git_directory}/centos.org/${i} - podman unshare chown -R 1000:1000 ${git_directory}/centos.org/${i} + podman unshare chown -R $(id -u):$(id -u) ${git_directory}/centos.org/${i} done - podman unshare chown -R 1000:1000 ${git_directory}/centos.org/Gemfile.lock + podman unshare chown -R $(id -u):$(id -u) ${git_directory}/centos.org/Gemfile.lock popd Let's now for the first time launch jekyll: From db10ba6da5c13cca74c5be8c93ee575cddaa343f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 31 2022 12:30:19 +0000 Subject: [PATCH 4/4] fix: 🐛 remove font-size from pre elements in lists site --- diff --git a/Gemfile b/Gemfile index 9d80a76..5f60969 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "jekyll", "~> 4.0.0" # This is CentOS default website theme for new Jekyll based web sites. You may # change this to anything you like. -gem "jekyll-theme-centos", "0.9.20220201124228" +gem "jekyll-theme-centos", "0.9.20221031122647" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. gem