Skip to content

Commit e4a101c

Browse files
committed
Updated modules path
1 parent d57ff26 commit e4a101c

28 files changed

Lines changed: 46 additions & 46 deletions

File tree

modules/blox-analytics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get analytics and verification for your Hugo site by following the guide below:
1313
```yaml
1414
module:
1515
imports:
16-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics
16+
- path: github.com/fm4se/website-theme/modules/blox-analytics
1717
```
1818
1919
2. Load the module in your site's `<head>` with:

modules/blox-analytics/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics
1+
module github.com/fm4se/website-theme/modules/blox-analytics
22

33
go 1.15

modules/blox-plugin-decap-cms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Built upon the open source [Decap CMS](https://decapcms.org/) and [Netlify Ident
1111
```yaml
1212
module:
1313
imports:
14-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms
14+
- path: github.com/fm4se/website-theme/modules/blox-plugin-decap-cms
1515
```
1616
1717
2. Create a `content/admin/index.md` file containing:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms
1+
module github.com/fm4se/website-theme/modules/blox-plugin-decap-cms
22

33
go 1.15

modules/blox-plugin-netlify/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ By default, the plugin will help secure your site with some common security head
1313
```yaml
1414
module:
1515
imports:
16-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
16+
- path: github.com/fm4se/website-theme/modules/blox-plugin-netlify
1717
```
1818
1919
2. Tell Hugo to generate the Netlify `headers` and `redirects` files by adding them to Hugo's `outputs` config. For example,

modules/blox-plugin-netlify/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
1+
module github.com/fm4se/website-theme/modules/blox-plugin-netlify
22

33
go 1.15

modules/blox-plugin-reveal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Supports math, syntax highlighting, diagrams, speaker notes, and much more!
1313
```yaml
1414
module:
1515
imports:
16-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
16+
- path: github.com/fm4se/website-theme/modules/blox-plugin-reveal
1717
```
1818
1919
## Usage

modules/blox-plugin-reveal/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
1+
module github.com/fm4se/website-theme/modules/blox-plugin-reveal
22

33
go 1.19

modules/blox-tailwind/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind
1+
module github.com/fm4se/website-theme/modules/blox-tailwind
22

33
go 1.19
44

5-
require github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics v0.2.0
5+
require github.com/fm4se/website-theme/modules/blox-analytics v0.2.0

modules/blox-tailwind/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module:
9494
min: '0.148.2'
9595
extended: true
9696
imports:
97-
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-analytics
97+
- path: github.com/fm4se/website-theme/modules/blox-analytics
9898
mounts:
9999
- source: content
100100
target: content

0 commit comments

Comments
 (0)