From dde1668027de5078fa6fe0a95c86af0508d4dea1 Mon Sep 17 00:00:00 2001 From: Emil Baehr Date: Sun, 6 Jan 2019 17:05:38 +0100 Subject: [PATCH] Updated names and readme files --- docs/README.md | 18 ++++++------------ docs/_sass/layout.scss | 1 - ...gemspec => mobile-app-landing-page.gemspec} | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) rename docs/{jekyll-start.gemspec => mobile-app-landing-page.gemspec} (92%) diff --git a/docs/README.md b/docs/README.md index 8fabe03..01e706f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,24 +1,18 @@ -# jekyll-start - -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`. - -To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site! - -TODO: Delete this and the text above, and describe your gem - +# Mobile App Landing Page +This is a template for ... ## Installation Add this line to your Jekyll site's `Gemfile`: ```ruby -gem "jekyll-start" +gem "mobile-app-landing-page" ``` And add this line to your Jekyll site's `_config.yml`: ```yaml -theme: jekyll-start +theme: mobile-app-landing-page ``` And then execute: @@ -27,7 +21,7 @@ And then execute: Or install it yourself as: - $ gem install jekyll-start + $ gem install mobile-app-landing-page ## Usage @@ -35,7 +29,7 @@ TODO: Write usage instructions here. Describe your available layouts, includes, ## Contributing -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. +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. ## Development diff --git a/docs/_sass/layout.scss b/docs/_sass/layout.scss index ac4fdbc..f1c4e04 100644 --- a/docs/_sass/layout.scss +++ b/docs/_sass/layout.scss @@ -98,7 +98,6 @@ nav > ul li a { .iphonePreview { grid-area: p; - background-color: #000000; } .features { diff --git a/docs/jekyll-start.gemspec b/docs/mobile-app-landing-page.gemspec similarity index 92% rename from docs/jekyll-start.gemspec rename to docs/mobile-app-landing-page.gemspec index 2a1eeee..d44bedd 100644 --- a/docs/jekyll-start.gemspec +++ b/docs/mobile-app-landing-page.gemspec @@ -1,7 +1,7 @@ # frozen_string_literal: true Gem::Specification.new do |spec| - spec.name = "jekyll-start" + spec.name = "mobile-app-landing-page" spec.version = "0.1.0" spec.authors = ["Emil Baehr"] spec.email = ["emil.baehr@gmail.com"] -- 2.51.2