You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# <spanstyle="color: #ff201e">Quick.</span> The fastest and easiest way to make a GitHub Pages website for your project.
1
+
# <spanstyle="color: #ff201e">Quick.</span> The fastest and easiest way to create a GitHub Pages website for your project.
2
2
#### The Quick theme magically transforms your `README.md` into a GitHub Pages site, applying clean and visually appealing styles.
3
3
4
4
<pclass="ignore">Just see it yourself — <ahref="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 @@
11
11
12
12
2. Create a file named `_config.yml` in the root directory of your repository. The file should contain the following content:
13
13
```yaml
14
-
remote_theme: devich/quick
14
+
remote_theme: devich/quick@0.0.1
15
15
```
16
16
17
17
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!
0 commit comments