Skip to content

Commit

Permalink
chore: configure hugo site
Browse files Browse the repository at this point in the history
  • Loading branch information
Bricklou committed Jun 20, 2024
1 parent 8f59f8f commit 3533c14
Show file tree
Hide file tree
Showing 53 changed files with 5,204 additions and 4,072 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.next
node_modules
out/
.vscode/
.idea/
Empty file added .hugo_build.lock
Empty file.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions README.md

This file was deleted.

5 changes: 5 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
5 changes: 5 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = ''
date = 2024-06-20T10:41:31+02:00
draft = true
+++
5 changes: 5 additions & 0 deletions content/docs/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = 'Docs'
date = 2024-06-20T10:41:31+02:00
draft = true
+++
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/Bricklou/launcher-tutorials

go 1.22.4

require github.com/imfing/hextra v0.8.0 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/imfing/hextra v0.8.0 h1:bG2GavmsMAgRRCrm+N4c+m6mBm9KYrgGH0mgaJpIXjM=
github.com/imfing/hextra v0.8.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
9 changes: 9 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://json.schemastore.org/hugo.json

baseURL: https://example.org/
languageCode: en-us
title: My New Hugo Site

module:
imports:
- path: github.com/imfing/hextra
5 changes: 0 additions & 5 deletions next-env.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions next.config.js

This file was deleted.

Loading

0 comments on commit 3533c14

Please sign in to comment.