fixed menu issues
This commit is contained in:
parent
a42eb78d13
commit
d9d01d3fe5
@ -5,11 +5,13 @@ theme = "hello-friend-ng"
|
|||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "about"
|
name = "whoami"
|
||||||
url = "/about"
|
url = "/about"
|
||||||
|
weight = 10
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "posts"
|
name = "posts"
|
||||||
url = "/posts"
|
url = "/posts"
|
||||||
|
weight = 20
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
defaultTheme = "dark"
|
defaultTheme = "dark"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Education
|
# 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
|
# Interests
|
||||||
- Embedded Systems
|
- Embedded systems
|
||||||
- Linux
|
- Linux
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<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="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<meta name="author" content="">
|
<meta name="author" content="">
|
||||||
<meta name="description" content="Education I am currently in my senior year of an EECS degree from MIT.
|
<meta name="description" content="Education I am currently a senior in the EECS department at MIT
|
||||||
Interests Embedded Systems Linux " />
|
Interests Embedded systems Linux " />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="robots" content="noodp" />
|
<meta name="robots" content="noodp" />
|
||||||
<meta name="theme-color" content="" />
|
<meta name="theme-color" content="" />
|
||||||
@ -40,15 +40,15 @@ Interests Embedded Systems Linux " />
|
|||||||
|
|
||||||
|
|
||||||
<meta itemprop="name" content="">
|
<meta itemprop="name" content="">
|
||||||
<meta itemprop="description" content="Education I am currently in my senior year of an EECS degree from MIT.
|
<meta itemprop="description" content="Education I am currently a senior in the EECS department at MIT
|
||||||
Interests Embedded Systems Linux ">
|
Interests Embedded systems Linux ">
|
||||||
|
|
||||||
<meta itemprop="wordCount" content="18">
|
<meta itemprop="wordCount" content="16">
|
||||||
<meta itemprop="keywords" content="" />
|
<meta itemprop="keywords" content="" />
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content=""/>
|
<meta name="twitter:title" content=""/>
|
||||||
<meta name="twitter:description" content="Education I am currently in my senior year of an EECS degree from MIT.
|
<meta name="twitter:description" content="Education I am currently a senior in the EECS department at MIT
|
||||||
Interests Embedded Systems Linux "/>
|
Interests Embedded systems Linux "/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ Interests Embedded Systems Linux "/>
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@ -126,10 +126,10 @@ Interests Embedded Systems Linux "/>
|
|||||||
|
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
<h1 id="education">Education</h1>
|
<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>
|
<h1 id="interests">Interests</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Embedded Systems</li>
|
<li>Embedded systems</li>
|
||||||
<li>Linux</li>
|
<li>Linux</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>http://keegandeppe.com/about/</guid>
|
<guid>http://keegandeppe.com/about/</guid>
|
||||||
<description>Education I am currently in my senior year of an EECS degree from MIT.
|
<description>Education I am currently a senior in the EECS department at MIT
|
||||||
Interests Embedded Systems Linux </description>
|
Interests Embedded systems Linux </description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@
|
|||||||
<span class="header__right">
|
<span class="header__right">
|
||||||
|
|
||||||
<nav class="menu">
|
<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>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user