Bring the repo up to date
This commit is contained in:
parent
2fe49cab15
commit
c989f8a8c2
22 changed files with 56 additions and 1125 deletions
20
_config.yml
20
_config.yml
|
|
@ -8,25 +8,25 @@
|
|||
# /____/
|
||||
#
|
||||
# Title of your website
|
||||
title: "Feeling Responsive"
|
||||
title: "dennogumi.org"
|
||||
|
||||
|
||||
# The slogan describes your website and is used on homepage in <title> and other important places
|
||||
slogan: "A Flexible Theme for Jekyll"
|
||||
slogan: "On the web since 1999"
|
||||
|
||||
|
||||
# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
|
||||
description: "»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette."
|
||||
description: "None"
|
||||
|
||||
|
||||
# This URL is the main adresse. Don't include a slash at the end.
|
||||
#
|
||||
url: "https://phlow.github.io/feeling-responsive"
|
||||
url: "https://www.dennogumi.org"
|
||||
baseurl: ""
|
||||
|
||||
# This is for the editing function in _/includes/improve_content.html
|
||||
# Leave it empty if your site is not on GitHub/GitHub Pages
|
||||
improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
|
||||
improve_content: ""
|
||||
|
||||
# This URL points directly to the images directory making
|
||||
# things easier to link to images in posts and templates. It needs a slash.
|
||||
|
|
@ -34,7 +34,7 @@ improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
|
|||
# Example: <img src="{{ site.urlimg }}/{{ post.image.title }}">
|
||||
# Markdown-Example for posts 
|
||||
#
|
||||
urlimg: "http://phlow.github.io/feeling-responsive/images/"
|
||||
urlimg: "http://www.dennogumi.org/images/"
|
||||
|
||||
|
||||
# Logo size is 600x80 pixels
|
||||
|
|
@ -118,9 +118,9 @@ defaults:
|
|||
# ___/ / /___/ /_/ /
|
||||
# /____/_____/\____/ Verify Website to Webmaster Tools
|
||||
|
||||
google_author: "https://plus.google.com/u/0/118311555303973066167"
|
||||
google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ"
|
||||
bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F"
|
||||
google_author: ""
|
||||
google_site_verification: ""
|
||||
bing_webmastertools_id: ""
|
||||
# alexa_verify_id: ""
|
||||
|
||||
|
||||
|
|
@ -204,5 +204,5 @@ sass:
|
|||
#
|
||||
# used in _includes/footer_scripts.html
|
||||
|
||||
google_analytics_tracking_id: UA-60112281-1
|
||||
google_analytics_tracking_id: ""
|
||||
|
||||
|
|
|
|||
Reference in a new issue