Skip to content

Commit 247e22d

Browse files
authored
Merge pull request #221 from justwriteclick/ag-feed-fix
Update _config.yml for url setting to fix feed.xml
2 parents bc64989 + 048f994 commit 247e22d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Let's Treat Docs Like Code
44
locale: en-US
55
description: Technical documentation with tools and techniques like version control (GitHub) and automation (CICD) with static site generators (SSG) and more.
66
logo: /images/treat-docs-like-code.png
7-
url: http://127.0.0.1:4000
8-
#url: https://www.docslikecode.com
7+
#url: http://127.0.0.1:4000
8+
url: https://www.docslikecode.com
99
theme: jekyll-theme-so-simple
1010
skin: "/assets/css/skins/light.css"
1111
search_full_content: true

0 commit comments

Comments
 (0)