fixed menu issues

main
kdeppe 2 years ago
parent a42eb78d13
commit d9d01d3fe5

@ -5,11 +5,13 @@ theme = "hello-friend-ng"
[menu]
[[menu.main]]
name = "about"
name = "whoami"
url = "/about"
weight = 10
[[menu.main]]
name = "posts"
url = "/posts"
weight = 20
[params]
defaultTheme = "dark"

@ -1,6 +1,6 @@
# Education
I am currently in my senior year of an EECS degree from MIT.
I am currently a senior in the EECS department at MIT
# Interests
- Embedded Systems
- Embedded systems
- Linux

@ -86,7 +86,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

@ -5,8 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="Education I am currently in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux " />
<meta name="description" content="Education I am currently a senior in the EECS department at MIT
Interests Embedded systems Linux " />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
@ -40,15 +40,15 @@ Interests Embedded Systems Linux " />
<meta itemprop="name" content="">
<meta itemprop="description" content="Education I am currently in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux ">
<meta itemprop="description" content="Education I am currently a senior in the EECS department at MIT
Interests Embedded systems Linux ">
<meta itemprop="wordCount" content="18">
<meta itemprop="wordCount" content="16">
<meta itemprop="keywords" content="" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="Education I am currently in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux "/>
<meta name="twitter:description" content="Education I am currently a senior in the EECS department at MIT
Interests Embedded systems Linux "/>
@ -92,7 +92,7 @@ Interests Embedded Systems Linux "/>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>
@ -126,10 +126,10 @@ Interests Embedded Systems Linux "/>
<div class="post-content">
<h1 id="education">Education</h1>
<p>I am currently in my senior year of an EECS degree from MIT.</p>
<p>I am currently a senior in the EECS department at MIT</p>
<h1 id="interests">Interests</h1>
<ul>
<li>Embedded Systems</li>
<li>Embedded systems</li>
<li>Linux</li>
</ul>

@ -87,7 +87,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

@ -88,7 +88,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

@ -12,8 +12,8 @@
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://keegandeppe.com/about/</guid>
<description>Education I am currently in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux </description>
<description>Education I am currently a senior in the EECS department at MIT
Interests Embedded systems Linux </description>
</item>
<item>

@ -87,7 +87,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

@ -89,7 +89,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

@ -87,7 +87,7 @@
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
<ul class="menu__inner"><li><a href="/about">whoami</a></li><li><a href="/posts">posts</a></li>
</ul>
</nav>

Loading…
Cancel
Save