Skip to content

Commit a8f07c9

Browse files
committed
Updated names and readme files
1 parent b8d026a commit a8f07c9

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
# jekyll-start
2-
3-
Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4-
5-
To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6-
7-
TODO: Delete this and the text above, and describe your gem
8-
1+
# Mobile App Landing Page
2+
This is a template for ...
93

104
## Installation
115

126
Add this line to your Jekyll site's `Gemfile`:
137

148
```ruby
15-
gem "jekyll-start"
9+
gem "mobile-app-landing-page"
1610
```
1711

1812
And add this line to your Jekyll site's `_config.yml`:
1913

2014
```yaml
21-
theme: jekyll-start
15+
theme: mobile-app-landing-page
2216
```
2317
2418
And then execute:
@@ -27,15 +21,15 @@ And then execute:
2721
2822
Or install it yourself as:
2923
30-
$ gem install jekyll-start
24+
$ gem install mobile-app-landing-page
3125
3226
## Usage
3327
3428
TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
3529
3630
## Contributing
3731
38-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
32+
Bug reports and pull requests are welcome on GitHub at https://github.com/emilbaehr/app-landing. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
3933
4034
## Development
4135

_sass/layout.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ nav > ul li a {
9898

9999
.iphonePreview {
100100
grid-area: p;
101-
background-color: #000000;
102101
}
103102

104103
.features {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Gem::Specification.new do |spec|
4-
spec.name = "jekyll-start"
4+
spec.name = "mobile-app-landing-page"
55
spec.version = "0.1.0"
66
spec.authors = ["Emil Baehr"]
77
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)