Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60773fe22118
Choose a base ref
...
head repository: getnikola/nikola-site
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f84b18246b0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 8, 2015

  1. Fix coloring for cd

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 8, 2015
    Copy the full SHA
    b28a02d View commit details
  2. Add feature color change on hover

    Signed-off-by: Chris Warrick <kwpolska@gmail.com>
    Kwpolska committed Jul 8, 2015
    Copy the full SHA
    8f84b18 View commit details
Showing with 15 additions and 2 deletions.
  1. +14 −1 files/assets/css/custom.css
  2. +1 −1 stories/getting-started.html
15 changes: 14 additions & 1 deletion files/assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -31,11 +31,24 @@ blockquote p, blockquote, p {
text-align: center;
}

.index-icon .fa-stack {
color: #3e4445;
transition: color 0.5s ease;
}

.index-icon .fa-stack:hover {
color: #f5ab14;
transition: color 0.5s ease;
}

.index-feature {
text-align: center;
}

pre.gs-console { background: #272822; color: #f8f8f2 }
pre.gs-console {
background: #272822;
color: #f8f8f2
}

code.gs-code {
background: #272822;
2 changes: 1 addition & 1 deletion stories/getting-started.html
Original file line number Diff line number Diff line change
@@ -176,7 +176,7 @@ <h2 id="build">Step 3. Build your site</h2>
<p>You can now build the site you created. Just run <code class="gs-code gs-command">nikola build</code>. The output directory will then be filled with the contents of your site, which is now <strong>ready to deploy</strong>.</p>
</div>
<div class="col-md-5">
<pre class="gs-console"><code class="gs-code">$ <span class="gs-input">cd my_first_site</span>
<pre class="gs-console"><code class="gs-code">$ <span class="gs-command">cd my_first_site</span>
$ <span class="gs-command">nikola build</span>
Scanning posts....done!
. render_galleries:output/galleries