basic hugo setup
This commit is contained in:
parent
985020ea48
commit
070eaa807e
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
57
config.toml
Normal file
57
config.toml
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
baseurl = "/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "hello-friend-ng"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
dateform = "Jan 2, 2006"
|
||||||
|
dateformShort = "Jan 2"
|
||||||
|
dateformNum = "2006-01-02"
|
||||||
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
||||||
|
|
||||||
|
# Metadata mostly used in document's head
|
||||||
|
description = "Dotya.ml"
|
||||||
|
keywords = "homepage, development, git, programming"
|
||||||
|
images = [""]
|
||||||
|
|
||||||
|
# Directory name of your blog content (default is `content/posts`)
|
||||||
|
contentTypeName = "posts"
|
||||||
|
# Default theme "light" or "dark"
|
||||||
|
defaultTheme = "dark"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Dotya.ml"
|
||||||
|
subtitle = ""
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
readOtherPosts = "benis"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "Dotya.ml"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
# or
|
||||||
|
#
|
||||||
|
# path = "/img/your-example-logo.svg"
|
||||||
|
# alt = "Your example logo alt text"
|
||||||
|
|
||||||
|
# You can create a language based menu
|
||||||
|
[languages.en.menu]
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "git"
|
||||||
|
name = "Git"
|
||||||
|
url = "https://git.dotya.ml"
|
||||||
|
|
||||||
|
# And you can even create generic menu
|
||||||
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = ""
|
||||||
|
name = ""
|
||||||
|
url = "#"
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
|||||||
|
{"Target":"main.min.7bfbbe12786fa0ded4b4c0d792cbb36a5bd0bdb0b856dde57aa7b1f6fe0f2b87.css","MediaType":"text/css","Data":{"Integrity":"sha256-e/u+EnhvoN7UtMDXksuzalvQvbC4Vt3leqex9v4PK4c="}}
|
Loading…
Reference in New Issue
Block a user