Rename LICENSE
This commit is contained in:
		
							parent
							
								
									89d6cf58c1
								
							
						
					
					
						commit
						94e9efafe1
					
				| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
# [Basically Basic Jekyll Theme][1]
 | 
					# [Basically Basic Jekyll Theme][1]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md)
 | 
					[](https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE)
 | 
				
			||||||
[](https://jekyllrb.com/)
 | 
					[](https://jekyllrb.com/)
 | 
				
			||||||
[](https://rubygems.org/gems/jekyll-theme-basically-basic)
 | 
					[](https://rubygems.org/gems/jekyll-theme-basically-basic)
 | 
				
			||||||
[](https://www.paypal.me/mmistakes)
 | 
					[](https://www.paypal.me/mmistakes)
 | 
				
			||||||
| 
						 | 
					@ -139,7 +139,7 @@ safely remove the following files and folders:
 | 
				
			||||||
- `.scss-lint.yml`
 | 
					- `.scss-lint.yml`
 | 
				
			||||||
- `CHANGELOG.md`
 | 
					- `CHANGELOG.md`
 | 
				
			||||||
- `jekyll-theme-basically-basic.gemspec`
 | 
					- `jekyll-theme-basically-basic.gemspec`
 | 
				
			||||||
- `LICENSE.md`
 | 
					- `LICENSE`
 | 
				
			||||||
- `Rakefile`
 | 
					- `Rakefile`
 | 
				
			||||||
- `README.md`
 | 
					- `README.md`
 | 
				
			||||||
- `screenshot.png`
 | 
					- `screenshot.png`
 | 
				
			||||||
| 
						 | 
					@ -159,7 +159,7 @@ site and you should something similar to:
 | 
				
			||||||
    Basically Basic Jekyll Theme 1.2.0
 | 
					    Basically Basic Jekyll Theme 1.2.0
 | 
				
			||||||
    Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
 | 
					    Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
 | 
				
			||||||
    Free for personal and commercial use under the MIT license
 | 
					    Free for personal and commercial use under the MIT license
 | 
				
			||||||
    https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
 | 
					    https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
    Basically Basic Jekyll Theme 1.4.1
 | 
					    Basically Basic Jekyll Theme 1.4.1
 | 
				
			||||||
    Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
 | 
					    Copyright 2017-2018 Michael Rose - mademistakes.com | @mmistakes
 | 
				
			||||||
    Free for personal and commercial use under the MIT license
 | 
					    Free for personal and commercial use under the MIT license
 | 
				
			||||||
    https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
 | 
					    https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
 | 
					<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
 | 
				
			||||||
  {% include head.html %}
 | 
					  {% include head.html %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
 * Basically Basic Jekyll Theme 1.4.1
 | 
					 * Basically Basic Jekyll Theme 1.4.1
 | 
				
			||||||
 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
 | 
					 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
 | 
				
			||||||
 * Free for personal and commercial use under the MIT license
 | 
					 * Free for personal and commercial use under the MIT license
 | 
				
			||||||
 * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE.md
 | 
					 * https://github.com/mmistakes/jekyll-theme-basically-basic/blob/master/LICENSE
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@import "basically-basic/functions";
 | 
					@import "basically-basic/functions";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
 * Basically Basic Jekyll Theme 1.4.1
 | 
					 * Basically Basic Jekyll Theme 1.4.1
 | 
				
			||||||
 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
 | 
					 * Copyright 2017-2018 Michael Rose - mademistakes | @mmistakes
 | 
				
			||||||
 * Free for personal and commercial use under the MIT license
 | 
					 * Free for personal and commercial use under the MIT license
 | 
				
			||||||
 * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE.md
 | 
					 * https://github.com/mmistakes/jekyll-basically-theme/blob/master/LICENSE
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
var menuItems = document.querySelectorAll('#sidebar li');
 | 
					var menuItems = document.querySelectorAll('#sidebar li');
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue