power and the pineal gland

This commit is contained in:
Greg Gauthier 2023-07-21 21:59:47 +01:00
parent 91bde8c4f9
commit 62153742af
5 changed files with 31 additions and 11 deletions

View File

@ -91,10 +91,11 @@ enableGitInfo = true
[social]
gab = "gmgauthier"
minds = "greg_gauthier"
# gab = "gmgauthier"
# minds = "greg_gauthier"
gitea = "gmgauthier"
odysee1 = "@gmgauthier:0"
rumble = "https://rumble.com/c/c-299775"
spotify = "https://open.spotify.com/show/3qkV9mvW7vMu4kd6CzawQq"
# anchorfm = "exitingthecave"
# odysee2 = "@exitingthecave:1"

View File

@ -10,12 +10,6 @@ There are only a few good ways to reach me online:
"Email|gmgauthier@protonmail.com|https://gmgauthier.com/"
"Gab|gmgauthier|https://gab.com/gmgauthier/"
"Minds|greg_gauthier|https://minds.com/greg_gauthier"
"LinkedIn|gregorygauthier|https://www.linkedin.com/in/gregorygauthier"
>}}

View File

@ -0,0 +1,13 @@
---
title: "Power and the Pineal Gland"
date: 2023-05-21T21:39:35+01:00
tags: ["dualism","mysticism", "substance"]
topics: ["metaphysics"]
image: img/brain-waves.jpg
description: How the enlightenment created Alex Jones
draft: true
---
Here's a video wherein I draw a straight line between Descartes' mistakes, and Alex Jones' wacky mysticism. It's an idea that has been percolating in me for a few months. Jones just makes it possible to explore it in an extremely colourful way.
{{< rumble v2fyhng >}}

View File

@ -14,12 +14,18 @@
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank"><i class="fa fa-podcast fa-fw"></i>My Spotify</a>
</li>
{{ end }}
<!--
{{ with .Site.Social.odysee1 }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://odysee.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Odysee</a>
</li>
{{ end }}
-->
{{ with .Site.Social.rumble }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="{{ . }}" rel="me" target="_blank"><i class="fa fa-video fa-fw"></i>My Rumble</a>
</li>
{{ end }}
{{ with .Site.Social.gitea }}
<li class="pure-menu-item">
@ -27,7 +33,7 @@
</li>
{{ end }}
<!-- Social Media -->
<!-- Social Media
{{ with .Site.Social.gab }}
<li class="pure-menu-item">
<a class="pure-menu-link" href="https://gab.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-frog fa-fw"></i>My Gab</a>
@ -39,6 +45,6 @@
<a class="pure-menu-link" href="https://minds.com/{{ . }}" rel="me" target="_blank"><i class="fa fa-lightbulb fa-fw"></i>My Minds</a>
</li>
{{ end }}
-->
</ul>
</div>

View File

@ -0,0 +1,6 @@
<div style="text-align: center;">
<div class="embed rumble-player">
<iframe class="rumble" type="text/html" width="640" height="385" style="border-width: 0"
src="https://rumble.com/embed/{{ index .Params 0 }}/?pub=2vcrn" allowfullscreen></iframe>
</div>
</div>