💻 Add Bootstrap
This commit is contained in:
		
					parent
					
						
							
								9c732fe6a1
							
						
					
				
			
			
				commit
				
					
						d762202f18
					
				
			
		
					 4 changed files with 5 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								Gemfile
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								Gemfile
									
										
									
									
									
								
							|  | @ -4,3 +4,4 @@ gem 'jekyll-github-metadata' | ||||||
| gem 'jekyll-sitemap' | gem 'jekyll-sitemap' | ||||||
| gem 'jekyll-feed' | gem 'jekyll-feed' | ||||||
| gem 'jekyll-seo-tag' | gem 'jekyll-seo-tag' | ||||||
|  | gem 'bootstrap', '~> 4.0.0' | ||||||
|  |  | ||||||
|  | @ -83,6 +83,7 @@ gems: | ||||||
|   - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem |   - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem | ||||||
|   - jekyll-feed # Create an Atom feed using the official Jekyll feed gem |   - jekyll-feed # Create an Atom feed using the official Jekyll feed gem | ||||||
|   - jekyll-seo-tag |   - jekyll-seo-tag | ||||||
|  |   - bootstrap | ||||||
| 
 | 
 | ||||||
| # Exclude these files from your production _site | # Exclude these files from your production _site | ||||||
| exclude: | exclude: | ||||||
|  |  | ||||||
|  | @ -8,7 +8,7 @@ | ||||||
|   </head> |   </head> | ||||||
| 
 | 
 | ||||||
|   <body {% if page.id %}id="page-{{ page.id }}"{% endif %}> |   <body {% if page.id %}id="page-{{ page.id }}"{% endif %}> | ||||||
| 	<section class="entry-content"> | 	<section class="entry-content container-fluid"> | ||||||
| 	  {% if page.title %} | 	  {% if page.title %} | ||||||
| 	  <header class="entry-header"> | 	  <header class="entry-header"> | ||||||
| 		<h1 class="entry-title">{{ page.title }}</h1> | 		<h1 class="entry-title">{{ page.title }}</h1> | ||||||
|  |  | ||||||
|  | @ -1,5 +1,7 @@ | ||||||
| --- | --- | ||||||
| --- | --- | ||||||
|  | @import 'bootstrap'; | ||||||
|  | 
 | ||||||
| dl { | dl { | ||||||
| 	& > dt + dd, & > dd + dd { | 	& > dt + dd, & > dd + dd { | ||||||
| 		padding-left: 1em; | 		padding-left: 1em; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue