Skip to content

Commit 2ae6b14

Browse files
author
Avaer Kazmer
authored
Merge pull request #13 from exokitxr/config-update
Config update
2 parents f1fb3bd + c5f0749 commit 2ae6b14

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_config.prod.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ browsersync:
117117
## Docs: https://hexo.io/docs/deployment.html
118118
deploy:
119119
type: git
120-
repository: git@github.com:exokitxr/exokitxr.github.io.git
120+
repository: git@github.com:exokitxr/exokitxr-site.git
121+
branch: gh-pages
121122

122123
disqus_shortname:
123124
twitter:

scripts/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ hexo.extend.helper.register('website_github_edit_url', function (path) {
162162
// For docs.
163163
if (path.indexOf('docs/') !== -1) {
164164
return urljoin(this.config.github.exokit.url, 'edit', MASTER,
165-
path.replace('docs/', 'docs/').replace(/\.html$/, '.md'));
165+
path.replace('docs/', 'src/docs/').replace(/\.html$/, '.md'));
166166
}
167167
// For blog posts.
168168
return urljoin(this.config.github.exokit_site.url, 'edit', MASTER, this.config.source_dir,

0 commit comments

Comments
 (0)