db10ba
134b2a
f0bdc9
ca333b
@@ -11,7 +11,7 @@
# 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
@@ -36,9 +36,9 @@
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:
@@ -1,6 +0,0 @@
- ---
- name: Pidgin Host
- country: usa
- logo: /assets/img/sponsors/pidginhost.png
- address: http://www.pidginhost.com/
@@ -1,7 +1,6 @@
---
- name: constant
+ name: Vultr
country: usa
- logo: /assets/img/sponsors/constant.png
- address: http://www.constant.com/
+ logo: /assets/img/sponsors/vultr.png
+ address: https://www.vultr.com/
-
Normalize staging branch based on main changes.
The Gemfile.lock file is missing here. I close this one to include it and open a new PR with it.
Pull-Request has been closed by areguera
Normalize staging branch based on main changes.