Basic Site Structure

Theme and Pages to be added
This commit is contained in:
Aadi Desai 2022-01-11 13:14:55 +00:00
commit 4b018fc938
No known key found for this signature in database
GPG key ID: CFFFE425830EF4D9
4 changed files with 19 additions and 0 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Hugo generated files
resources/_gen/
public/
.hugo_build.lock

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

7
config.yml Normal file
View file

@ -0,0 +1,7 @@
# command: hugo server -D --bind=0.0.0.0 --baseURL=http://192.168.0.12:1313
baseURL: https://8bitsqu.id/
languageCode: en-gb
title: Aadi Desai
theme: unknown
enableEmoji: true
params: