change config settings to be more general
This commit is contained in:
parent
b88715cf3c
commit
4779452ce3
49
_config.yml
49
_config.yml
@ -4,25 +4,19 @@
|
|||||||
# baseurl is the website's URL without the hostname
|
# baseurl is the website's URL without the hostname
|
||||||
|
|
||||||
# If you are building a simple GitHub user page (<username>.github.io) then use these settings:
|
# If you are building a simple GitHub user page (<username>.github.io) then use these settings:
|
||||||
#url: "http://<username>.github.io"
|
url: "http://<username>.github.io"
|
||||||
#baseurl: ""
|
baseurl: ""
|
||||||
|
|
||||||
# If you are building a GitHub project page then use settings similar to mine:
|
# If you are building a GitHub project page then use these settings:
|
||||||
url: "http://daattali.github.io/beautiful-jekyll"
|
#url: "http://<username>.github.io/<project>"
|
||||||
baseurl: "/beautiful-jekyll"
|
#baseurl: "/<project>"
|
||||||
|
|
||||||
|
# Of course don't forget to change the <username> and <project> to YOUR username and project
|
||||||
|
|
||||||
# --- Header meta --- #
|
# --- Header meta --- #
|
||||||
# Brief name and description of the site
|
# Brief name and description of the site
|
||||||
name: Beautiful Jekyll by Dean Attali
|
name: <name>'s website
|
||||||
description: Quickly build a beautiful Jekyll website
|
description: A virtual proof that <name> is awesome!
|
||||||
|
|
||||||
# --- Outputting options --- #
|
|
||||||
# More information can be found on Jekyll's site
|
|
||||||
timezone: "America/Vancouver"
|
|
||||||
markdown: redcarpet
|
|
||||||
highlighter: pygments
|
|
||||||
permalink: /:year-:month-:day-:title
|
|
||||||
paginate: 5
|
|
||||||
|
|
||||||
# --- Navigation bar options --- #
|
# --- Navigation bar options --- #
|
||||||
|
|
||||||
@ -31,7 +25,7 @@ paginate: 5
|
|||||||
avatar: "/img/avatar-icon.png"
|
avatar: "/img/avatar-icon.png"
|
||||||
|
|
||||||
# Name of website to show in the navbar
|
# Name of website to show in the navbar
|
||||||
title: Beautiful Jekyll
|
title: My website
|
||||||
|
|
||||||
# List of links in the navigation bar
|
# List of links in the navigation bar
|
||||||
navbar-links:
|
navbar-links:
|
||||||
@ -44,13 +38,13 @@ navbar-links:
|
|||||||
# Change all these values or delete the ones you don't want.
|
# Change all these values or delete the ones you don't want.
|
||||||
# Important: you must keep the "name" parameter, everything else you can remove
|
# Important: you must keep the "name" parameter, everything else you can remove
|
||||||
author:
|
author:
|
||||||
name: Dean Attali
|
name: Some Person
|
||||||
email: "daattali@gmail.com"
|
email: "youremail@domain.com"
|
||||||
facebook: daattali
|
facebook: yourname # eg. daattali
|
||||||
github: daattali
|
github: yourname # eg. daattali
|
||||||
twitter: daattali
|
twitter: yourname # eg. daattali
|
||||||
linkedin: "pub/dean-attali/8/946/143"
|
linkedin: yourlink # eg. "pub/dean-attali/8/946/143"
|
||||||
stackoverflow: "users/3943160/daattali"
|
stackoverflow: yourlink # eg. "users/3943160/daattali"
|
||||||
|
|
||||||
# Select which links to show in the footer
|
# Select which links to show in the footer
|
||||||
footer-links-active:
|
footer-links-active:
|
||||||
@ -64,7 +58,7 @@ footer-links-active:
|
|||||||
|
|
||||||
# How to display the link to the website in the footer
|
# How to display the link to the website in the footer
|
||||||
# Remove this if you don't want a link in the footer
|
# Remove this if you don't want a link in the footer
|
||||||
url-pretty: "deanattali.com/beautiful-jekyll"
|
url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
||||||
|
|
||||||
# --- Misc --- #
|
# --- Misc --- #
|
||||||
|
|
||||||
@ -76,6 +70,13 @@ url-pretty: "deanattali.com/beautiful-jekyll"
|
|||||||
|
|
||||||
# --- Don't need to touch anything below here (but you can if you want) --- #
|
# --- Don't need to touch anything below here (but you can if you want) --- #
|
||||||
|
|
||||||
|
# Output options (more information on Jekyll's site)
|
||||||
|
timezone: "America/Vancouver"
|
||||||
|
markdown: redcarpet
|
||||||
|
highlighter: pygments
|
||||||
|
permalink: /:year-:month-:day-:title
|
||||||
|
paginate: 5
|
||||||
|
|
||||||
# Default YAML values (more information on Jekyll's site)
|
# Default YAML values (more information on Jekyll's site)
|
||||||
defaults:
|
defaults:
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user