Skip to content

Commit

Permalink
experiments with configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Mar 18, 2021
1 parent ea90b0b commit f6da831
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 122 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
.idea
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Just the Docs - AK
gem "just-the-docs"

group :development do
gem "just-the-docs"
end
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.0)
ffi (1.15.0-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.9)
Expand Down Expand Up @@ -66,11 +68,20 @@ GEM
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo-data (1.2021.1)
tzinfo (>= 1.0.0)
unicode-display_width (1.7.0)
wdm (0.1.1)

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/

search_enabled: true
29 changes: 0 additions & 29 deletions _posts/2021-03-12-welcome-to-jekyll.markdown

This file was deleted.

18 changes: 0 additions & 18 deletions about.markdown

This file was deleted.

72 changes: 0 additions & 72 deletions assets/js/zzzz-search-data.json

This file was deleted.

5 changes: 5 additions & 0 deletions docs/test.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
---
layout: default
title: Hello World page
---
## hello world (updated)
This is an example of documentation page

0 comments on commit f6da831

Please sign in to comment.