Skip to content

Commit 23dd15e

Browse files
authored
Set URL for the site in _config.yml
Add site URL for GitHub Pages configuration
1 parent 1ecc07a commit 23dd15e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ sections: [
3030
['post', 'Posts']
3131
]
3232

33+
// URL to site
34+
url: "https://pippo-java.github.io"
35+
3336
# Keep as an empty string if served up at the root. If served up at a specific
3437
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
3538
baseurl: ''

0 commit comments

Comments
 (0)