Add html-proofer script and related fixes
This commit is contained in:
parent
df6f86b611
commit
cb145fae71
|
@ -0,0 +1,7 @@
|
||||||
|
require 'html-proofer'
|
||||||
|
|
||||||
|
task :test do
|
||||||
|
sh "bundle exec jekyll build"
|
||||||
|
options = { :assume_extension => true, :only_4xx => true, :allow_hash_href => true}
|
||||||
|
HTMLProofer.check_directory("./_site", options).run
|
||||||
|
end
|
|
@ -1,7 +1,7 @@
|
||||||
# Site settings
|
# Site settings
|
||||||
title: Freelancer
|
title: Freelancer
|
||||||
email: your-email@domain.com
|
email: your-email@domain.com
|
||||||
url: https://example.github.io
|
url: https://github.com/jeromelachaud/freelancer-theme
|
||||||
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
|
||||||
keywords: "your keywords, separated by commas"
|
keywords: "your keywords, separated by commas"
|
||||||
skills: "Web Developer - Graphic Artist - User Experience Designer"
|
skills: "Web Developer - Graphic Artist - User Experience Designer"
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header>
|
<header>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-12">
|
||||||
<img class="img-responsive" src="img/profile.png" alt="">
|
<img class="img-responsive" src="img/profile.png" alt="profile-pic" />
|
||||||
<div class="intro-text">
|
<div class="intro-text">
|
||||||
<span class="name">{{ site.title }}</span>
|
<span class="name">{{ site.title }}</span>
|
||||||
<hr class="star-light">
|
<hr class="star-light" />
|
||||||
<span class="skills">{{ site.skills }}</span>
|
<span class="skills">{{ site.skills }}</span>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,6 +7,5 @@ alt: image-alt
|
||||||
project-date: April 2014
|
project-date: April 2014
|
||||||
client: Start Bootstrap
|
client: Start Bootstrap
|
||||||
category: Web Development
|
category: Web Development
|
||||||
description: Use this area of the page to describe your project. The icon above is part of a free icon set by <a href="https://sellfy.com/p/8Q9P/jV3VZ/">Flat Icons</a>. On their website, you can download their free set with 16 icons, or you can purchase the entire set with 146 icons for only $12!
|
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -25,4 +25,5 @@ Gem::Specification.new do |spec|
|
||||||
|
|
||||||
spec.add_development_dependency "bundler", "~> 2.0"
|
spec.add_development_dependency "bundler", "~> 2.0"
|
||||||
spec.add_development_dependency "rake", "~> 13.0"
|
spec.add_development_dependency "rake", "~> 13.0"
|
||||||
|
spec.add_development_dependency "html-proofer", "~> 3.15"
|
||||||
end
|
end
|
Loading…
Reference in New Issue