Update _config.yml
This commit is contained in:
		
							
								
								
									
										62
									
								
								_config.yml
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								_config.yml
									
									
									
									
									
								
							| @ -1,2 +1,60 @@ | |||||||
| theme: jekyll-theme-slate | #theme: jekyll-theme-slate | ||||||
| show_downloads: true | #show_downloads: true | ||||||
|  |  | ||||||
|  | remote-theme: streetturtle/jekyll-clean-dark | ||||||
|  | # Jekyll configuration | ||||||
|  |  | ||||||
|  | name: Blog Name | ||||||
|  | description: Software Developer | ||||||
|  |  | ||||||
|  | # Url is currently only used only for the RSS feed in feed.xml | ||||||
|  | url: http://streetturtle.github.io | ||||||
|  | #url: http://localhost:4000 | ||||||
|  |  | ||||||
|  | # For a project page here should be a project name. Otherwise (for user's/organization's page leave it empty) | ||||||
|  | baseurl: '/jekyll-clean-dark' | ||||||
|  |  | ||||||
|  | author: Pavel Makhov | ||||||
|  | copyright: 2015-2018 | ||||||
|  |  | ||||||
|  | share: | ||||||
|  |   facebook: true | ||||||
|  |   twitter: true | ||||||
|  |   gplus: true | ||||||
|  |   linkedin: true | ||||||
|  |   pinterest: true | ||||||
|  |   email: true | ||||||
|  |  | ||||||
|  | social: | ||||||
|  |   github: streetturtle | ||||||
|  |   stackoverflow: '' | ||||||
|  |   linkedin: | ||||||
|  |   instagram: '' | ||||||
|  |   lastfm: '' | ||||||
|  |   rss: feed.xml | ||||||
|  |  | ||||||
|  | # Google Analytics key, leave blank to ignore | ||||||
|  | google_analytics_key: | ||||||
|  | # Yandex metrica (https://metrica.yandex.com/) leave blank to ignore or put true to use | ||||||
|  | yandex_metrica: | ||||||
|  |  | ||||||
|  |  | ||||||
|  | # Set this to your disqus shortname to enable comments. Note that the 'comments' | ||||||
|  | # setting below must also be true. Individual posts can override 'comments' to | ||||||
|  | # disable on a post-by-post basis | ||||||
|  | disqus: streetturtle | ||||||
|  | comments: false | ||||||
|  |  | ||||||
|  | permalink: /:year/:month/:title | ||||||
|  |  | ||||||
|  | # Enable for using pages, more details are here: http://jekyllrb.com/docs/pagination/ | ||||||
|  | #paginate: 3 | ||||||
|  |  | ||||||
|  | #highlighter: rouge | ||||||
|  |  | ||||||
|  | markdown: kramdown | ||||||
|  | kramdown: | ||||||
|  |   input: GFM # Enable GitHub Flavored Markdown (fenced code blocks) | ||||||
|  |   hard_wrap: true | ||||||
|  |  | ||||||
|  | exclude: ['README.md', 'LICENSE'] | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user