File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
- 2.2.5
4
4
5
5
install : gem install jekyll html-proofer
6
- script : bundle install && bundle exec jekyll build && htmlproofer ./_site
6
+ script : bundle install && bundle exec jekyll build && htmlproofer ./_site --allow-hash-href
7
7
8
8
env :
9
9
global :
Original file line number Diff line number Diff line change 1
1
< section id ="articles " class ="articles ">
2
2
< div class ="collection ">
3
3
{% for post in site.posts limit:include.limit %}
4
- < a class ="collection-item " href ="{{ post.url | prepend: site.url }} ">
4
+ < a class ="collection-item " href ="{{ post.url | relative_url }} ">
5
5
< p class ="post-link "> {{ post.title | escape }}</ p >
6
6
< p class ="post-meta gray-text text-lighten-2 ">
7
7
{{ post.date | date: "%b %-d, %Y" }}
Original file line number Diff line number Diff line change 1
1
< nav >
2
2
< div class ="nav-wrapper ">
3
- < a href ="{{ site.url }} {{ site.baseurl }} " class ="brand-logo "> SyntaxRules</ a >
3
+ < a href ="{{ '/' | relative_url }} " class ="brand-logo "> SyntaxRules</ a >
4
4
< a href ="# " data-activates ="mobile-demo " class ="button-collapse "> < i class ="material-icons "> menu</ i > </ a >
5
5
< ul class ="right hide-on-med-and-down ">
6
6
{% for page in site.nav_pages %}
Original file line number Diff line number Diff line change 3
3
< div class ="col s6 offset-s3 m4 offset-m4 ">
4
4
<!--TODO: Picture in config-->
5
5
< img class ="circle responsive-img "
6
- src ="https://avatars1.githubusercontent.com/u/4117657?v=3&s=460 "/>
6
+ src ="https://avatars1.githubusercontent.com/u/4117657?v=3&s=460 "
7
+ alt ="my avatar "/>
7
8
</ div >
8
9
< div class ="col s1 ">
9
10
{% for link in site.media_link %}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ title: Consulting
4
4
permalink : /consulting.html
5
5
---
6
6
7
- See some of my work at the [ project page] ( /[ projects.html ) .
7
+ See some of my work at the [ project page] ( /projects.html ) .
You can’t perform that action at this time.
0 commit comments