I am grateful for YOU.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oDinZu 2022-11-29 13:57:42 -05:00
parent d264c4448e
commit 0b45400af1
8 changed files with 6 additions and 18 deletions

12
.gitignore vendored
View File

@ -7,13 +7,11 @@ docs/
.gitattributes
project.geany
# collections are generated with Drone CI/CD build
collections/_products/*.md
collections/_posts/*.md
collections/_drafts/*.md
collections/_products/
collections/_posts/
collections/_drafts/
# json data is generated with Drone CI/CD build
_data/authors/*.json
_data/posts/*.json
_data/products/*.json
**.json
# image data is generated with Drone CI/CD build
uploads/*
uploads/
Gemfile.lock

View File

@ -161,6 +161,7 @@ pagination:
# their entries' file path in the `include:` list.
exclude:
- docs/*
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -252,14 +252,6 @@ if "#{shop_enabled}" === "true"
Jekyll.logger.debug "::DOCUMENT PRODUCT DEBUG:: tax_code: " "#{tax_code}".to_s.yellow.bold
end
# determine if product webpage_url is blank or null.
if "#{id["attributes"]["webpage_url"]}".blank?
Jekyll.logger.debug "ERROR: the webpage_url is missing; does product [" "#{heading}] have a webpage_url?".to_s.red
else
webpage_url = id["attributes"]["webpage_url"]
Jekyll.logger.debug "::DOCUMENT PRODUCT DEBUG:: webpage_url: " "#{webpage_url}".to_s.yellow.bold
end
# determine if product shipping_price is blank or null.
if "#{id["attributes"]["shipping_price"]}".blank?
Jekyll.logger.debug "ERROR: the shipping_price is missing; does product [" "#{heading}] have a shipping_price?".to_s.red
@ -506,7 +498,6 @@ if "#{shop_enabled}" === "true"
p.puts "" # pretty markdown debug spacing
end
p.puts "webpage_url: #{webpage_url}"
p.puts "condition: #{condition}"
p.puts "model_number: #{model_number}"
p.puts "part_number: #{part_number}"