Skip to content

Commit d3a0204

Browse files
committed
Initialising jekyll theme.
1 parent f62922a commit d3a0204

6 files changed

Lines changed: 43 additions & 2 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby-2.4

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem "github-pages", group: :jekyll_plugins

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
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+
```

_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
---
4+
5+
# shurli.io

0 commit comments

Comments
 (0)