Skip to content

Commit

Permalink
feat(config) configure site
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleusb committed Jul 17, 2020
1 parent 43371ec commit 4a67fd7
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
baseurl: "https://eagleusb.github.io"
title: "grumpycat tech stories."
theme: "terminal"

defaultcontentlanguage: "fr"
languagecode: "fr"
languagename: "French"

cleandestinationdir: false
publishdir: "public"
staticdir: "static"
disablehugogeneratorinject: true
# enablerobotstxt: true

paginate: 5

params:
contentTypeName: "posts"
themeColor: "blue"
showMenuItems: 2
showLanguageSelector: false
fullWidthTheme: false
centerTheme: true
# favicon: "favicon.ico"
# If you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
showLastUpdated: false
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix: "Updated"
# set all headings to their default size (depending on browser settings)
# oneHeadingSize = false
twitter:
creator: "eagleusb"
site: "eagleusb.github.io"

languages:
fr:
languageName: "French"
title: "grumpycat tech stories."
subtitle: "I like cats and engineering"
owner: "eagleusb"
keywords: "devops, sre, lyon"
copyright: "Leslie-Alexandre DENIS"
menuMore: "plus..."
readMore: "lire..."
readOtherPosts: "Read other posts"
missingContentMessage: "Page not found..."
missingBackButtonLabel: "Back to home page"

params:
logo:
logoText: "grumpycat tech stories."
logoHomeLink: "/"

menu:
main:
- identifier: "a-propos"
name: "Mon Histoire"
url: "/a-propos"

0 comments on commit 4a67fd7

Please sign in to comment.