To enable Google Anaytics, add the following lines to your Jekyll site:
- - google_analytics: UA-NNNNNNNN-N
-Google Analytics will only appear in production, i.e., JEKYLL_ENV=production
diff --git a/_data/navigation_header.yml b/_data/navigation_header.yml index 2066d46..692e5c7 100755 --- a/_data/navigation_header.yml +++ b/_data/navigation_header.yml @@ -25,7 +25,7 @@ right: url: /lightning/ - title: Support - url: /docs/intro/ + url: /docs/ # Navbar right menu navigation links # right: diff --git a/_data/navigation_mobile.yml b/_data/navigation_mobile.yml index aadad0b..f6ef238 100755 --- a/_data/navigation_mobile.yml +++ b/_data/navigation_mobile.yml @@ -19,4 +19,4 @@ url: /lightning/ - title: Support - url: /docs/intro/ \ No newline at end of file + url: /docs/ \ No newline at end of file diff --git a/_docs/alerts.md b/_docs/alerts.md deleted file mode 100644 index 5b9f371..0000000 --- a/_docs/alerts.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Adding alerts to content -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: evan ---- - -There are four alert styles: - -{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -Add alerts to a post using the following includes: - -{% raw %} -```yaml -{% include alert.html style="primary" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="success" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="warning" text="Cras at dolor eget urna varius faucibus tempus in elit." %} - -{% include alert.html style="danger" text="Cras at dolor eget urna varius faucibus tempus in elit." %} -``` -{% endraw %} - - diff --git a/_docs/analytics.md b/_docs/analytics.md deleted file mode 100644 index 235ba9b..0000000 --- a/_docs/analytics.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -layout: doc -title: Google Analytics -categories: [Features] -author: evan -tags: ---- - -To enable Google Anaytics, add the following lines to your Jekyll site: - -```yaml - google_analytics: UA-NNNNNNNN-N -``` - -Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production` diff --git a/_docs/backup-wallet.md b/_docs/backup-wallet.md index 32c9298..c6f7bd3 100644 --- a/_docs/backup-wallet.md +++ b/_docs/backup-wallet.md @@ -1,7 +1,7 @@ --- title: Backup/export a wallet subtitle: Access to private keys and recover of wallets -tags: [usage] +tags: [usage, featured] --- To backup or export your wallet is pretty simple. This backup is the "key", usually a mnemonic (set of 12 or 24 words) or just a "text" that will give you access to your wallet if you lose your device, uninstall the app, etc. In short, if something wrong happens and you want/need to get access to your wallet again. diff --git a/_docs/boxes.md b/_docs/boxes.md deleted file mode 100644 index 688c042..0000000 --- a/_docs/boxes.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: Category boxes section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: evan ---- - -Home page category boxes are added in `_data/navigation_boxes.yml`, e.g.: -```yml -- title: Getting Started - desc: Get your account up and running in just few easy steps - icon: settings - doc: usage - -- title: Account and Billing - desc: Managing your account, creating new users and exporting data - icon: credit-card - doc: drafts -``` - -All available icons can be found [here](https://getuikit.com/docs/icon#library). - -Add boxes section to a page using the following include: -{% raw %} -```yaml -{% include boxes.html columns="3" title="Browse Topics" subtitle="Chose an option that you need help with or search above" %} -``` -{% endraw %} - diff --git a/_docs/changelog.md b/_docs/changelog.md deleted file mode 100644 index 99d7bd5..0000000 --- a/_docs/changelog.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Creating a changelog -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [setup] -author: evan ---- - -Theme comes with two different changelogs, timeline and post style. - -### Timeline style changelog - -Timeline changelog can be added to a page using an include and its data is pulled from a `_data/changelog.yml` data file. This changelog is suitable for simple lists of changes. - -Add changelog to a page using the following include: -{% raw %} -```yaml -{% include changelog.html %} -``` -{% endraw %} - -Changelog enties are added in `_data/changelog.yml`: - -```yml -- title: Version 0.6.0 - label: - date: Aug 15, 2017 - list: - - Added style support for radio and checkbox in Firefox - - Removed class from Section component -``` - -### Post style changelog - -This changelog is suitable for changelog entries with more content beyond simple lists adding text and media. - -Post styled changelog is displayed by setting `layout: changelog` in page YAML Front Matter: - -```yml ---- -layout: changelog -title: Changelog -permalink: /changelog/ ---- -``` - -Changelog enties are added by creating posts in `_changelog`: - -{% raw %} -```yml ---- -title: January Updates -date: 2019-01-22 ---- - -{% include tag.html tag="added" %} -- Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out. -- We now prioritize keywords over title and body so customers can more effectively influence search results -latency) -- Search engine upgraded. Bringing with it enhancements and bug fixes. -- Replaced login / registration pre-app screens with a cleaner design - -{% include tag.html tag="fixed" %} -- Fixed an issue with the sync autolinker only interlinking selectively. -- Fixed up an issue with prematurely logging out users -``` -{% endraw %} - -Tags can be modified in `_data/tags.yml`: -```yml -added: - text: Added - color: "#3778ff" - -changed: - text: Changed - color: "#3aaa55" -``` \ No newline at end of file diff --git a/_docs/coldcard.md b/_docs/coldcard.md index 7c7bb2e..d8daa1d 100644 --- a/_docs/coldcard.md +++ b/_docs/coldcard.md @@ -1,7 +1,7 @@ --- -title: Coldcard -subtitle: Coldcard with Bluewallet - Lightning SD card -tags: [hww] +title: Coldcard with Bluewallet +subtitle: Using a Lightning SD card +tags: [hww, usage, featured] ---
Contact support for any doubts bluewallet@bluewallet.io
-{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by customers" %} +{% include faqs.html multiple="true" title="Frequently asked questions" category="problems" subtitle="Find quick answers to frequent questions asked by fellow bitcoiners" %} diff --git a/_docs/lndhub-macos.md b/_docs/lndhub-macos.md index e47ca78..25a9e6b 100644 --- a/_docs/lndhub-macos.md +++ b/_docs/lndhub-macos.md @@ -1,6 +1,5 @@ --- title: LNDHub on Mac OSX -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/lndhub-raspibolt.md b/_docs/lndhub-raspibolt.md index 80ffc57..d5e3a14 100644 --- a/_docs/lndhub-raspibolt.md +++ b/_docs/lndhub-raspibolt.md @@ -1,6 +1,5 @@ --- title: LNDhub with raspibolt -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/lndhub-ubuntu.md b/_docs/lndhub-ubuntu.md index c528963..45eab7c 100644 --- a/_docs/lndhub-ubuntu.md +++ b/_docs/lndhub-ubuntu.md @@ -1,6 +1,5 @@ --- title: LNDhub on VPS with Ubuntu -subtitle: Coldcard with Bluewallet - Lightning SD card tags: - lndhub --- diff --git a/_docs/media.md b/_docs/media.md deleted file mode 100644 index bc7bb1d..0000000 --- a/_docs/media.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: Adding media to post and doc content -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features, featured] -author: alex ---- - -### Adding images -To add an image to a post or page use the following codes: -Local image from `/uploads/` directory: -{% raw %} -```yaml -{% include image.html img="girl.jpg" alt="Alt for image" caption="Girl on a rock" %} -``` -{% endraw %} - -External wide image with lightbox: -{% raw %} -```yaml -{% include image.html img="https://source.unsplash.com/TT-ROxWj9nA.jpg" lightbox="true" alt="Alt for image" caption="Image in lightbox" %} -``` -{% endraw %} - -Uploads folder location can be changed in `_config.yml`. - -### Slideshow - -{% raw %} -```yaml -{% include slideshow.html gallery="slideshow-1" %} -``` -{% endraw %} - -The `gallery` attribute refers to a folder inside your `uploads` folder, all images in `slideshow-1` folder will be displyed in slideshow. Uploads folder location can be changed in `_config.yml`. - -### Responsive Videos -Embed local videos: -```html - -``` -Embed YouTube videos: -```html - -``` diff --git a/_docs/navigation.md b/_docs/navigation.md deleted file mode 100644 index d5250fa..0000000 --- a/_docs/navigation.md +++ /dev/null @@ -1,63 +0,0 @@ ---- -title: Navigation bar -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -Set in the main navigation links in `_data/navigation_header.yml`: - -```yaml - - title: About - url: /about/ -``` - -To add a button to navigation use: -```yaml - - title: Contact - url: /contact/ - button: success -``` - -All available buttons: -```yaml - - title: Changelog - url: /contact/ - button: default - - - title: Contact - url: /contact/ - button: primary - - - title: Changelog - url: /contact/ - button: secondary - - - title: Contact - url: /contact/ - button: danger - - - title: Changelog - url: /contact/ - button: success - - - title: Contact - url: /contact/ - button: warning - - - title: Changelog - url: /contact/ - button: primary-outline - - - title: Contact - url: /contact/ - button: danger-outline - - - title: Changelog - url: /contact/ - button: success-outline - - - title: Contact - url: /contact/ - button: warning-outline -``` diff --git a/_docs/pages.md b/_docs/pages.md deleted file mode 100644 index 79b5c87..0000000 --- a/_docs/pages.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -layout: doc -title: Updating your billing credit card -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -author: -tags: othertag ---- - -#### Sections in this article -{:.no_toc} -* TOC -{:toc} - -Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam, ac posuere leo dapibus id. Cras fringilla convallis elit, at eleifend mi interam. - -Nulla non sollicitudin. Morbi sit amet laoreet ipsum, vel pretium mi. Morbi varius, tellus in accumsan blandit, elit ligula eleifend velit, luctus mattis ante nulla condimentum nulla. Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. - -## Image Lightbox Example -Nunc porta malesuada porta. Etiam tristique vestibulum dolor at ultricies. Proin hendrerit sapien sed erat fermentum, at commodo velit consectetur. - -{% include image.html img="image1.png" style="wide" lightbox="true" alt="Alt for image" caption="Image in lightbox" %} - -Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna, et dapibus turpis. - -## Example Of Code Block -In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; - -```html - - - - - - - - -``` - -## Text and Quote -Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. Phasellus at massa sit amet ante semper fermentum sed eget lectus. Quisque id dictum magna turpis. - -> Etiam vestibulum risus vel arcu elementum eleifend. Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet - -In accumsan lacus ac neque maximus dictum. Phasellus eleifend leo id mattis bibendum. Curabitur et purus turpis. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; - -Etiam in fermentum mi. Sed et tempor felis, eu aliquet nisi. Nam eget ullamcorper arcu. Nunc porttitor nisl a dolor blandit, eget consequat sem maximus. Phasellus lacinia quam porta orci malesuada, vel tincidunt. diff --git a/_docs/posts.md b/_docs/posts.md deleted file mode 100644 index 2739e07..0000000 --- a/_docs/posts.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: Creating your first post in Jekyll -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -author: -tags: featured ---- - -To create a new post, you can create a new markdown file inside the `_posts` directory by following the recommended file naming format: -``` -YEAR-MONTH-DAY-title.MARKUP -``` -Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. For example, the following are examples of valid post filenames: - -``` -2011-12-31-new-years-eve-is-awesome.md -2012-09-12-how-to-write-a-blog.md -``` - -Post requires front matter, everything in between the first and second --- are part of the YAML Front Matter, and everything after the second --- will be rendered with Markdown and show up as “Content”. -The following is a post file with different configurations you can add as example: - -```yaml ---- -layout: post -title: How To Travel On Low Budget ---- -``` - -You can rebuild the site in many different ways, but the most common way is to run `bundle exec jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To keep things more organized, add post images to `/assets/posts/` directory, and add theme images to `/assets/img/` directory. diff --git a/_docs/recover-wallet.md b/_docs/recover-wallet.md index 6b9e577..36e9ebb 100644 --- a/_docs/recover-wallet.md +++ b/_docs/recover-wallet.md @@ -1,8 +1,7 @@ --- title: Recover your wallet subtitle: Recover your wallet on external software -tags: - - usage +tags: [usage, featured] --- BlueWallet provides 12 or 24 word mnemonic seeds for onchain Segwit wallets. These are standard BIP44, BIP49 and BIP84 addresses with the following derivation paths: diff --git a/_docs/setup.md b/_docs/setup.md deleted file mode 100644 index ac02439..0000000 --- a/_docs/setup.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: Basic theme setup -subtitle: This document covers the setup and options of theme feature described in the doc title -author: sara -tags: [setup] ---- - -### Site and author details -Add your site and author details in `_config.yml`: - -```yaml -title: Docs -description: Documentation Jekyll theme. -lang: en - -# Site subpath, e.g. /blog -baseurl: "" - -# Permalink URLs structure, for permalink style options see: https://jekyllrb.com/docs/permalinks/ -permalink: /:title/ - -# Site base hostname & protocol, e.g. http://example.com -url: "https://docs.jekyll.plus" - -# Site logo # e.g. logo.png, upload logo image file to /uploads/ folder -logo: - -# Default author settings -author: - name: Pete Seth - title: Lead Developer - avatar: avatar-tom.png -``` - -### Update favicon - -You can find the current favicon (favicon.png) inside the theme `/uploads/` directory, just replace it with your new favicon. \ No newline at end of file diff --git a/_docs/sources.md b/_docs/sources.md deleted file mode 100644 index 9e2ae6a..0000000 --- a/_docs/sources.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Sources and credits -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -- Google analytics [https://www.google.com/analytics/](https://www.google.com/analytics/) -- Google maps [https://www.google.com/maps](https://www.google.com/maps) -- UIkit front end framework [https://getuikit.com/](https://getuikit.com/) -- Jekyll CML [https://jekyllrb.com/](https://jekyllrb.com/) \ No newline at end of file diff --git a/_docs/support.md b/_docs/support.md deleted file mode 100644 index 63915a6..0000000 --- a/_docs/support.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Contacting support -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [help, customize] -author: evan - ---- - -Customer support is provided through our Envato item page [contact form](https://themeforest.net/item/docs-responsive-documentation-manual-jekyll-theme/21131076/support) for up to six months from the purchase date and is provided Monday to Friday during the business week. We aim to answer all support requests daily, most are handled within 24h. diff --git a/_docs/team.md b/_docs/team.md deleted file mode 100644 index 61e0ab5..0000000 --- a/_docs/team.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Team members section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: alex ---- - -To add the following to a page: -{% raw %} -```yaml -{% include team.html authors="evan, john, sara, alex, tom, daniel" title="We are here to help" subtitle="Our team is just an email away ready to answer your questions" %} -``` -{% endraw %} - -Specifying authors is optional, if not defined all authors will be displayed form `_config.yml` file. \ No newline at end of file diff --git a/_docs/toc.md b/_docs/toc.md deleted file mode 100644 index 94808a0..0000000 --- a/_docs/toc.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Adding table of contents to docs -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features] -author: john ---- - -Add the following code at the top of the post: -``` -#### Sections in this article -{:.no_toc} -* TOC -{:toc} -``` -`{:.no_toc}` exludes `#### Sections in this article` title from indexing in table of contents \ No newline at end of file diff --git a/_docs/translation.md b/_docs/translation.md deleted file mode 100644 index 4344898..0000000 --- a/_docs/translation.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: Translation -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [customize] -author: evan ---- - -Set your language code in `_config.yml`: -```yml -lang: en -``` -Theme strings can be translated in `_data/translation.yml`, copy the current English translation and paste it bellow the Eglish translation, then replace `en` with you language code that you set in `_config.yml` and translate the strings. - -```yml -en: - previous: "Previous" - next: "Next" - related_docs: "Related Docs" - related_posts: "Related Posts" - read_more: "Read more" - written_by: "Written by" - share_twitter: "Share on Twitter" - share_facebook: "Share on Facebook" - search_placeholder: "Search for answers" - search_no_results: "No results found" - mobile_nav_docs: "Docs" - mobile_nav_site: "Menu" - contact_name: "Name" - contact_email: "Email" - contact_subject: "Subject" - contact_message: "Message" - contact_send: "Send" -``` \ No newline at end of file diff --git a/_docs/videos.md b/_docs/videos.md deleted file mode 100644 index 83e51a3..0000000 --- a/_docs/videos.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: Video lightbox boxes section -subtitle: Cras at dolor eget urna varius faucibus tempus in elit. Cras a dui imperdiet, tempus metus quis, pharetra turpis. -tags: [features, featured] -author: evan ---- - -Add videos in `_data/videos.yml`: -```yml -- title: Jekyll Introduction - desc: Overview of the most popular static generator - url: https://youtu.be/T1itpPvFWHI - -- title: Creating a post - desc: Lean how to publish your first post in Jekyll - url: https://youtu.be/gsYqPL9EFwQ -``` -Video sources can be YouTube, Vimeo or local: -``` -video.mp4 -https://www.youtube.com/watch?v=YE7VzlLtp-4 -https://vimeo.com/1084537 -``` - -Then add the following to a page to display video lightbox boxes: -{% raw %} -```yaml -{% include videos.html columns="2" title="Video Tutorials" subtitle="Watch screencasts to get you started fast with Jekyll" %} -``` -{% endraw %} \ No newline at end of file diff --git a/_faqs/10-support.md b/_faqs/10-support.md index 9664028..72806ca 100644 --- a/_faqs/10-support.md +++ b/_faqs/10-support.md @@ -1,6 +1,11 @@ --- -title: Not enough balance +title: Recover a wallet categories: [problems] --- -When this error appears it means the app already nows upfront that you don't have enough balance, usually because of the fees the service will charge on your transaction. +To recover or import a wallet you go to the import feature under `add wallet` ➤ `import wallet`. Then you would need to write your seed words. Like a sentence, without numbers, in the order it was given and with a space in between each word. + +For instance: clock boat sunshine + +In case you have doubts on any word, [here's the list](https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt) of words: + diff --git a/_faqs/20-updates.md b/_faqs/20-updates.md index 0737afc..165054e 100644 --- a/_faqs/20-updates.md +++ b/_faqs/20-updates.md @@ -1,6 +1,7 @@ --- -title: Not enough confirmed inputs +title: Transaction without confirmations categories: [problems] --- -When this error appears it means that you still have one onchain transaction ongoing. Duo to limitations bluewallet supports only one transaction in simultaneous. +Transactions confirmations depend on fee value. Bigger the fee, higher in the priority pool they will be. You can check [mempool.space](https://mempool.space) and search for your transaction there (with your transaction ID) and also see the state of the network and transactions mempool general state. + diff --git a/_faqs/50-customization.md b/_faqs/50-customization.md index a7cb6cc..ac84d43 100644 --- a/_faqs/50-customization.md +++ b/_faqs/50-customization.md @@ -1,5 +1,5 @@ --- -title: Payment in transit +title: Payment in transition categories: [problems] --- diff --git a/_includes/featured.html b/_includes/featured.html index 30347b9..c08c7ec 100644 --- a/_includes/featured.html +++ b/_includes/featured.html @@ -3,11 +3,11 @@{{ include.subtitle | escape }}
+{{ include.subtitle | escape }}
{% endif %}or contact the team for any doubts bluewallet@bluewallet.io
+ + +{{ page.subtitle }}
{% endif %} + {% if page.subtitle %}{{ page.subtitle }}
{% endif %} -