First commit with custimizations
This commit is contained in:
parent
777220dd17
commit
15296aae4d
35
_config.yml
35
_config.yml
|
@ -3,16 +3,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Name of your site (displayed in the header)
|
# Name of your site (displayed in the header)
|
||||||
name: Reverie
|
name: Rambles
|
||||||
|
|
||||||
# Name of the author
|
# Name of the author
|
||||||
author: Amit Merchant
|
author: Steve Dogiakos
|
||||||
|
|
||||||
# Short bio or description (displayed in the header)
|
# Short bio or description (displayed in the header)
|
||||||
description: An elegant Jekyll theme
|
description: A place for Steve to ramble
|
||||||
|
|
||||||
# URL of your avatar or profile pic (you could use your GitHub profile pic)
|
# URL of your avatar or profile pic (you could use your GitHub profile pic)
|
||||||
avatar: /images/reverie.png
|
avatar: https://avatars.githubusercontent.com/u/2258234?v=4
|
||||||
|
|
||||||
#
|
#
|
||||||
# Flags below are optional
|
# Flags below are optional
|
||||||
|
@ -21,17 +21,17 @@ avatar: /images/reverie.png
|
||||||
# Includes an icon in the footer for each username you enter
|
# Includes an icon in the footer for each username you enter
|
||||||
footer-links:
|
footer-links:
|
||||||
dribbble:
|
dribbble:
|
||||||
email: amit.d.merchant@gmail.com
|
email: github.com
|
||||||
facebook:
|
facebook: dogiakos
|
||||||
flickr:
|
flickr:
|
||||||
github: amitmerchant1990/reverie
|
github: snachodog
|
||||||
instagram:
|
instagram: snachodog
|
||||||
linkedin:
|
linkedin: snachodog
|
||||||
pinterest:
|
pinterest: snachodog
|
||||||
rss: rss
|
rss:
|
||||||
twitter: amit_merchant
|
twitter: @snachodog
|
||||||
stackoverflow:
|
stackoverflow:
|
||||||
youtube: # channel/<your_long_string> or user/<user-name>
|
youtube: # user/snachodog
|
||||||
googleplus: # anything in your profile username that comes after plus.google.com/
|
googleplus: # anything in your profile username that comes after plus.google.com/
|
||||||
playconsole:
|
playconsole:
|
||||||
|
|
||||||
|
@ -41,21 +41,21 @@ footer-links:
|
||||||
disqus:
|
disqus:
|
||||||
|
|
||||||
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
|
||||||
google_analytics: UA-43339302-11
|
google_analytics:
|
||||||
|
|
||||||
# For newer "GA4" analytics, use the following instead of the "UA" entry above
|
# For newer "GA4" analytics, use the following instead of the "UA" entry above
|
||||||
#google_analytics_ga4: G-GABC1DEFG
|
#google_analytics_ga4: G-GABC1DEFG
|
||||||
|
|
||||||
# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
|
# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
|
||||||
# Used for Sitemap.xml and your RSS feed
|
# Used for Sitemap.xml and your RSS feed
|
||||||
url: http://www.amitmerchant.com/reverie
|
url: http://snachodog.github.io
|
||||||
enforce_ssl: https://www.amitmerchant.com/reverie
|
enforce_ssl:
|
||||||
|
|
||||||
# If you're hosting your site at a Project repository on GitHub pages
|
# If you're hosting your site at a Project repository on GitHub pages
|
||||||
# (http://yourusername.github.io/repository-name)
|
# (http://yourusername.github.io/repository-name)
|
||||||
# and NOT your User repository (http://yourusername.github.io)
|
# and NOT your User repository (http://yourusername.github.io)
|
||||||
# then add in the baseurl here, like this: "/repository-name"
|
# then add in the baseurl here, like this: "/repository-name"
|
||||||
baseurl: "/reverie"
|
baseurl:
|
||||||
|
|
||||||
#
|
#
|
||||||
# !! You don't need to change any of the configuration flags below !!
|
# !! You don't need to change any of the configuration flags below !!
|
||||||
|
@ -99,4 +99,3 @@ exclude:
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- README.md
|
- README.md
|
||||||
- CNAME
|
- CNAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue