We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ce728c + 11dd6cc commit 425be60Copy full SHA for 425be60
_config.yml
@@ -11,7 +11,7 @@ plugins:
11
- jekyll-paginate
12
- jekyll-last-modified-at
13
- jekyll-redirect-from
14
-permalink: "/articles/:categories/:title.html"
+permalink: "/articles/:categories/:title"
15
paginate: 5
16
paginate_path: "/news/page:num/"
17
titles_from_headings:
index.html
@@ -5,9 +5,9 @@
5
6
<div class="row">
7
<div class="col-lg-12">
8
- <h2>
+ <h1>
9
<span class="glyphicon glyphicon-star" style="color: gold"></span> PyBuilder
10
- </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
0 commit comments