Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 463f692

Browse files
initialize hugo site
0 parents  commit 463f692

File tree

8 files changed

+10
-0
lines changed

8 files changed

+10
-0
lines changed

archetypes/default.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

assets/.gitkeep

Whitespace-only changes.

content/.gitkeep

Whitespace-only changes.

data/.gitkeep

Whitespace-only changes.

hugo.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL: 'https://osusec.org/'
2+
languageCode: 'en-us'
3+
title: 'OSU Security Club - Oregon State University Security Club'
4+

layouts/.gitkeep

Whitespace-only changes.

public/.gitkeep

Whitespace-only changes.

static/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)