1
0
Fork 0

init commit

This commit is contained in:
Pratham Patel 2022-07-22 16:43:41 +05:30
commit 732b3c9a11
3 changed files with 64 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
/.hugo_build.lock

6
archetypes/default.md Normal file
View File

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

45
config.toml Normal file
View File

@ -0,0 +1,45 @@
baseURL = "/"
title = "Setting up Pratham's machines"
theme = "hello-friend-ng"
languageCode = "en-in"
[params]
# params for website
author = "Pratham Patel"
homeSubtitle = "the guide to follow when machines are formatted"
# params for Hugo
readMore = false
disableReadOtherPosts = true
readNextPosts = 10
enableThemeToggle = true
enableSharingButtons = false
enableEmoji = true
dateform = "2006-01-02"
dateformShort = "01/02"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-01 15:04"
[params.footer]
author = true
topText = []
bottomText = [
"Powered by Hugo, for Pratham Patel (theme: (hello-friend-ng)[https://github.com/rhazdon/hugo-theme-hello-friend-ng])"
]
[params.logo]
logoMark = "# "
logoText = " dd if=/dev/zero of=/dev/sda"
logoHomeLink = "/"
[menu]
[[menu.main]]
name = "Machines"
url = "/posts"
#[markup.goldmark.renderer]
# unsafe = true