#192 Remove font-size from pre elements on lists site
Closed 2 years ago by areguera. Opened 2 years ago by areguera.
centos/ areguera/centos.org next  into  staging

file modified
+1 -1
@@ -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

file modified
+2 -2
@@ -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/

- ---

_sponsors/vultr.md _sponsors/constant.md
file renamed
+3 -4
@@ -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/

  ---

- 

empty or binary file added

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

2 years ago