Skip to content

[config](build): jekyll-paginate-v2#790

Merged
RalphHightower merged 1 commit intomainfrom
RalphHightower-patch-129433
Feb 3, 2025
Merged

[config](build): jekyll-paginate-v2#790
RalphHightower merged 1 commit intomainfrom
RalphHightower-patch-129433

Conversation

@RalphHightower
Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
@RalphHightower RalphHightower added build Build Change (actions) config – YAML file Configuration file or GitHub action file labels Feb 3, 2025
@RalphHightower RalphHightower self-assigned this Feb 3, 2025
@RalphHightower RalphHightower merged commit 74801e9 into main Feb 3, 2025
@RalphHightower RalphHightower changed the title [config](build(: jekyll-paginate-v2 [config](build): jekyll-paginate-v2 Feb 3, 2025
@RalphHightower
Copy link
Copy Markdown
Owner Author

RalphHightower commented Feb 3, 2025

Run bundle exec jekyll build --trace --incremental --baseurl "/blog"
  bundle exec jekyll build --trace --incremental --baseurl "/blog"
  shell: /usr/bin/bash -e {0}
  env:
    GITHUB_PAGES: true
    JEKYLL_ENV: production
    JEKYLL_GITHUB_TOKEN: 
    LOG_LEVEL: debug
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
Configuration file: /home/runner/work/blog/blog/_config.yml
            Source: /home/runner/work/blog/blog
       Destination: /home/runner/work/blog/blog/_site
 Incremental build: enabled
      Generating... 
  AI Related Posts: Creating cache [.ai_related_posts_cache.sqlite3]
  AI Related Posts: Fetch disabled. Using cached related posts data.
  AI Related Posts: Found 0 cached embeddings; skipped 448 fetches
       Jekyll Feed: Generating feed for posts
         AutoPages: Disabled/Not configured in site.config.
        Pagination: Is enabled, but I couldn't find any pagination page. Skipping pagination. Pages must have 'pagination: enabled: true' in their front-matter for pagination to work.
        Pagination: Complete, processed pagination page(s)
DEPRECATION WARNING: to_time will always preserve the timezone offset of the receiver in Rails 8.0. To opt in to the new behavior, set `ActiveSupport.to_time_preserves_timezone = true`. (called from load at /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/bin/jekyll:25)
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
2 │   "minima/skins/auto",
  │   ^^^^^^^^^^^^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
3 │   "minima/initialize";
  │   ^^^^^^^^^^^^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
14 │ $lm-brand-color-light:     lighten($lm-brand-color, 40%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 14:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 51.6455696203%)
color.adjust($color, $lightness: 40%)

More info: https://sass-lang.com/d/color-functions

   ╷
14 │ $lm-brand-color-light:     lighten($lm-brand-color, 40%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 14:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
15 │ $lm-brand-color-dark:      darken($lm-brand-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 15:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -100%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
15 │ $lm-brand-color-dark:      darken($lm-brand-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 15:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
24 │ $lm-link-visited-color:    darken($lm-link-base-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 24:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -100%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
24 │ $lm-link-visited-color:    darken($lm-link-base-color, 25%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 24:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
28 │ $lm-border-color-02:       lighten($lm-brand-color, 35%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 28:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 45.1898734177%)
color.adjust($color, $lightness: 35%)

More info: https://sass-lang.com/d/color-functions

   ╷
28 │ $lm-border-color-02:       lighten($lm-brand-color, 35%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 28:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
31 │ $lm-table-text-color:      lighten($lm-text-color, 18%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 31:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 22.8358208955%)
color.adjust($color, $lightness: 18%)

More info: https://sass-lang.com/d/color-functions

   ╷
31 │ $lm-table-text-color:      lighten($lm-text-color, 18%) !default;
   │                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/skins/auto.scss 31:28                           @import
    /home/runner/work/blog/blog/assets/css/style.scss 2:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
46 │   "minima/custom-variables", // Hook to override predefined variables.
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 46:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
47 │   "minima/base",             // Defines element resets.
   │   ^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 47:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
48 │   "minima/layout",           // Defines structure and style based on CSS selectors.
   │   ^^^^^^^^^^^^^^^
   ╵
    minima/initialize.scss 48:3                            @import
    /home/runner/work/blog/blog/assets/css/style.scss 3:3  root stylesheet
WARNING: 11 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

  ╷
1 │ @import "minima";
  │         ^^^^^^^^
  ╵
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
48 │   "minima/base",
   │   ^^^^^^^^^^^^^
   ╵
    minima.scss 48:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
49 │   "minima/layout",
   │   ^^^^^^^^^^^^^^^
   ╵
    minima.scss 49:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [import]: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
50 │   "minima/syntax-highlighting"
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 50:3                                  @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
18 │ $grey-color-light: lighten($grey-color, 40%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 18:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 81.6%)
color.adjust($color, $lightness: 40%)

More info: https://sass-lang.com/d/color-functions

   ╷
18 │ $grey-color-light: lighten($grey-color, 40%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 18:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

   ╷
19 │ $grey-color-dark:  darken($grey-color, 25%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 19:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -49.0384615385%)
color.adjust($color, $lightness: -25%)

More info: https://sass-lang.com/d/color-functions

   ╷
19 │ $grey-color-dark:  darken($grey-color, 25%) !default;
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
    minima.scss 19:20                                 @import
    /home/runner/work/blog/blog/assets/main.scss 1:9  root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
110 │     color: darken($brand-color, 15%);
    │            ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 110:12  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: darken() is deprecated. Suggestions:

color.scale($color, $lightness: -28.5447761194%)
color.adjust($color, $lightness: -15%)

More info: https://sass-lang.com/d/color-functions

    ╷
110 │     color: darken($brand-color, 15%);
    │            ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 110:12  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
235 │   color: lighten($text-color, 18%);
    │          ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 235:10  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 19.2857142857%)
color.adjust($color, $lightness: 18%)

More info: https://sass-lang.com/d/color-functions

    ╷
235 │   color: lighten($text-color, 18%);
    │          ^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 235:10  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [global-builtin]: Global built-in functions are deprecated and will be removed in Dart Sass 3.0.0.
Use color.adjust instead.

More info and automated migrator: https://sass-lang.com/d/import

    ╷
240 │       background-color: lighten($grey-color-light, 6%);
    │                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 240:25  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
DEPRECATION WARNING [color-functions]: lighten() is deprecated. Suggestions:

color.scale($color, $lightness: 66.5217391304%)
color.adjust($color, $lightness: 6%)

More info: https://sass-lang.com/d/color-functions

    ╷
240 │       background-color: lighten($grey-color-light, 6%);
    │                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵
    ../../../../minima-2.5.2/_sass/minima/_base.scss 240:25  @import
    minima.scss 48:3                                         @import
    /home/runner/work/blog/blog/assets/main.scss 1:9         root stylesheet
WARNING: 6 repetitive deprecation warnings omitted.
Run in verbose mode to see all warnings.
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.
                    /home/runner/work/blog/blog/_site/assets/minima-social-icons.svg
                     - assets/minima-social-icons.liquid
                     - /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/minima-2.5.2/assets/minima-social-icons.svg
                    
          Conflict: The following destination is shared by multiple files.
                    The written file may end up with unexpected contents.
                    /home/runner/work/blog/blog/_site/2025/01/TrumpElectionInterferenceReport.html
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-10-TrumpElectionInterferenceReport.md
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-12-TrumpElectionInterferenceReport.md
                     - /home/runner/work/blog/blog/_posts/2025/01/2025-01-13-TrumpElectionInterferenceReport.md
                    
                    done in 30.554 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

@RalphHightower RalphHightower deleted the RalphHightower-patch-129433 branch June 24, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Build Change (actions) config – YAML file Configuration file or GitHub action file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant