Intial Commit

This commit is contained in:
Sai Kiran Sripada
2020-01-24 16:50:29 +05:30
commit 4582790774
66 changed files with 2835 additions and 0 deletions

23
appveyor.yml Normal file
View File

@@ -0,0 +1,23 @@
# appveyor.yml
environment:
RUBY_VERSION: 25
platform:
- x64
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle install
before_build:
- ruby -v
- gem -v
- rake --version
- bundle -v
- bundle exec jekyll -v
build_script:
- bundle exec jekyll build
- rake 'draft[Hello\, world]'
- rake undraft[hello-world.md]