Skip to content

Commit 131f0d7

Browse files
committed
fix: Website links
1 parent 480c83c commit 131f0d7

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ resources/
33
node_modules/
44
package-lock.json
55
.hugo_build.lock
6-
deploy
7-
deploy.pub

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ information on using pull requests.
1717
If you want to run your own local Hugo server to preview your changes as you work:
1818

1919
1. Follow the instructions in [Getting started](/docs/getting-started) to install Hugo and any other tools you need. You'll need at least **Hugo version 0.45** (we recommend using the most recent available version), and it must be the **extended** version, which supports SCSS.
20-
1. Fork the [Website repo](https://github.com/BeamStackProj/website) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
20+
1. Fork the [Website repo](https://github.com/BeamStackProj/beamstackproj.github.io) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
2121

2222
```
23-
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/website
23+
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/beamstackproj.github.io
2424
```
2525
26-
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/website. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
26+
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
2727
1. Continue with the usual GitHub workflow to edit files, commit them, push the
2828
changes up to your fork, and create a pull request.
2929
3030
## Creating an issue
3131
32-
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Beamstack website repo](https://github.com/BeamStackProj/website/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
32+
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Beamstack website repo](https://github.com/BeamStackProj/beamstackproj.github.io/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
3333
3434
## Useful resources
3535

content/en/docs/about/contribution-guidelines.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ information on using pull requests.
2121
If you want to run your own local Hugo server to preview your changes as you work:
2222

2323
1. Follow the instructions in [Getting started](/docs/getting-started) to install Hugo and any other tools you need. You'll need at least **Hugo version 0.45** (we recommend using the most recent available version), and it must be the **extended** version, which supports SCSS.
24-
1. Fork the [Website repo](https://github.com/BeamStackProj/website) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
24+
1. Fork the [Website repo](https://github.com/BeamStackProj/beamstackproj.github.io) repo into your own project, then create a local copy using `git clone`. Don’t forget to use `--recurse-submodules` or you won’t pull down some of the code you need to generate a working site.
2525

2626
```
27-
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/website
27+
git clone --recurse-submodules --depth 1 https://github.com/BeamStackProj/beamstackproj.github.io
2828
```
2929
30-
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313/website. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
30+
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
3131
1. Continue with the usual GitHub workflow to edit files, commit them, push the
3232
changes up to your fork, and create a pull request.
3333
3434
## Creating an issue
3535
36-
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Website repo](https://github.com/BeamStackProj/website/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
36+
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [Website repo](https://github.com/BeamStackProj/beamstackproj.github.io/issues). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
3737
3838
## Useful resources
3939

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: //beamstackproj.github.io/website/
1+
baseURL: //beamstackproj.github.io/
22
title: Beamstack
33

44
# cSpell:ignore goldmark github hugo readingtime docsy subdir lastmod pygments linenos catmullrom norsk gu
@@ -113,7 +113,7 @@ params:
113113
url_latest_version: https://example.com
114114

115115
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
116-
# github_repo: https://github.com/BeamStackProj/website
116+
# github_repo: https://github.com/BeamStackProj/
117117

118118
# An optional link to a related project repo. For example, the sibling repository where your product code lives.
119119
# github_project_repo: https://github.com/BeamStackProj
@@ -126,10 +126,10 @@ params:
126126
github_branch: main
127127

128128
# Use this to prefix resources 'src' tags to fetch media in PRODUCTION
129-
prefixURL: https://beamstackproj.github.io/website
129+
prefixURL: https://beamstackproj.github.io/
130130

131131
# Use this to prefix resources 'src' tags to fetch media in DEVELOPMENT
132-
testURL: https://localhost:1313/website
132+
testURL: https://localhost:1313/
133133

134134
# Google Custom Search Engine ID. Remove or comment out to disable search.
135135
# gcs_engine_id: d72aa9b2712488cc3

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.10.0",
44
"version.next": "0.10.1-dev.0-unreleased",
55
"description": "Beamstack Project Documentation",
6-
"repository": "github:BeamStackProj/website",
7-
"homepage": "https://beamstackproj.github.io/website",
6+
"repository": "github:BeamStackProj/beamstackproj.github.io",
7+
"homepage": "https://beamstackproj.github.io",
88
"author": "Beamstack",
99
"license": "Apache-2.0",
10-
"bugs": "https://github.com/BeamStackProj/website/issues",
10+
"bugs": "https://github.com/BeamStackProj/beamstackproj.github.io/issues",
1111
"spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild -",
1212
"scripts": {
1313
"_build": "npm run _hugo-dev --",

0 commit comments

Comments
 (0)