Skip to content

Commit ce13c9f

Browse files
committed
add needed files
1 parent c2596ea commit ce13c9f

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/cybertec-postgresql/cybertec-pg-operator
2+
3+
go 1.22.5
4+
5+
require github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7 h1:l2xJB771iUIMN0zU1NKfFVqgnS0bQRFdCkVJhxVX7r4=
2+
github.com/cybertec-postgresql/hugo-geekdoc v0.0.0-20250130133505-d46e0dcc47c7/go.mod h1:y+YYT9rdvbhqlFG8MvkmuP8A8Z2+WkraYEdLghEZLbs=

hugo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
baseURL = "https://cybertec-postgresql.github.io/CYBERTEC-pg-operator"
2+
title = "CYBERTEC-PG-Operator"
3+
4+
defaultContentLanguage = "en"
5+
6+
[languages.en]
7+
languageName = "English"
8+
contentDir = "content/en"
9+
weight = 10
10+
11+
[module]
12+
[[module.imports]]
13+
path = 'github.com/cybertec-postgresql/hugo-geekdoc'

0 commit comments

Comments
 (0)