Skip to content

Commit

Permalink
Blog Refactorings (#808)
Browse files Browse the repository at this point in the history
* WIP

* seperating out sidebar

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* archive-single caching

* WIP

* WIP

* cache is now persistent between runs of --incremental

* WIP

* WIP

* WIP

* WIP

* Side Bars (#811)

* WIP

* WIP

* WIP

* updating posts

* lint

* move to 5 & 5 recommendations

* WIP
  • Loading branch information
Adam Gordon Bell authored Mar 28, 2024
1 parent 8d92705 commit da945c0
Show file tree
Hide file tree
Showing 120 changed files with 7,379 additions and 2,375 deletions.
3 changes: 2 additions & 1 deletion blog/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ _site
.jekyll-metadata
.jekyll-cache
.history
node_modules
node_modules
build_stats.txt
1 change: 0 additions & 1 deletion blog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# required by theme:
gem 'jekyll-include-cache'
gem "liquid-c"

gem "jekyll-inline-svg"
Expand Down
3 changes: 0 additions & 3 deletions blog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ GEM
terminal-table (~> 1.8)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-inline-svg (1.1.4)
jekyll (>= 3.3, < 5.0)
svg_optimizer (~> 0.2.5)
Expand Down Expand Up @@ -106,7 +104,6 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.1.1)
jekyll-feed
jekyll-include-cache
jekyll-inline-svg
jekyll-seo-tag
jekyll-sitemap
Expand Down
12 changes: 6 additions & 6 deletions blog/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ naver_site_verification :
# Social Sharing
twitter:
username : &twitter "EarthlyTech"
facebook:
username :
app_id :
publisher :
og_image : /assets/images/logo-header.png # default twitter preview for articles with no twitter image
social:
type : Organization # Person or Organization (defaults to Person)
Expand Down Expand Up @@ -148,7 +144,6 @@ plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-inline-svg
- jekyll-include-cache
- jekyll_picture_tag

# HTML Compression
Expand All @@ -170,7 +165,7 @@ defaults:
values:
layout: single
author_profile: true
toc: false
toc: true
fbio: true
read_time: true
comments: false
Expand Down Expand Up @@ -201,6 +196,11 @@ picture:
fast_build: true
ignore_missing_images: true

# If you are making changes to templates, you probably want this off
# If working on a post, you want this on
jekyll_include_cache:
enabled: true

# Site banner
banner: <b>Introducing Earthly Cloud.</b> Consistent, repeatable builds. Advanced caching for speed. Works with any CI. Get 6,000 build min/mth free! <a href="https://earthly.dev/blog/earthly-cloud-free-tier-launch/" onclick="bannerLinkClick()">Learn more</a>.
mobileBanner: <b>Introducing Earthly Cloud.</b> Consistent, Fast Builds, Any CI. Get 6,000 build min/mth free! <a href="https://earthly.dev/blog/earthly-cloud-free-tier-launch/" onclick="bannerLinkClick()">Learn more</a>.
Binary file not shown.
Loading

0 comments on commit da945c0

Please sign in to comment.