Skip to content

Commit

Permalink
Update docs/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
desiredpersona committed Oct 3, 2017
1 parent ebdf3cb commit 8f21cf5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $code-font-weight: 300;

// Links
$link: $black;
$hover: $silver;
$hover: $black-80;
$author-cta-link: $silver;
$author-cta-hover: $green;

Expand Down
9 changes: 3 additions & 6 deletions docs/_posts/2017-04-13-post-with-hero-minimal.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ To add a hero image to any blog post header, simply add the following in that po

```yaml
header:
layout: hero
class: bg-green
layout: hero # Choose `hero` or `header`.
navigation: fancy # Optional: Set navigation to `fancy` to remove white navigation bar.
class: bg-green # Set a background colour class if not using a background image.
```
- `layout:` Choose `hero` or `header`.
- `navigation:` Set navigation to `fancy` to remove white navigation bar.
- `class:` Set a background colour class if not using a background image.

***
Expand Down
6 changes: 3 additions & 3 deletions docs/_posts/2017-05-15-post-with-hero-and-call-to-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ header:
cta:
text: "Call-to-action"
url: https://www.desiredpersona.com/themes/
class: btn btn--success
class: btn btn--secondary

categories:
- post formatting
Expand All @@ -33,7 +33,7 @@ header:
cta:
text: "Call-to-action" # Create a call-to-action.
url: https://www.desiredpersona.com/themes/ # Call-to-action link. URL's starting with 'http' will open in a new tab automatically.
class: white hover-white bg-red bb bw1 br2 b--dark-red # Overwrite the themes default CTA button classes on any page. Control the text color, button color, button shape and button border color.
class: btn btn--secondary # Use any theme button class.
```
I highly recommend you take a look at all the features of this theme. I think you will be blown away.
I highly recommend you take a look at all the features of this theme.
12 changes: 7 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
layout: home
title: Super impressive headline
subtitle: Optional subheadline about your startup
paragraph: Optional paragraph when you need to write some more
title: Minimal Jekyll Theme
subtitle: Convert more of your website visitors
paragraph: into subscribers, customers and clients.
header:
layout: hero
navigation: fancy
image: "/assets/images/macbook.jpg"
class: bg-darken-50 bg-darken-25-l
cta: "Call-to-action"
cta_url: https://www.desiredpersona.com/themes/
cta:
text: "Download on GitHub"
url: "https://github.com/desiredpersona/minimal-jekyll-theme"
class: btn btn-outline--light
---

0 comments on commit 8f21cf5

Please sign in to comment.