Initial commit
This commit is contained in:
commit
2c783134db
5 changed files with 55 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/terminal"]
|
||||||
|
path = themes/terminal
|
||||||
|
url = https://github.com/panr/hugo-theme-terminal.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
35
config.toml
Normal file
35
config.toml
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
baseURL = "https://blog-beta.creekorful.com"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Aloïs Micard | Tech blog"
|
||||||
|
theme = "terminal"
|
||||||
|
|
||||||
|
[params]
|
||||||
|
fullWidthTheme = false
|
||||||
|
centerTheme = true
|
||||||
|
themeColor = "blue"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
languageName = "English"
|
||||||
|
title = "Aloïs Micard"
|
||||||
|
subtitle = "Tech Blog"
|
||||||
|
owner = "Aloïs Micard"
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Show more"
|
||||||
|
readMore = "Read more"
|
||||||
|
readOtherPosts = "Read other posts"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "Aloïs Micard | Tech blog"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[languages.en.menu]
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "about"
|
||||||
|
name = "About"
|
||||||
|
url = "/about"
|
||||||
|
[[languages.en.menu.main]]
|
||||||
|
identifier = "showcase"
|
||||||
|
name = "Showcase"
|
||||||
|
url = "/showcase"
|
10
content/posts/hello-world.md
Normal file
10
content/posts/hello-world.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
+++
|
||||||
|
title = "Hello world"
|
||||||
|
date = ""
|
||||||
|
author = ""
|
||||||
|
cover = ""
|
||||||
|
tags = ["", ""]
|
||||||
|
keywords = ["", ""]
|
||||||
|
description = "This is my first post using Hugo"
|
||||||
|
showFullContent = false
|
||||||
|
+++
|
1
themes/terminal
Submodule
1
themes/terminal
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 58ba445c9f9eef283f6c1659e0e2364e9652aa9a
|
Loading…
Add table
Add a link
Reference in a new issue