Josh Buchea 10 лет назад
Родитель
Сommit
28b6f1da1a
5 измененных файлов с 5 добавлено и 12 удалено
  1. 1 1
      404.md
  2. 1 1
      README.md
  3. 0 7
      _config.yml
  4. 1 1
      _includes/head.html
  5. 2 2
      themes/default/index.html

+ 1 - 1
404.md

@@ -3,4 +3,4 @@ layout: page
 title: 404 - Page not found
 title: 404 - Page not found
 ---
 ---
 
 
-Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).
+Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage](index.html).

+ 1 - 1
README.md

@@ -79,7 +79,7 @@ Sign up here: http://www.apple.com/itunes/affiliates/
 
 
 1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
 1. Install Jekyll and plug-ins in one fell swoop. `gem install github-pages` This mirrors the plug-ins used by GitHub Pages on your local machine including Jekyll, Sass, etc.
 2. Clone down your fork `git clone https://github.com/yourusername/repository-name.git`
 2. Clone down your fork `git clone https://github.com/yourusername/repository-name.git`
-3. Serve the site and watch for markup/sass changes `jekyll serve --baseurl=""`
+3. Serve the site and watch for markup/sass changes `jekyll serve`
 4. View your website at http://127.0.0.1:4000/
 4. View your website at http://127.0.0.1:4000/
 5. Commit any changes and push everything to the `gh-pages` branch of your repository. GitHub Pages will then rebuild and serve your website.
 5. Commit any changes and push everything to the `gh-pages` branch of your repository. GitHub Pages will then rebuild and serve your website.
 
 

+ 0 - 7
_config.yml

@@ -4,13 +4,6 @@
 
 
 # Be sure all REQUIRED fields are filled out!
 # Be sure all REQUIRED fields are filled out!
 
 
-# IMPORTANT - If you changed the repository name:
-# This must match the repository name like this: "/repository-name"
-baseurl: "/awesome-app-landing-page" # REQUIRED
-
-# FYI Your app landing page will be available at:
-# http://yourusername.github.io/repository-name
-
 #
 #
 # General App Info
 # General App Info
 #
 #

+ 1 - 1
_includes/head.html

@@ -17,7 +17,7 @@
   <!-- Styles -->
   <!-- Styles -->
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
-  <link rel="stylesheet" href="{{ site.baseurl }}/themes/default/styles.css">
+  <link rel="stylesheet" href="themes/default/styles.css">
 
 
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

+ 2 - 2
themes/default/index.html

@@ -12,7 +12,7 @@
                 class="app-icon"
                 class="app-icon"
                 style="min-width: 92px;"
                 style="min-width: 92px;"
                 height="auto"
                 height="auto"
-                {% if site.app.icon %} src="{{ site.baseurl }}/{{ site.app.icon }}"{% endif %}
+                {% if site.app.icon %} src="{{ site.app.icon }}"{% endif %}
               />
               />
             {% endif %}
             {% endif %}
             <span class="app-name">{{ site.app.name }}</span>
             <span class="app-name">{{ site.app.name }}</span>
@@ -48,7 +48,7 @@
         <div class="device {{ site.device }}">
         <div class="device {{ site.device }}">
           <img
           <img
             class="app-screenshot"
             class="app-screenshot"
-            {% if site.app.screenshot %}src="{{ site.baseurl }}/{{ site.app.screenshot }}"{% endif %}
+            {% if site.app.screenshot %}src="{{ site.app.screenshot }}"{% endif %}
           />
           />
         </div>
         </div>
       </div>
       </div>