From 05dcc0d48d2111d9c46cd27787edfde1ced9b92a Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 00:53:38 -0600 Subject: [PATCH] Update index.md --- index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 64ab7d6..70dad7c 100644 --- a/index.md +++ b/index.md @@ -26,11 +26,9 @@ You can search any document in the archive by author, dates, and keywords. Try o Highlighting text will automatically update the permalink in browser so that you can link to any specific piece of text in any document. People who click the links you share will automatically jump to the highlighted text on the page. Headers also have anchor links. -### Quick start: Use as a GitHub Pages remote theme - +### Copying this archive 1. Add Just the Docs to your Jekyll site's `_config.yml` as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) -```yaml -remote_theme: pmarsceill/just-the-docs +```https://github.com/wakgill/bitcoin-archive.git ``` You must have GitHub Pages enabled on your repo, one or more Markdown files, and a `_config.yml` file. [See an example repository](https://github.com/pmarsceill/jtd-remote)