menu changes

main
kdeppe 2 years ago
parent 58152321aa
commit a42eb78d13

@ -5,7 +5,7 @@ theme = "hello-friend-ng"
[menu] [menu]
[[menu.main]] [[menu.main]]
name = "whoami" name = "about"
url = "/about" url = "/about"
[[menu.main]] [[menu.main]]
name = "posts" name = "posts"

@ -1,11 +1,3 @@
---
title: "About"
type: "page"
layout: "simple-static"
date: 2022-09-26T14:51:51-04:00
draft: true
---
# Education # Education
I am currently in my senior year of an EECS degree from MIT. I am currently in my senior year of an EECS degree from MIT.

@ -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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
</ul> </ul>
</nav> </nav>

@ -15,7 +15,7 @@ Interests Embedded Systems Linux " />
<title> <title>
whoami :: Keegan Deppe :: Keegan Deppe
</title> </title>
@ -39,14 +39,14 @@ Interests Embedded Systems Linux " />
<meta name="msapplication-TileColor" content=""> <meta name="msapplication-TileColor" content="">
<meta itemprop="name" content="whoami"> <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 in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux "><meta itemprop="datePublished" content="2022-09-26T14:51:51-04:00" /> Interests Embedded Systems Linux ">
<meta itemprop="dateModified" content="2022-09-26T14:51:51-04:00" />
<meta itemprop="wordCount" content="18"> <meta itemprop="wordCount" content="18">
<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="whoami"/> <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 in my senior year of an EECS degree from MIT.
Interests Embedded Systems Linux "/> Interests Embedded Systems Linux "/>
@ -56,8 +56,6 @@ Interests Embedded Systems Linux "/>
<meta property="article:published_time" content="2022-09-26 14:51:51 -0400 EDT" />
@ -80,7 +78,7 @@ Interests Embedded Systems Linux "/>
<div class="logo"> <div class="logo">
<span class="logo__mark">></span> <span class="logo__mark">></span>
<span class="logo__text">hello</span> <span class="logo__text">$ cd /home/</span>
<span class="logo__cursor" style= <span class="logo__cursor" style=
" "
@ -94,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/">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
</ul> </ul>
</nav> </nav>
@ -120,16 +118,16 @@ Interests Embedded Systems Linux "/>
</div> </div>
<article> <article>
<h2 class="post-title"><a href="http://keegandeppe.com/about/">whoami</a></h2> <h2 class="post-title"><a href="http://keegandeppe.com/about/"></a></h2>
<div class="post-content"> <div class="post-content">
<h2 id="education">Education</h2> <h1 id="education">Education</h1>
<p>I am currently in my senior year of an EECS degree from MIT.</p> <p>I am currently in my senior year of an EECS degree from MIT.</p>
<h2 id="interests">Interests</h2> <h1 id="interests">Interests</h1>
<ul> <ul>
<li>Embedded Systems</li> <li>Embedded Systems</li>
<li>Linux</li> <li>Linux</li>

@ -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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
</ul> </ul>
</nav> </nav>

@ -6,6 +6,16 @@
<description>Recent content on Keegan Deppe</description> <description>Recent content on Keegan Deppe</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="http://keegandeppe.com/index.xml" rel="self" type="application/rss+xml" /> <language>en-us</language><atom:link href="http://keegandeppe.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>http://keegandeppe.com/about/</link>
<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>
</item>
<item> <item>
<title></title> <title></title>
<link>http://keegandeppe.com/posts/test/</link> <link>http://keegandeppe.com/posts/test/</link>

@ -1,7 +1,7 @@
{ {
"version": 3, "version": 3,
"file": "main.css", "file": "main.css",
"sourceRoot": "/home/spinach/personal", "sourceRoot": "/home/spinach/website",
"sources": [ "sources": [
"themes/hello-friend-ng/assets/scss/main.scss", "themes/hello-friend-ng/assets/scss/main.scss",
"themes/hello-friend-ng/assets/scss/_normalize.scss", "themes/hello-friend-ng/assets/scss/_normalize.scss",

@ -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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
</ul> </ul>
</nav> </nav>

@ -2,6 +2,9 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"> xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url> <url>
<loc>http://keegandeppe.com/about/</loc>
<priority>0</priority>
</url><url>
<loc>http://keegandeppe.com/posts/test/</loc> <loc>http://keegandeppe.com/posts/test/</loc>
</url><url> </url><url>
<loc>http://keegandeppe.com/categories/</loc> <loc>http://keegandeppe.com/categories/</loc>

@ -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="/posts">posts</a></li><li><a href="/about">whoami</a></li> <ul class="menu__inner"><li><a href="/about">about</a></li><li><a href="/posts">posts</a></li>
</ul> </ul>
</nav> </nav>

Loading…
Cancel
Save