File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # github pages
2+ _site
3+ .sass-cache
4+
15* .gem
26* .rbc
37/.config
@@ -45,7 +49,7 @@ build-iPhoneSimulator/
4549
4650# for a library or gem, you might want to ignore these files since the code is
4751# intended to run in multiple environments; otherwise, check them in:
48- # Gemfile.lock
52+ Gemfile.lock
4953# .ruby-version
5054# .ruby-gemset
5155
Original file line number Diff line number Diff line change 1+ ruby-2.4
Original file line number Diff line number Diff line change 1+ source 'https://rubygems.org'
2+
3+ gem "github-pages" , group : :jekyll_plugins
Original file line number Diff line number Diff line change 1- # shurli.github.io
1+ # shurli.github.io
2+
3+ ## Maintaining
4+
5+ ### Making changes
6+
7+ - Simply modify ` index.md ` and view your changes before pushing it to the repository.
8+
9+
10+ ### Testing your changes
11+
12+ ```
13+ gem install --no-rdoc --no-ri bundle
14+ bundle install
15+ bundle exec jekyll serve
16+ ```
Original file line number Diff line number Diff line change 1+ title : shurli.io
2+ description : >- # this means to ignore newlines until "baseurl:"
3+ A GUI application for subatomic trades that works with supported wallets.
4+ baseurl : " " # the subpath of your site, e.g. /blog
5+ url : " " # the base hostname & protocol for your site, e.g. http://example.com
6+ theme : jekyll-theme-hacker
7+ markdown : kramdown
8+ show_downloads : false
9+ google_analytics : UA-115540513-1
10+ # github_organisation: https://github.com/meshbits
11+ # email:
12+ github : [metadata]
13+
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ ---
4+
5+ # shurli.io
You can’t perform that action at this time.
0 commit comments