Skip to content

Commit

Permalink
more changes due to date errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-driscoll committed Nov 29, 2023
1 parent d9cad87 commit ffcc412
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 23 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
#gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# b/c build errors https://github.com/jekyll/jekyll/issues/8523
gem "webrick"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ GEM
unf_ext
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
x86_64-linux
Expand All @@ -270,7 +271,7 @@ DEPENDENCIES
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick

BUNDLED WITH
2.4.22
7 changes: 5 additions & 2 deletions _posts/2023-11-29-complex.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
---
layout: post
title: "MOAR FEATURES!"
title: "Now with added complexity"
# When is the following generated?
date: YYYY-MM-DD hh:mm:ss -0000
date: 2023-11-29 11:11:11
categories: mindless-content unnecessary-post
tags: fishsticks shite
---

# Put the mindless content here
## Whhyy?

Make sure you have the features

Realistically, I'm never going to use all these features
2 changes: 1 addition & 1 deletion _posts/2023-11-29-permalink.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "MOAR FEATURES!"
date: YYYY-MM-DD hh:mm:ss -0000
date: 2023-11-11 20:04:15 -0000
categories: mindless-content unnecessary-post
# ignore /YYYY/MM/DD/title.html
permalink: /FEATURES.html
Expand Down
18 changes: 0 additions & 18 deletions about.markdown

This file was deleted.

11 changes: 11 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: page
title: About
permalink: /about/
---

Yo dawg, this my webpage, dawg, wut up?

You can send me electronic mail at [email protected]

How else can you get in touch with me? This exercize is left to the reader.
10 changes: 10 additions & 0 deletions etherpads.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: "Etherpads"
permalink: /etherpads.html
---

I make etherpads sometimes, about things like
- [My Truck](http://board.net/p/2003_GMC_Yukon)
- [My Computer](http://board.net/p/T320) (and also software) this one developed 'performance issues'
- [Me](http://board.net/p/jackd)

0 comments on commit ffcc412

Please sign in to comment.