Skip to content

Commit

Permalink
Merge pull request #3 from clytaemnestra/books-article
Browse files Browse the repository at this point in the history
Add books article
  • Loading branch information
clytaemnestra authored Jan 8, 2025
2 parents 4882e29 + 99ef3fb commit a9b61cb
Show file tree
Hide file tree
Showing 8 changed files with 442 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.10.0"
gem "kramdown-parser-gfm"


group :jekyll_plugins do
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lang: en-US
title: "TIL"

# A description of your site for meta tag, search engine results.
description: "Hi there! Welcome to my TIL blog."
description: 'Hi there! Welcome to my TIL blog. I write about my tech learnings and community work. Subscribe <a href="https://forms.gle/kwXcWp9qSiMcY1nU9">here.</a>'

# The subpath of your site, e.g. /blog, for generating urls.
baseurl: /tech-blog
Expand Down
439 changes: 439 additions & 0 deletions _posts/2025-01-04-reading-list.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _sass/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
font-size: 14px;
font-weight: bold;
}
}
}
Binary file added images/books.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/books1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/books2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/books3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a9b61cb

Please sign in to comment.