jekyll-theme-centos 2.3.0.beta.67 → 2.3.0.beta.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/default/header.html +4 -4
  3. data/_includes/download/cards-body-convert.html +6 -8
  4. data/_includes/download/cards-body-doc.html +7 -4
  5. data/_includes/download/cards-body-eol.html +13 -4
  6. data/_includes/download/cards-body-screenshot.html +3 -0
  7. data/_includes/download/cards-body.html +6 -5
  8. data/_includes/download/cards-header-convert.html +7 -8
  9. data/_includes/download/cards-header-doc.html +7 -8
  10. data/_includes/download/cards-header-eol.html +7 -8
  11. data/_includes/download/cards-header-screenshot.html +8 -0
  12. data/_includes/download/cards-header.html +12 -10
  13. data/_includes/download/cards.html +47 -52
  14. data/_includes/editbar.html +4 -41
  15. data/_includes/footer.html +28 -31
  16. data/_includes/home/header.html +1 -1
  17. data/_includes/people/about.html +1 -1
  18. data/_includes/people/header.html +1 -1
  19. data/_includes/people/posts.html +1 -1
  20. data/_includes/people/projects.html +1 -1
  21. data/_includes/people/pubkeys.html +2 -2
  22. data/_includes/people/support.html +1 -1
  23. data/_includes/scripts.html +65 -0
  24. data/_includes/toc-accordion.html +4 -2
  25. data/_layouts/default.html +7 -12
  26. data/_layouts/people.html +16 -40
  27. data/_sass/centos/_adjustments.scss +57 -0
  28. data/_sass/centos/_variables.scss +72 -14
  29. data/assets/css/stylesheet.lists.min.scss +2 -1
  30. data/assets/css/stylesheet.min.scss +2 -1
  31. data/assets/img/distributions/centos-linux/7/screenshot-n.png +0 -0
  32. data/assets/img/distributions/centos-linux/8/screenshot-n.png +0 -0
  33. data/assets/img/distributions/centos-stream/8/screenshot-n.png +0 -0
  34. data/assets/img/distributions/centos-stream/9/screenshot-n.png +0 -0
  35. data/assets/img/distributions/name/release/screenshot-n.png +0 -0
  36. data/assets/img/distributions/name/release/screenshot-n.svg +128 -0
  37. data/assets/js/jquery.dataTables.min.js +4 -0
  38. data/assets/js/vanilla-back-to-top.min.js +1 -0
  39. data/default.md +36 -25
  40. data/download.md +91 -0
  41. data/people.md +3 -1
  42. metadata +15 -14
  43. data/_includes/top.html +0 -3
  44. data/_layouts/default-datatables.html +0 -35
  45. data/_sass/centos/_headings.scss +0 -32
  46. data/_sass/centos/_links.scss +0 -11
  47. data/assets/js/clipboard.js +0 -890
  48. data/assets/js/dataTables.bootstrap5.js +0 -212
  49. data/assets/js/dataTables.bootstrap5.min.mjs +0 -4
  50. data/assets/js/dataTables.bootstrap5.mjs +0 -168
  51. data/assets/js/jquery.js +0 -10965
  52. data/assets/js/jquery.min.map +0 -1
  53. data/assets/js/jquery.slim.js +0 -8866
  54. data/assets/js/jquery.slim.min.map +0 -1
@@ -1,32 +0,0 @@
1
- // --------------------------------------------------------------------------------
2
- // Navbar and linked headings' correction.
3
- //
4
- // By default, when you access page headings from the page table of content
5
- // (toc) links, the heading is hidden behind the navbar. This workaround fixes
6
- // the linked headings visibility issue in the page.
7
- // --------------------------------------------------------------------------------
8
-
9
- main {
10
- h1,
11
- h2,
12
- h3,
13
- h4,
14
- h5,
15
- h6 {
16
- &::before {
17
- display: block;
18
- height: 6rem;
19
- margin-top: -6rem;
20
- visibility: hidden;
21
- content: "";
22
- }
23
- margin-top: 3rem;
24
- }
25
- .bg-image {
26
- @extend .bg-dark, .py-3;
27
- background: url(../img/centos-motif.png) right center / cover;
28
- }
29
- .bg-light-radial-gradient {
30
- background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(248, 249, 250, 0) 100%);
31
- }
32
- }
@@ -1,11 +0,0 @@
1
- /* CentOS Links
2
- */
3
- main, footer {
4
- a {
5
- text-decoration: none;
6
- }
7
-
8
- a:hover {
9
- text-decoration: underline;
10
- }
11
- }