Skip to content

Commit

Permalink
publish first post
Browse files Browse the repository at this point in the history
  • Loading branch information
lennon101 committed May 2, 2024
1 parent 5c2a1e7 commit 7646b4b
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 26 deletions.
2 changes: 1 addition & 1 deletion content/posts/my-first-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title = 'Hi Jakob'
date = 2024-05-02T10:06:07+10:00
draft = false
+++

# This is heading 1
hey there, this is some text
Expand All @@ -22,4 +23,3 @@ def main():
if __name__ == "__main__":
main()
```
+++

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,16 @@
</div>
<div class="flex flex-col gap-y-3 p-6">
<h2 class="text-4xl font-semibold text-slate-800 dark:text-slate-200">
<a href="/posts/my-first-post/">My First Post</a>
<a href="/posts/my-first-post/">Hi Jakob</a>
</h2>



<div class="my-4 text-large text-slate-600 dark:text-slate-300">
This is heading 1 hey there, this is some text
this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if <strong>name</strong> == &quot;<strong>main</strong>&quot;: main()
</div>




Expand Down Expand Up @@ -176,7 +181,7 @@ <h2 class="text-4xl font-semibold text-slate-800 dark:text-slate-200">

</i>
<span>
0 minutes to read
One minute to read
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<lastBuildDate>Thu, 02 May 2024 10:06:07 +1000</lastBuildDate>
<atom:link href="https://lennon101.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<title>Hi Jakob</title>
<link>https://lennon101.github.io/posts/my-first-post/</link>
<pubDate>Thu, 02 May 2024 10:06:07 +1000</pubDate>
<guid>https://lennon101.github.io/posts/my-first-post/</guid>
<description></description>
<description>This is heading 1 hey there, this is some text&#xA;this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == &amp;#34;__main__&amp;#34;: main() </description>
</item>
<item>
<title></title>
Expand Down
9 changes: 7 additions & 2 deletions docs/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,16 @@
</div>
<div class="flex flex-col gap-y-3 p-6">
<h2 class="text-4xl font-semibold text-slate-800 dark:text-slate-200">
<a href="/posts/my-first-post/">My First Post</a>
<a href="/posts/my-first-post/">Hi Jakob</a>
</h2>



<div class="my-4 text-large text-slate-600 dark:text-slate-300">
This is heading 1 hey there, this is some text
this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if <strong>name</strong> == &quot;<strong>main</strong>&quot;: main()
</div>




Expand Down Expand Up @@ -172,7 +177,7 @@ <h2 class="text-4xl font-semibold text-slate-800 dark:text-slate-200">

</i>
<span>
0 minutes to read
One minute to read
</span>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<lastBuildDate>Thu, 02 May 2024 10:06:07 +1000</lastBuildDate>
<atom:link href="https://lennon101.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>My First Post</title>
<title>Hi Jakob</title>
<link>https://lennon101.github.io/posts/my-first-post/</link>
<pubDate>Thu, 02 May 2024 10:06:07 +1000</pubDate>
<guid>https://lennon101.github.io/posts/my-first-post/</guid>
<description></description>
<description>This is heading 1 hey there, this is some text&#xA;this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == &amp;#34;__main__&amp;#34;: main() </description>
</item>
</channel>
</rss>
62 changes: 53 additions & 9 deletions docs/posts/my-first-post/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<title>My First Post :: The Lennons Wiki - Example site for hugo-theme-tailwind</title>
<title>Hi Jakob :: The Lennons Wiki - Example site for hugo-theme-tailwind</title>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content=""
content="This is heading 1 hey there, this is some text
this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == &amp;#34;__main__&amp;#34;: main() "
/>
<meta
name="keywords"
Expand All @@ -16,15 +17,18 @@
<meta name="robots" content="noodp" />
<meta property="og:url" content="https://lennon101.github.io/posts/my-first-post/">
<meta property="og:site_name" content="The Lennons Wiki">
<meta property="og:title" content="My First Post">
<meta property="og:title" content="Hi Jakob">
<meta property="og:description" content="This is heading 1 hey there, this is some text
this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == &#34;__main__&#34;: main() ">
<meta property="og:locale" content="en-us">
<meta property="og:type" content="article">
<meta property="article:section" content="posts">
<meta property="article:published_time" content="2024-05-02T10:06:07+10:00">
<meta property="article:modified_time" content="2024-05-02T10:06:07+10:00">

<meta name="twitter:card" content="summary"><meta name="twitter:title" content="My First Post">
<meta name="twitter:description" content="">
<meta name="twitter:card" content="summary"><meta name="twitter:title" content="Hi Jakob">
<meta name="twitter:description" content="This is heading 1 hey there, this is some text
this is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == &#34;__main__&#34;: main() ">


<link rel="canonical" href="https://lennon101.github.io/posts/my-first-post/" />
Expand Down Expand Up @@ -121,7 +125,7 @@
</div>
<div class="flex flex-col gap-y-3 p-6">
<h1 class="text-4xl font-semibold text-slate-800 dark:text-slate-100">
<a href="/posts/my-first-post/">My First Post</a>
<a href="/posts/my-first-post/">Hi Jakob</a>
</h1>


Expand Down Expand Up @@ -160,7 +164,7 @@ <h1 class="text-4xl font-semibold text-slate-800 dark:text-slate-100">

</i>
<span>
0 minutes to read
One minute to read
</span>
</div>
</div>
Expand All @@ -170,13 +174,32 @@ <h1 class="text-4xl font-semibold text-slate-800 dark:text-slate-100">

<section class="prose prose-slate dark:prose-invert w-full max-w-4xl lg:max-w-5xl mt-6">
<h2>Table of Contents</h2>
<aside><nav id="TableOfContents"></nav></aside>
<aside><nav id="TableOfContents">
<ul>
<li><a href="#this-is-a-heading-2">this is a heading 2</a></li>
</ul>
</nav></aside>
</section>



<article class="mt-6 w-full max-w-4xl lg:max-w-5xl prose prose-slate dark:prose-invert prose-quoteless post-content">

<h1 id="this-is-heading-1">This is heading 1</h1>
<p>hey there, this is some text</p>
<h2 id="this-is-a-heading-2">this is a heading 2</h2>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-python" data-lang="python"><span style="display:flex;"><span><span style="color:#75715e"># this is some python code </span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Import necessary libraries/modules</span>
</span></span><span style="display:flex;"><span><span style="color:#f92672">import</span> os
</span></span><span style="display:flex;"><span><span style="color:#f92672">import</span> sys
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Define main function</span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">def</span> <span style="color:#a6e22e">main</span>():
</span></span><span style="display:flex;"><span> <span style="color:#75715e"># Your code here</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#75715e"># Entry point of the program</span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">if</span> __name__ <span style="color:#f92672">==</span> <span style="color:#e6db74">&#34;__main__&#34;</span>:
</span></span><span style="display:flex;"><span> main()
</span></span></code></pre></div>
</article>


Expand Down Expand Up @@ -229,6 +252,27 @@ <h2>Table of Contents</h2>
</footer>
<script src="/main.min.c6372b6836971865bd94bfde974748aca8415824a2facab6ccd66a87384bfacb.js"></script>

<div class="hidden top-1 right-1" id="code-copy">
<i class="h-6 w-6 block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-copy" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z" />
<path d="M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1" />
</svg>

</i>
</div>
<div class="hidden top-1 right-1" id="code-copy-done">
<i class="h-6 w-6 block">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-check" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5 12l5 5l10 -10" />
</svg>

</i>
</div><script src="/code-copy.min.4be95a7068ec721962fd0df64ce1c8673df8035fde465874f1e6e67e2aac7f71.js"></script>





Expand Down
2 changes: 1 addition & 1 deletion docs/search/_index.es/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"categories":null,"content":"","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"My First Post"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
[{"categories":null,"content":"This is heading 1 hey there, this is some text\nthis is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == \u0026#34;__main__\u0026#34;: main() ","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"Hi Jakob"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
2 changes: 1 addition & 1 deletion docs/search/_index.fr/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"categories":null,"content":"","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"My First Post"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
[{"categories":null,"content":"This is heading 1 hey there, this is some text\nthis is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == \u0026#34;__main__\u0026#34;: main() ","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"Hi Jakob"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
2 changes: 1 addition & 1 deletion docs/search/_index.hi/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"categories":null,"content":"","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"My First Post"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
[{"categories":null,"content":"This is heading 1 hey there, this is some text\nthis is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == \u0026#34;__main__\u0026#34;: main() ","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"Hi Jakob"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
2 changes: 1 addition & 1 deletion docs/search/_index.jp/index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"categories":null,"content":"","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"My First Post"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
[{"categories":null,"content":"This is heading 1 hey there, this is some text\nthis is a heading 2 # this is some python code # Import necessary libraries/modules import os import sys # Define main function def main(): # Your code here # Entry point of the program if __name__ == \u0026#34;__main__\u0026#34;: main() ","permalink":"https://lennon101.github.io/posts/my-first-post/","tags":null,"title":"Hi Jakob"},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.es/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.fr/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.hi/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.jp/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.pl/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.ru/","tags":null,"title":""},{"categories":null,"content":"","permalink":"https://lennon101.github.io/search/_index.zh-cn/","tags":null,"title":""}]
Loading

0 comments on commit 7646b4b

Please sign in to comment.