Skip to content

Commit

Permalink
Add tex for jekyll (t4j) to Gemfile and jekyll plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
k-motwani committed Feb 7, 2024
1 parent c61c748 commit b73823f
Show file tree
Hide file tree
Showing 2 changed files with 5 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"
gem 'github-pages'
gem 'webrick'
gem 'jekyll-t4j'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
# gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Expand Down
6 changes: 4 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Update all the sections by editing the data.yml file inside _data folder.

# Site Settings
title: My Resume
url: 'http://webjeda.com'
title: 'Resume: Kartik Motwani'
url: 'k-motwani.github.io'

#change it according to your repository name
# disabling since we are using a custom domain
Expand All @@ -29,6 +29,8 @@ compress_html: # - http://jch.penibelst.de/
clippings: all
ignore:
envs: development
plugins:
- jekyll-t4j

# Development Settings
port: 4000
Expand Down

0 comments on commit b73823f

Please sign in to comment.