Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-redirect-from
permalink: "/articles/:categories/:title.html"
permalink: "/articles/:categories/:title"
paginate: 5
paginate_path: "/news/page:num/"
titles_from_headings:
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<div class="row">
<div class="col-lg-12">
<h2>
<h1>
<span class="glyphicon glyphicon-star" style="color: gold"></span> PyBuilder
</h2>
</h1>
<p>
<em>PyBuilder</em> is a software build automation tool written in pure Python mainly
targeting Python ecosystem. It is based on the concept of dependency-based programming but also comes
Expand Down