Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "minima", "~> 2.5"
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-redirect-from'
gem "jekyll-feed", "~> 0.12"
gem "jekyll-seo-tag"
gem 'jekyll-compress-images', :git => 'https://github.com/valerijaspasojevic/jekyll-compress-images.git'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ GEM
terminal-table (~> 1.8)
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
Expand Down Expand Up @@ -125,6 +127,7 @@ DEPENDENCIES
jekyll (~> 4.1.1)
jekyll-compress-images!
jekyll-feed (~> 0.12)
jekyll-redirect-from
jekyll-seo-tag
minima (~> 2.5)
tzinfo (~> 1.2)
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ twitter_url: "https://twitter.com/bitcoin_design"
# Build settings
theme: minima
plugins:
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll-compress-images
Expand Down
2 changes: 2 additions & 0 deletions guide/designing-products/getting-to-know-your-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: How best to understand and develop knowledge about your users.
parent: Designing Bitcoin products
nav_order: 7
permalink: /guide/designing-products/getting-to-know-your-users/
redirect_from:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is cool

- /guide/onboarding/getting-to-know-your-users/
main_classes: -no-top-padding
image: https://bitcoin.design/assets/images/guide/onboarding/getting-to-know-your-users/getting-to-know-your-users-preview.png
---
Expand Down