Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf2ebaca

Browse files
authored
Update README.md
1 parent6a7d635 commitf2ebaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add these lines to your `_config.yml` file to get a demo navigation bar:
7676

7777
```yaml
7878
navbar-links:
79-
Home: "/"
79+
Home: ""
8080
About Me: "aboutme"
8181
Resources:
8282
- Beautiful Jekyll: "http://deanattali.com/beautiful-jekyll/"
@@ -85,7 +85,7 @@ navbar-links:
8585
Author's home: "http://deanattali.com"
8686
```
8787

88-
Change these values to match the pages on your site. Each menu item is composed of a `key:value` pair, where the `key` is the text that shows up in the navigation bar, and `value` is the URL to link to. The URL can either be the name of a page on your site (eg. `/` will go to your homepage, `aboutme` will go to a page called `aboutme` on your site), or a URL to an external site beginning in `http`. If you want to define sub-menus, use the format that the `Resources` menu is using in the sample code above.
88+
Change these values to match the pages on your site. Each menu item is composed of a `key:value` pair, where the `key` is the text that shows up in the navigation bar, and `value` is the URL to link to. The URL can either be the name of a page on your site (eg. `""` will go to your homepage, `aboutme` will go to a page called `aboutme` on your site), or a URL to an external site beginning in `http`. If you want to define sub-menus, use the format that the `Resources` menu is using in the sample code above.
8989

9090
#### Displaying an image in the navigation bar
9191

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp