Skip to content

Commit 21e9fed

Browse files
committed
release: 0.0.1
1 parent 7d096e1 commit 21e9fed

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <span style="color: #ff201e">Quick.</span> The fastest and easiest way to&nbsp;make a&nbsp;GitHub Pages website for your project.
1+
# <span style="color: #ff201e">Quick.</span> The fastest and easiest way to&nbsp;create a&nbsp;GitHub Pages website for your project.
22
#### The Quick theme magically transforms your `README.md` into a GitHub Pages site, applying clean and visually appealing styles.
33

44
<p class="ignore">Just see it yourself&thinsp;&thinsp;<a href="https://devich.github.io/quick/">this page</a> is the same <code>README.md</code> file you’re reading, but with the Quick theme applied:</p>
@@ -11,7 +11,7 @@
1111

1212
2. Create a file named `_config.yml` in the root directory of your repository. The file should contain the following content:
1313
```yaml
14-
remote_theme: devich/quick
14+
remote_theme: devich/quick@0.0.1
1515
```
1616
1717
3. That’s it! There is no step 3. You now have a GitHub Pages website that’s based on your `README.md` file. The changes will take effect some time after you commit and push your updates to the repository. Enjoy your new website!

_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ defaults:
2020
values:
2121
layout: "default"
2222
plugins:
23-
- jekyll-optional-front-matter
24-
sass:
25-
style: compressed
26-
sass_dir: _sass
23+
- jekyll-optional-front-matter

about.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)