12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {% extends "base_2019.html" %}
- {% block lang %}en{% endblock lang %}
- {% block title %}Bushcraft{% endblock %}
- {% block extra_head %}
- <!-- Canonical URL for SEO purposes -->
- <link rel="canonical" href="https://larlet.fr/david/bushcraft/">
- {% endblock %}
- {% block content %}
- <h1>
- <span><a id="jumper" href="#jumpto" title="Un peu perdu ?">?</a></span>
- Bushcraft
- </h1>
- <article>
- <h2>Why</h2>
-
- <p>Because I need to get back to basics: fondamental skills, knowledge of the nature and time to meditate about sustainability and resilience.</p>
-
- <p>This is not a survivalist approach.</p>
-
- <h2>How</h2>
-
- <p>With effective crafting and tooling, trying to go lighter and gaining confidence over time.</p>
-
- <p>I am going solo for now. Let me know if you are interested for pairing though.</p>
-
- <h2>When</h2>
-
- <ul>
- <li>October 2017: <a href="/david/blog/2017/into-the-wild/">Into the Wild</a></li>
- <li>January 2018: <a href="/david/blog/2018/into-the-cold/">Into the Cold</a></li>
- <li>February 2018: <a href="/david/blog/2018/into-the-snow/">Into the Snow</a></li>
- <li>March 2018: <a href="/david/blog/2018/into-the-wind/">Into the Wind</a></li>
- <li>April 2018: <a href="/david/blog/2018/into-the-camp/">Into the Camp</a></li>
- <li>April 2018: <a href="/david/blog/2018/into-the-mice/">Into the Mice</a></li>
- <li>May 2018: <a href="/david/blog/2018/into-the-good/">Into the Good</a></li>
- <li>July 2018: <a href="/david/blog/2018/into-the-bugs/">Into the Bugs</a></li>
- <li>September 2018: <a href="/david/blog/2018/into-the-raft/">Into the Raft</a></li>
- <li>Octobre 2018: <a href="/david/blog/2018/bushcraft-retrospective/">Bushcraft retrospective</a></li>
- <li>Novembre 2018: <a href="/david/blog/2018/bivouac-automnal/">Bivouac automnal</a></li>
- </ul>
- </article>
- {% endblock content %}
-
- {% block nav %}
- <nav id="jumpto">
- <p>
- </p>
- </nav>
- {% endblock nav %}
|