Skip to content

Commit fdc8b34

Browse files
authored
Merge pull request #222 from justwriteclick/build
Update url configuration for feed.xml
2 parents 7bcb3fb + 247e22d commit fdc8b34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ GEM
8888
rb-inotify (~> 0.9, >= 0.9.10)
8989
mercenary (0.4.0)
9090
multipart-post (2.1.1)
91-
nokogiri (1.14.2-x86_64-darwin)
91+
nokogiri (1.14.3-x86_64-darwin)
9292
racc (~> 1.4)
93-
nokogiri (1.14.2-x86_64-linux)
93+
nokogiri (1.14.3-x86_64-linux)
9494
racc (~> 1.4)
9595
nokogumbo (2.0.5)
9696
nokogiri (~> 1.8, >= 1.8.4)

_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)