From a57c333534dd1c12534857dec881d6c5f10ebc7c Mon Sep 17 00:00:00 2001 From: Robert Bach <95854748+baobach@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:31:56 +0700 Subject: [PATCH] Fix page layout and blog post --- _data/navigation.yml | 6 ++++-- _posts/2024-08-29-ohlc-resampling.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_data/navigation.yml b/_data/navigation.yml index 93026e7..c6d578c 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -5,10 +5,12 @@ # prevent it from being included in the site. main: - - title: "Blog Posts" url: /year-archive/ + - title: "Portfolio" + url: /portfolio/ + - title: "CV" url: /cv/ - + diff --git a/_posts/2024-08-29-ohlc-resampling.md b/_posts/2024-08-29-ohlc-resampling.md index 08daeb5..92bf32e 100644 --- a/_posts/2024-08-29-ohlc-resampling.md +++ b/_posts/2024-08-29-ohlc-resampling.md @@ -1,7 +1,7 @@ --- title: 'Enhancing Algorithmic Trading Backtesting with Custom OHLC Resampling' date: 2024-08-29 -permalink: /posts/2012/08/blog-post-1/ +permalink: /posts/2024/08/ohlc-resampling/ tags: - time series - python