Skip to content

Commit

Permalink
Merge pull request #6 from Project-Resilience/gfm
Browse files Browse the repository at this point in the history
Use GitHub flavored markdown for GitHub pages
  • Loading branch information
ofrancon authored Oct 29, 2024
2 parents c8114ce + c2183a2 commit a5ecead
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
.DS_Store
.idea/

# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
# a Gemfile as specified at https://github.com/github/pages-gem#conventional

# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

# Additional Ruby/bundler ignore for when you run: bundle install
/vendor

# Specific ignore for GitHub Pages
# GitHub Pages will always use its own deployed version of pages-gem
# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is
# counterproductive to check this file into the repository.
# Details at https://github.com/github/pages-gem/issues/768
Gemfile.lock
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# To format tables correctly, use GitHub-Flavored Markdown (GFM)
markdown: GFM

0 comments on commit a5ecead

Please sign in to comment.