You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2020/03/14 04:21:47 UTC

[bahir-website] 03/07: Fix broken link generation

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-website.git

commit db3cf05874a0c89dfb43f32cc11f4fa47565bdaf
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Fri Mar 13 20:59:58 2020 -0700

    Fix broken link generation
    
    The recent Jekyll (2.4.0) requires permlink
    configuration to properly generate links
    to internal site pages
---
 site/_config.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/site/_config.yml b/site/_config.yml
index e013680..39bb8eb 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -24,7 +24,10 @@ github_username:  apache
 
 # Build settings
 markdown: kramdown
-permalink: /news/:year/:month/:day/:title/
+kramdown:
+  parse_block_html: true
+
+permalink: pretty
 excerpt_separator: ""
 
 repository: https://github.com/apache/bahir-website