Skip to content

Commit e957768

Browse files
committed
first websit
1 parent a17548c commit e957768

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

PersonalWebsite/archetypes/default.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+++
2+
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3+
date = {{ .Date }}
4+
draft = true
5+
+++

PersonalWebsite/hugo.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
baseURL: https://ragespin.github.io/
2+
languageCode: en-us
3+
title: My New Hugo Site
4+
5+
# Use Hugo modules to add theme
6+
module:
7+
imports:
8+
- path: github.com/hugo-toha/toha/v4

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/rageSpin/rageSpin.github.io
2+
3+
go 1.22.4

0 commit comments

Comments
 (0)