Skip to content

Commit

Permalink
Merge pull request #506 from microsoft/connor4312/prep-1.69
Browse files Browse the repository at this point in the history
1.69
  • Loading branch information
connor4312 authored Oct 2, 2024
2 parents 7f6d7d9 + 5f30efc commit 648a786
Show file tree
Hide file tree
Showing 21 changed files with 2,643 additions and 293 deletions.
22 changes: 22 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
{
"name": "Jekyll",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "jekyll --version"

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
npm-debug.log
_site
spec-generator/node_modules
spec-generator/out
**/node_modules
spec-generator/out
.gitignore
.jekyll-metadata
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll", "3.6.2"
gem "jekyll", "3.10.0"

# to use GitHub Pages
# gem "github-pages", group: :jekyll_plugins
Expand Down
Loading

0 comments on commit 648a786

Please sign in to comment.