simplify YAML params and readme
This commit is contained in:
parent
6ba0d82cc5
commit
757206b082
7 changed files with 24 additions and 27 deletions
14
_config.yml
14
_config.yml
|
@ -13,15 +13,18 @@ baseurl: ""
|
|||
|
||||
# Of course don't forget to change the username and projectname to YOUR username and project
|
||||
|
||||
# Name of website
|
||||
title: My website
|
||||
|
||||
# Short description of your site
|
||||
description: A virtual proof that name is awesome!
|
||||
|
||||
# --- Navigation bar options --- #
|
||||
|
||||
# Image to show in the navigation bar - image must be a square (width = height)
|
||||
# Remove this parameter if you don't want an image in the navbar
|
||||
avatar: "/img/avatar-icon.png"
|
||||
|
||||
# Name of website to show in the navigation bar
|
||||
title: My website
|
||||
|
||||
# List of links in the navigation bar
|
||||
navbar-links:
|
||||
Home: ""
|
||||
|
@ -55,11 +58,6 @@ footer-links-active:
|
|||
# Remove this if you don't want a link in the footer
|
||||
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
||||
|
||||
# --- Header meta --- #
|
||||
# Brief name and description of the site
|
||||
name: name's website
|
||||
description: A virtual proof that name is awesome!
|
||||
|
||||
# --- Misc --- #
|
||||
|
||||
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue