Initial commit
This commit is contained in:
commit
1f52eae29f
7 changed files with 74 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/hello-friend-ng"]
|
||||||
|
path = themes/hello-friend-ng
|
||||||
|
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.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
|
||||||
|
---
|
||||||
|
|
57
config.toml
Normal file
57
config.toml
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
baseurl = "https://creekorful.dev"
|
||||||
|
languageCode = "en-us"
|
||||||
|
theme = "hello-friend-ng"
|
||||||
|
|
||||||
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
|
disableReadOtherPosts = false
|
||||||
|
|
||||||
|
# Enable sharing buttons, if you linke
|
||||||
|
enableSharingButtons = true
|
||||||
|
|
||||||
|
# Metadata used in document's HEAD
|
||||||
|
description = "My new homepage or blog"
|
||||||
|
keywords = "homepage, blog"
|
||||||
|
|
||||||
|
# Default theme "light" or "dark"
|
||||||
|
defaultTheme = "dark"
|
||||||
|
|
||||||
|
# Social icons
|
||||||
|
[[params.social]]
|
||||||
|
name = "github"
|
||||||
|
url = "https://github.com/creekorful"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "docker"
|
||||||
|
url = "https://hub.docker.com/u/creekorful"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "linkedin"
|
||||||
|
url = "https://www.linkedin.com/creekorful"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "telegram"
|
||||||
|
url = "https://t.me/creekorful"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "stackoverflow"
|
||||||
|
url = "https://stackoverflow.com/users/3042802/creekorful"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "email"
|
||||||
|
url = "mailto:alois@micard.lu"
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.en]
|
||||||
|
title = "Aloïs Micard"
|
||||||
|
subtitle = "Architecture & security"
|
||||||
|
homeSubtitle = "Architecture & Security | Open Source | Debian Maintainer | Writeups"
|
||||||
|
|
||||||
|
[languages.en.params.logo]
|
||||||
|
logoText = "$ /home/"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
logoCursorColor = "#67a2c9"
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "blog"
|
||||||
|
name = "$ /blog/"
|
||||||
|
url = "https://blog.creekorful.com"
|
3
config.toml.bak
Normal file
3
config.toml.bak
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
baseURL = "http://example.org/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "My New Hugo Site"
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"main.d1ea4af8fd04fb24a4f8b882ea54bd04eb245427ca4baf527c81a5dab071410b.css","MediaType":"text/css","Data":{"Integrity":"sha256-0epK+P0E+ySk+LiC6lS9BOskVCfKS69SfIGl2rBxQQs="}}
|
1
themes/hello-friend-ng
Submodule
1
themes/hello-friend-ng
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1c22f9f3d85c86d3b4155ff507e6646ca8e9c7f7
|
Loading…
Add table
Add a link
Reference in a new issue