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: Reverie
|
||||
name: Rambles
|
||||
|
||||
# Name of the author
|
||||
author: Amit Merchant
|
||||
author: Steve Dogiakos
|
||||
|
||||
# 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)
|
||||
avatar: /images/reverie.png
|
||||
avatar: https://avatars.githubusercontent.com/u/2258234?v=4
|
||||
|
||||
#
|
||||
# Flags below are optional
|
||||
|
@ -21,17 +21,17 @@ avatar: /images/reverie.png
|
|||
# Includes an icon in the footer for each username you enter
|
||||
footer-links:
|
||||
dribbble:
|
||||
email: amit.d.merchant@gmail.com
|
||||
facebook:
|
||||
email: github.com
|
||||
facebook: dogiakos
|
||||
flickr:
|
||||
github: amitmerchant1990/reverie
|
||||
instagram:
|
||||
linkedin:
|
||||
pinterest:
|
||||
rss: rss
|
||||
twitter: amit_merchant
|
||||
github: snachodog
|
||||
instagram: snachodog
|
||||
linkedin: snachodog
|
||||
pinterest: snachodog
|
||||
rss:
|
||||
twitter: @snachodog
|
||||
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/
|
||||
playconsole:
|
||||
|
||||
|
@ -41,21 +41,21 @@ footer-links:
|
|||
disqus:
|
||||
|
||||
# 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
|
||||
#google_analytics_ga4: G-GABC1DEFG
|
||||
|
||||
# Your website URL (e.g. http://amitmerchant1990.github.io or http://www.amitmerchant.com)
|
||||
# Used for Sitemap.xml and your RSS feed
|
||||
url: http://www.amitmerchant.com/reverie
|
||||
enforce_ssl: https://www.amitmerchant.com/reverie
|
||||
url: http://snachodog.github.io
|
||||
enforce_ssl:
|
||||
|
||||
# If you're hosting your site at a Project repository on GitHub pages
|
||||
# (http://yourusername.github.io/repository-name)
|
||||
# and NOT your User repository (http://yourusername.github.io)
|
||||
# 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 !!
|
||||
|
@ -99,4 +99,3 @@ exclude:
|
|||
- LICENSE
|
||||
- README.md
|
||||
- CNAME
|
||||
|
||||
|
|
Loading…
Reference in New Issue