Basic customized configuration
This commit is contained in:
		
					parent
					
						
							
								6704528d8d
							
						
					
				
			
			
				commit
				
					
						f8dc7727e8
					
				
			
		
					 4 changed files with 61 additions and 128 deletions
				
			
		
							
								
								
									
										82
									
								
								_config.yml
									
										
									
									
									
								
							
							
						
						
									
										82
									
								
								_config.yml
									
										
									
									
									
								
							|  | @ -1,11 +1,11 @@ | ||||||
| # ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow | # ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow | ||||||
| # | # | ||||||
| #      _____ _ __          _____      __  __  _                  | #      _____ _ __          _____      __  __  _ | ||||||
| #     / ___/(_) /____     / ___/___  / /_/ /_(_)___  ____ ______ | #     / ___/(_) /____     / ___/___  / /_/ /_(_)___  ____ ______ | ||||||
| #     \__ \/ / __/ _ \    \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/ | #     \__ \/ / __/ _ \    \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/ | ||||||
| #    ___/ / / /_/  __/   ___/ /  __/ /_/ /_/ / / / / /_/ (__  )  | #    ___/ / / /_/  __/   ___/ /  __/ /_/ /_/ / / / / /_/ (__  ) | ||||||
| #   /____/_/\__/\___/   /____/\___/\__/\__/_/_/ /_/\__, /____/   | #   /____/_/\__/\___/   /____/\___/\__/\__/_/_/ /_/\__, /____/ | ||||||
| #                                                 /____/         | #                                                 /____/ | ||||||
| # | # | ||||||
| # Title of your website | # Title of your website | ||||||
| title: "dennogumi.org" | title: "dennogumi.org" | ||||||
|  | @ -22,7 +22,7 @@ description: "None" | ||||||
| # This URL is the main adresse. Don't include a slash at the end. | # This URL is the main adresse. Don't include a slash at the end. | ||||||
| # | # | ||||||
| url: "https://www.dennogumi.org" | url: "https://www.dennogumi.org" | ||||||
| baseurl: "" | baseurl: "/" | ||||||
| 
 | 
 | ||||||
| # This is for the editing function in _/includes/improve_content.html | # This is for the editing function in _/includes/improve_content.html | ||||||
| # Leave it empty if your site is not on GitHub/GitHub Pages | # Leave it empty if your site is not on GitHub/GitHub Pages | ||||||
|  | @ -46,7 +46,7 @@ paginate: 5 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # Pagination path › Important for blog page in /blog/ to work | # Pagination path › Important for blog page in /blog/ to work | ||||||
| paginate_path: "blog/page:num" | paginate_path: "/page:num" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # Theme works best with Kramdown (using the table of contents function) | # Theme works best with Kramdown (using the table of contents function) | ||||||
|  | @ -70,12 +70,12 @@ exclude: | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| # | # | ||||||
| #       ____       ____            ____  | #       ____       ____            ____ | ||||||
| #      / __ \___  / __/___ ___  __/ / /_ | #      / __ \___  / __/___ ___  __/ / /_ | ||||||
| #     / / / / _ \/ /_/ __ `/ / / / / __/ | #     / / / / _ \/ /_/ __ `/ / / / / __/ | ||||||
| #    / /_/ /  __/ __/ /_/ / /_/ / / /_   | #    / /_/ /  __/ __/ /_/ / /_/ / / /_ | ||||||
| #   /_____/\___/_/  \__,_/\__,_/_/\__/   | #   /_____/\___/_/  \__,_/\__,_/_/\__/ | ||||||
| #                                        | # | ||||||
| # Default Settings | # Default Settings | ||||||
| 
 | 
 | ||||||
| defaults: | defaults: | ||||||
|  | @ -87,35 +87,35 @@ defaults: | ||||||
|       show_meta: true 	# Show metadata beneath all pages |       show_meta: true 	# Show metadata beneath all pages | ||||||
|       # sidebar:    		# Possible values › left, right › by default there will be no sidebar |       # sidebar:    		# Possible values › left, right › by default there will be no sidebar | ||||||
|       comments: false |       comments: false | ||||||
|       author: "your_author_name" |       author: "Luca Beltrame" | ||||||
|   - |   - | ||||||
|     scope: |     scope: | ||||||
|       path: ""         |       path: "" | ||||||
|       type: "posts" |       type: "posts" | ||||||
|     values: |     values: | ||||||
|       show_meta: true   # Show metadata beneath all posts |       show_meta: true   # Show metadata beneath all posts | ||||||
|       # sidebar:        # Possible values › left, right › by default there will be no sidebar |       # sidebar:        # Possible values › left, right › by default there will be no sidebar | ||||||
|       comments: false |       comments: false | ||||||
|       author: "your_author_name" |       author: "Luca Beltrame" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #       _   __            _             __  _            | #       _   __            _             __  _ | ||||||
| #      / | / /___ __   __(_)___ _____ _/ /_(_)___  ____  | #      / | / /___ __   __(_)___ _____ _/ /_(_)___  ____ | ||||||
| #     /  |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ | #     /  |/ / __ `/ | / / / __ `/ __ `/ __/ / __ \/ __ \ | ||||||
| #    / /|  / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / | #    / /|  / /_/ /| |/ / / /_/ / /_/ / /_/ / /_/ / / / / | ||||||
| #   /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/  | #   /_/ |_/\__,_/ |___/_/\__, /\__,_/\__/_/\____/_/ /_/ | ||||||
| #                       /____/                           | #                       /____/ | ||||||
| # | # | ||||||
| #  Open _data/navigation.yml to adjust the left and right topbar navigation | #  Open _data/navigation.yml to adjust the left and right topbar navigation | ||||||
| # | # | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #     _____ __________  | #     _____ __________ | ||||||
| #    / ___// ____/ __ \ | #    / ___// ____/ __ \ | ||||||
| #    \__ \/ __/ / / / / | #    \__ \/ __/ / / / / | ||||||
| #   ___/ / /___/ /_/ /  | #   ___/ / /___/ /_/ / | ||||||
| #  /____/_____/\____/    Verify Website to Webmaster Tools | #  /____/_____/\____/    Verify Website to Webmaster Tools | ||||||
| 
 | 
 | ||||||
| google_author:             "" | google_author:             "" | ||||||
|  | @ -125,10 +125,10 @@ bing_webmastertools_id:    "" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #       ______            _                       | #       ______            _ | ||||||
| #      / ____/___ __   __(_)________  ____  _____ | #      / ____/___ __   __(_)________  ____  _____ | ||||||
| #     / /_  / __ `/ | / / / ___/ __ \/ __ \/ ___/ | #     / /_  / __ `/ | / / / ___/ __ \/ __ \/ ___/ | ||||||
| #    / __/ / /_/ /| |/ / / /__/ /_/ / / / (__  )  | #    / __/ / /_/ /| |/ / / /__/ /_/ / / / (__  ) | ||||||
| #   /_/    \__,_/ |___/_/\___/\____/_/ /_/____/   Favicon-Crap: Favicons, Chrome, Android & Apple Touch Buttons | #   /_/    \__,_/ |___/_/\___/\____/_/ /_/____/   Favicon-Crap: Favicons, Chrome, Android & Apple Touch Buttons | ||||||
| #                                                 More information » https://mathiasbynens.be/notes/touch-icons | #                                                 More information » https://mathiasbynens.be/notes/touch-icons | ||||||
| 
 | 
 | ||||||
|  | @ -146,61 +146,61 @@ msapplication_tileimage:                "msapplication_tileimage.png" | ||||||
| msapplication_tilecolor:                "#fabb00" | msapplication_tilecolor:                "#fabb00" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #       ______                __                __   | #       ______                __                __ | ||||||
| #      / ____/___ _________  / /_  ____  ____  / /__ | #      / ____/___ _________  / /_  ____  ____  / /__ | ||||||
| #     / /_  / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/ | #     / /_  / __ `/ ___/ _ \/ __ \/ __ \/ __ \/ //_/ | ||||||
| #    / __/ / /_/ / /__/  __/ /_/ / /_/ / /_/ / ,<    | #    / __/ / /_/ / /__/  __/ /_/ / /_/ / /_/ / ,< | ||||||
| #   /_/    \__,_/\___/\___/_.___/\____/\____/_/|_|      Facebook-Optimization › http://j.mp/fb_optimize | #   /_/    \__,_/\___/\___/_.___/\____/\____/_/|_|      Facebook-Optimization › http://j.mp/fb_optimize | ||||||
| 
 | 
 | ||||||
| og_image:                           "http://images.phlow.de/phlow/phlow_de-logo-512x.png" | og_image:                           "" | ||||||
| og_locale:                          "en_EN" | og_locale:                          "en_EN" | ||||||
| og_type:                            "website" | og_type:                            "" | ||||||
| og_title:                           "Feeling Responsive – A Responsive Theme for Jekyll" | og_title:                           "" | ||||||
| og_description:                     "Feeling Responsive is built on the fabulous Foundation Framework and comes with lots of features to show your content right." | og_description:                     "" | ||||||
| # og_url:                           "" | # og_url:                           "" | ||||||
| # og_site_name:                     "" | # og_site_name:                     "" | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #      _____            _       __   __  ___         ___       | #      _____            _       __   __  ___         ___ | ||||||
| #     / ___/____  _____(_)___ _/ /  /  |/  /__  ____/ (_)___ _ | #     / ___/____  _____(_)___ _/ /  /  |/  /__  ____/ (_)___ _ | ||||||
| #     \__ \/ __ \/ ___/ / __ `/ /  / /|_/ / _ \/ __  / / __ `/ | #     \__ \/ __ \/ ___/ / __ `/ /  / /|_/ / _ \/ __  / / __ `/ | ||||||
| #    ___/ / /_/ / /__/ / /_/ / /  / /  / /  __/ /_/ / / /_/ /  | #    ___/ / /_/ / /__/ / /_/ / /  / /  / /  __/ /_/ / / /_/ / | ||||||
| #   /____/\____/\___/_/\__,_/_/  /_/  /_/\___/\__,_/_/\__,_/   | #   /____/\____/\___/_/\__,_/_/  /_/  /_/\___/\__,_/_/\__,_/ | ||||||
| # | # | ||||||
| #  Open _data/socialmedia.yml to adjust the left and right topbar navigation | #  Open _data/socialmedia.yml to adjust the left and right topbar navigation | ||||||
| # | # | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #        ____  _                       | #        ____  _ | ||||||
| #       / __ \(_)________ ___  _______ | #       / __ \(_)________ ___  _______ | ||||||
| #      / / / / / ___/ __ `/ / / / ___/ | #      / / / / / ___/ __ `/ / / / ___/ | ||||||
| #     / /_/ / (__  ) /_/ / /_/ (__  )  | #     / /_/ / (__  ) /_/ / /_/ (__  ) | ||||||
| #    /_____/_/____/\__, /\__,_/____/   | #    /_____/_/____/\__, /\__,_/____/ | ||||||
| #                    /_/               | #                    /_/ | ||||||
| # | # | ||||||
| # used in _includes/comments.html | # used in _includes/comments.html | ||||||
| 
 | 
 | ||||||
| disqus_shortname: feelingresponsive | disqus_shortname: dennogumi | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #      _____                 | #      _____ | ||||||
| #     / ___/____ ___________ | #     / ___/____ ___________ | ||||||
| #     \__ \/ __ `/ ___/ ___/ | #     \__ \/ __ `/ ___/ ___/ | ||||||
| #    ___/ / /_/ (__  |__  )     More › http://sass-lang.com/  | #    ___/ / /_/ (__  |__  )     More › http://sass-lang.com/ | ||||||
| #   /____/\__,_/____/____/      More › http://jekyllrb.com/docs/assets/#sassscss | #   /____/\__,_/____/____/      More › http://jekyllrb.com/docs/assets/#sassscss | ||||||
| #                            | # | ||||||
| 
 | 
 | ||||||
| sass: | sass: | ||||||
|     sass_dir: _sass |     sass_dir: _sass | ||||||
|     style: :compressed |     style: :compressed | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| #       ___                __      __  _           | #       ___                __      __  _ | ||||||
| #      /   |  ____  ____ _/ /_  __/ /_(_)_________ | #      /   |  ____  ____ _/ /_  __/ /_(_)_________ | ||||||
| #     / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/ | #     / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/ | ||||||
| #    / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__  )  | #    / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__  ) | ||||||
| #   /_/  |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/      https://www.google.com/analytics/ | #   /_/  |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/      https://www.google.com/analytics/ | ||||||
| #                        /____/                    | #                        /____/ | ||||||
| # | # | ||||||
| # used in _includes/footer_scripts.html | # used in _includes/footer_scripts.html | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,74 +1,26 @@ | ||||||
| - title: Start | - title: Home | ||||||
|   url: "/" |   url: "/" | ||||||
|   side: left |   side: left | ||||||
| 
 | 
 | ||||||
| - title: Getting Started | - title: About | ||||||
|   url: "/getting-started/" |   url: "/about/" | ||||||
|   side: left |  | ||||||
| 
 |  | ||||||
| - title: "Templates" |  | ||||||
|   url: "/design/" |  | ||||||
|   side: left |   side: left | ||||||
|   dropdown: |   dropdown: | ||||||
|   - title: "Grid & Colors" |   - title: "Bio" | ||||||
|     url: "/design/grid/" |     url: "/about/bio/" | ||||||
|   - title: "Typography" |   - title: "Interests" | ||||||
|     url: "/design/typography/" |     url: "/about/interests/" | ||||||
|   - title: "Page/Post" |  | ||||||
|     url: "/design/page/" |  | ||||||
|   - title: "Post-Left-Sidebar" |  | ||||||
|     url: "/design/post-left-sidebar/" |  | ||||||
|   - title: "Post-Right-Sidebar" |  | ||||||
|     url: "/design/post-right-sidebar/" |  | ||||||
|   - title: "Page Full-Width" |  | ||||||
|     url: "/design/page-fullwidth/" |  | ||||||
|   - title: "Blog-Page" |  | ||||||
|     url: "/blog/" |  | ||||||
|   - title: "Video" |  | ||||||
|     url: "/design/video/" |  | ||||||
|   - title: "Gallery" |  | ||||||
|     url: "/design/gallery/" |  | ||||||
|   - title: "Portfolio" |  | ||||||
|     url: "/design/portfolio/" |  | ||||||
| 
 | 
 | ||||||
| - title: "Header Styles" | - title: "Projects" | ||||||
|   url: "/headers/" |   url: "/projects/" | ||||||
|   side: left |   side: left | ||||||
|   dropdown: |   dropdown: | ||||||
|   - title: "Header with Full-Width-Image" |   - title: "Danbooru Client" | ||||||
|     url: "/design/header-full-width-image/" |     url: "/projects/danbooru-client/" | ||||||
|   - title: "Header with Image and Pattern" |  | ||||||
|     url: "/design/header-image-pattern/" |  | ||||||
|   - title: "Header with image and color" |  | ||||||
|     url: "/design/header-image-color/" |  | ||||||
|   - title: "Header Only With Logo" |  | ||||||
|     url: "/design/header-logo-only/" |  | ||||||
|   - title: "Header With Text" |  | ||||||
|     url: "/design/header-with-text/" |  | ||||||
|   - title: "No Header" |  | ||||||
|     url: "/design/no-header/" |  | ||||||
|   - title: "No Header but Image" |  | ||||||
|     url: "/design/no-header-but-image/" |  | ||||||
| 
 | 
 | ||||||
| - title: Documentation | - title: "Archive" | ||||||
|   url: "/documentation/" |   url: "/archive/" | ||||||
|   side: left |   side: right | ||||||
|   dropdown: |  | ||||||
|   - title: Documentation |  | ||||||
|     url: "/documentation/" |  | ||||||
|   - title: "Changelog" |  | ||||||
|     url: "/changelog/" |  | ||||||
|   - title: "Roadmap" |  | ||||||
|     url: "/roadmap/" |  | ||||||
| 
 |  | ||||||
| - title: Blog |  | ||||||
|   url: "/blog/" |  | ||||||
|   side: left |  | ||||||
|   dropdown: |  | ||||||
|   - title: Blog |  | ||||||
|     url: "/blog/" |  | ||||||
|   - title: "Blog Archive" |  | ||||||
|     url: "/blog/archive/" |  | ||||||
| 
 | 
 | ||||||
| - title: "Search" | - title: "Search" | ||||||
|   url: "/search/" |   url: "/search/" | ||||||
|  |  | ||||||
|  | @ -1,21 +1,7 @@ | ||||||
| - menu_name: "Dankeschön" | - menu_name: "Links" | ||||||
| 
 | 
 | ||||||
| - name: "Icons by Daniel Bruce" | #- name: "Icons by Daniel Bruce" | ||||||
|   url: "http://entypo.com/" |   #url: "http://entypo.com/" | ||||||
|   class: "network-entypo" |   #class: "network-entypo" | ||||||
|   title: "Icons by Daniel Bruce" |   #title: "Icons by Daniel Bruce" | ||||||
| 
 | 
 | ||||||
| - name: "Built on Foundation" |  | ||||||
|   url: "http://foundation.zurb.com/" |  | ||||||
|   class: "services-newsletter" |  | ||||||
|   title: "Built on Foundation" |  | ||||||
| 
 |  | ||||||
| - name: "Images by Unsplash" |  | ||||||
|   url: "http://unsplash.com/" |  | ||||||
|   class: "rss-link" |  | ||||||
|   title: "Images by Unsplash" |  | ||||||
| 
 |  | ||||||
| - name: "Using Backstretch by Scott Robbin" |  | ||||||
|   url: "http://srobbin.com/jquery-plugins/backstretch/" |  | ||||||
|   class: "sitemap-link" |  | ||||||
|   title: "Using Backstretch by Scott Robbin" |  | ||||||
|  |  | ||||||
|  | @ -1,9 +1,4 @@ | ||||||
| - menu_name: "Services" | - menu_name: "Miscellaneous" | ||||||
| 
 |  | ||||||
| - name: "Contact" |  | ||||||
|   url: "/contact/" |  | ||||||
|   class: "services-contact" |  | ||||||
|   title: "Contact" |  | ||||||
| 
 | 
 | ||||||
| - name: "RSS" | - name: "RSS" | ||||||
|   url: "/feed.xml" |   url: "/feed.xml" | ||||||
|  |  | ||||||
		Reference in a new issue