File tree 2 files changed +1
-8
lines changed
2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:"
5
5
Write an awesome description for your new site here. You can edit this
6
6
line in _config.yml. It will appear in your document head meta (for
7
7
Google search results) and in your feed.xml site description.
8
- baseurl : " my-awesome-site " # the subpath of your site, e.g. /blog/
8
+ baseurl : " " # the subpath of your site, e.g. /blog/
9
9
url : " https://bannyaner.github.io" # the base hostname & protocol for your site
10
10
# twitter_username: jekyllrb
11
11
github_username : Banyaner
Original file line number Diff line number Diff line change 66
66
</ ul >
67
67
{% endfor %}
68
68
</ div >
69
- <!-- <div class='category'>
70
- <ul>
71
- {% for cat in site.categories %}
72
- <li><a href="{{ site.BASE_PATH }}/category.html#{{ cat[0] }}">{{ cat[0] }}<span style='color: black;font-size:0.8rem'> ({{ cat[1].size }})</span></a></li>
73
- {% endfor %}
74
- </ul>
75
- </div> -->
76
69
</ div >
77
70
< script type ="text/javascript " src ="js/jquery.min.js "> </ script >
78
71
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments