#179 Update to jekyll-theme-centos (0.9.20220212202853)
Merged 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.20220212202853"

  

  # 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
+4 -4
@@ -54,7 +54,7 @@ 

        jekyll (>= 3.0, < 5.0)

      jekyll-sass-converter (2.1.0)

        sassc (> 2.0.1, < 3.0)

-     jekyll-theme-centos (0.9.20220201124228)

+     jekyll-theme-centos (0.9.20220212202853)

        jekyll (~> 4.0)

      jekyll-tidy (0.2.2)

        htmlbeautifier
@@ -84,11 +84,11 @@ 

      progressbar (1.11.0)

      public_suffix (4.0.6)

      racc (1.6.0)

-     rb-fsevent (0.11.0)

+     rb-fsevent (0.11.1)

      rb-inotify (0.10.1)

        ffi (~> 1.0)

      rexml (3.2.5)

-     rouge (3.27.0)

+     rouge (3.28.0)

      safe_yaml (1.0.5)

      sassc (2.4.0)

        ffi (~> 1.9)
@@ -111,7 +111,7 @@ 

    jekyll-algolia

    jekyll-feed

    jekyll-paginate-v2

-   jekyll-theme-centos (= 0.9.20220201124228)

+   jekyll-theme-centos (= 0.9.20220212202853)

    jekyll-tidy

    jekyll-toc

    tzinfo (~> 1.2)

@@ -0,0 +1,11 @@ 

+ ---

+ title: "Convert to CentOS Stream 8"

+ layout: "aside"

+ category: news-and-events

+ ---

+ 

+ The CentOS Linux 8 packages have been removed from the mirrors.

+ If you haven't already, convert any CentOS Linux 8 installations to Stream 8 with these two commands:

+ 

+     dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos

+     dnf distro-sync

@@ -0,0 +1,8 @@ 

+ ---

+ title: "FOSDEM CentOS Dojo Videos"

+ layout: "aside"

+ category: news-and-events

+ ---

+ 

+ The videos and slides from the FOSDEM CentOS Dojo are now [available on the

+ event website](https://wiki.centos.org/Events/Dojo/FOSDEM2022).

  • Add clipboard.js v2.0.10 in assets/js/clipboard.min.js and update
    the assets/js/customization.js file to initialize ClipboardJS and
    create the copy-to-clipboard buttons automatically.

  • Remove code-header presentation. The buttons before "pre > code"
    combinations is now automatically created using javascript. The user
    no longer needs to add HTML code to have the copy-to-clipboard button
    near the "pre > code" structures.

  • Update highlighter presentation to accommodate the copy-to-clipboard button.

  • Fix empty and one-line code blocks presentation.

Pull-Request has been merged by areguera

2 years ago