Skip to content

Commit

Permalink
fixed ruby version (i hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmacmanus committed Dec 4, 2023
1 parent 0d9d634 commit 9c989a3
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vendor/bundle"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ _site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
vendor/
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.5
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gem "jekyll"
gem "rake"
gem 'jekyll-feed'
gem 'jekyll-sitemap'

gem "webrick", "~> 1.8"
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ GEM
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-x64-mingw32)
racc (~> 1.4)
octokit (4.18.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
Expand Down Expand Up @@ -251,7 +253,9 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.8.2-x64-mingw32)
unicode-display_width (1.8.0)
webrick (1.8.1)
zeitwerk (2.6.1)

PLATFORMS
Expand All @@ -264,6 +268,7 @@ DEPENDENCIES
jekyll-feed
jekyll-sitemap
rake
webrick (~> 1.8)

BUNDLED WITH
2.1.4
2.2.33
9 changes: 9 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ defaults:
path: "assets/**/*.pdf"
values:
sitemap: false

exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
Binary file modified assets/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
</div>


<h3>Postgraduate student at Balliol College, Oxford </h3>
<h3>Postgraduate student at the University of Oxford </h3>


<p id="bio">
I am a DPhil student at the Mathematical Insitute in the University of Oxford, funded by a scholarship from the
I am a third year DPhil student at the Mathematical Insitute in the University of Oxford, funded by a scholarship from the
Heilbronn Institute for Mathematical Research. I previously completed the MFoCS MSc here at Oxford.
</p>

Expand Down Expand Up @@ -53,7 +53,7 @@ <h3>Publications and preprints</h3>
<h3>Things I've done</h3>

<ul>
<li>I'm currently running the <a href="https://www.maths.ox.ac.uk/events/list/655">Junior Topology and Group Theory seminar</a> at Oxford. Get in touch if you'd like to speak.</li>
<li>I ran the the <a href="https://www.maths.ox.ac.uk/events/list/655">Junior Topology and Group Theory seminar</a> at Oxford for 2022-23.</li>
</ul>


Expand Down

0 comments on commit 9c989a3

Please sign in to comment.