From 58a9ff58231899d7ae2ba15f900acbcdec149279 Mon Sep 17 00:00:00 2001 From: Minimata Date: Sun, 24 Sep 2023 17:01:53 +0200 Subject: [PATCH] vault backup: 2023-09-24 17:01:53 --- 03 - Sport/HF Minimalist workout.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/03 - Sport/HF Minimalist workout.md b/03 - Sport/HF Minimalist workout.md index 607fd4e..dd2a176 100644 --- a/03 - Sport/HF Minimalist workout.md +++ b/03 - Sport/HF Minimalist workout.md @@ -4,13 +4,11 @@ tags: cssclasses: - wide-page --- -## Overview +# Overview This workout aims to squeeze 80% of the strength and hypertrophy gains in half the time of a regular workout. The rest of the time can be spent on a cardio machine. This workout is meant to be high frequency (i.e. once a day, 4-7 days a week). -## Routine - -### Day 1 +## Day 1 ```dataviewjs let workout = [ "Pullup", @@ -60,7 +58,7 @@ dv.table(muscleGroups, [Object.values(totals)]) ``` -### Day 2 +## Day 2 ```dataviewjs let workout = [ "Triceps overhead extension", @@ -109,7 +107,7 @@ totals.Name = "Totals" dv.table(muscleGroups, [Object.values(totals)]) ``` -### Day 3 +## Day 3 ```dataviewjs let workout = [ "Bench press", @@ -158,7 +156,7 @@ totals.Name = "Totals" dv.table(muscleGroups, [Object.values(totals)]) ``` -### Day 4 +## Day 4 ```dataviewjs let workout = [ "Face pull", @@ -207,7 +205,7 @@ totals.Name = "Totals" dv.table(muscleGroups, [Object.values(totals)]) ``` -### Once a week +## Once a week ```dataviewjs let workout = [ "Leg abduction machine", @@ -255,7 +253,7 @@ totals.Name = "Totals" dv.table(muscleGroups, [Object.values(totals)]) ``` -### Total volume +# Total volume ```dataviewjs let workout = [ "Leg abduction machine",