Skip to content

Commit

Permalink
nest blog under directory #230
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Feb 1, 2023
1 parent 7f00496 commit 5ce8948
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/_config.yml-sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ meta_generator: false
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://localhost:4000
root: /
permalink: blog/:category/:title/
permalink: blog/archive/:category/:title/
permalink_defaults:

# Directory
source_dir: source
public_dir: public
archive_dir: blog
category_dir: blog
archive_dir: blog/archive
category_dir: blog/archive
code_dir: downloads/code
i18n_dir: :lang
skip_render: '*/*.js'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
css: [2013-10-08-finding-twitter-influencers-comparing-klout-kred-and-peerindex.css]
scripts: [js/legacy/d3.v3.min.js, js/requestAnimationFrame.js, js/2013-10-08-finding-twitter-influencers-comparing-klout-kred-and-peerindex.js]
thumbnail: /img/blog/thumbnails/2013-10-08-finding-twitter-influencers-comparing-klout-kred-and-peerindex.png
prevArticle: /blog/business/finding-twitter-influencers-the-recurring-problem-of-defining-influence/
prevArticle: /blog/archive/business/finding-twitter-influencers-the-recurring-problem-of-defining-influence/
date: 2013-10-08
---
<div class="row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: Finding twitter influencers
subtitle: the recurring problem of defining influence
description: Review of key concepts and issues in social media influence scores like Klout. Why and how a marketer should use them.
thumbnail: /img/blog/thumbnails/2013-10-04-finding-twitter-influencers-the-recurring-problem-of-defining-influence.png
nextArticle: /blog/business/finding-twitter-influencers-comparing-klout-kred-and-peerindex/
nextArticle: /blog/archive/business/finding-twitter-influencers-comparing-klout-kred-and-peerindex/
date: 2013-10-04
last-update: 2013-10-07
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date: 2019-05-14
language: en
author: mehdi
thumbnail: /img/blog/thumbnails/get-more-out-of-BI-projects.jpg
nextArticle: /blog/business/save-time-and-money-in-BI-test/
nextArticle: /blog/archive/business/save-time-and-money-in-BI-test/
---

### Tips from first-hand experience on better business specs (BRS); the importance of teamwork; quality in development and how testing is no luxury
Expand Down
2 changes: 1 addition & 1 deletion source/_posts/save-time-and-money-in-BI-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ date: 2020-03-23
language: en
author: mehdi
thumbnail: /img/blog/thumbnails/save-time-and-money-in-BI-test.png
prevArticle: /blog/business/how-to-get-more-out-of-your-BI-projects-4-tips/
prevArticle: /blog/archive/business/how-to-get-more-out-of-your-BI-projects-4-tips/
---

### How to make a potential 60% saving by integrating automated testing into Business Intelligence Projects
Expand Down

0 comments on commit 5ce8948

Please sign in to comment.