Skip to content

Commit

Permalink
latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-29 committed Apr 1, 2024
1 parent 31399d5 commit 491c491
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ static/404_error.jpg
templates/new.html
gradients.txt
__pycache__
test.html
39 changes: 20 additions & 19 deletions build/blog/Temp blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/style.css" />

<link rel="stylesheet" href="../static/style.css" />
<link rel="stylesheet" href="../static/default.css" />

<link rel="stylesheet" href="../static/style.css" />
<link rel="stylesheet" href="../static/default.css" />



<link
href="https://fonts.googleapis.com/css?family=Fira Code"
rel="stylesheet"
Expand Down Expand Up @@ -41,36 +43,35 @@
<body>
<header>
<!-- <a href="/" class="logo">Surya Narayan</a> -->
<a href="/"
<a href="site"
><img alt="icon_image" class="logo" src="static/icon.svg" width="30"
/></a>
<nav class="nav_links">
<ul>
<li><a href="blog">blog</a></li>
<li><a href="blog" style="margin-right: 6px;">blog</a></li>
<li><a href="about">about</a></li>
</ul>
</nav>
</header>

<p class="post_date">1 Apr, 2024</p>
<h1>Testing</h1>


<p class=post_date>1 Apr, 2024</p>
<h1>Testing</h1>
<h2 class="subtitle">None</h2>
<h4 id="sample-title">Sample title</h4>

<blockquote>
<p>sample text</p>
</blockquote>
<blockquote>
<p>sample text</p>
</blockquote>

<ul>
<li>sample code block below</li>
</ul>
<ul>
<li>sample code block below</li>
</ul>

<div class="codehilite">
<pre><span></span><code><span class="c1"># code </span>
<div class="codehilite"><pre><span></span><code><span class="c1"># code </span>
<span class="n">Hello</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="mi">5</span><span class="p">)</span>
<span class="nb">print</span><span class="p">(</span><span class="sa">f</span><span class="s2">&quot;Hello World </span><span class="si">{</span><span class="n">Hello</span><span class="si">}</span><span class="s2">&quot;</span><span class="p">)</span>
</code></pre>
</div>
</code></pre></div>

<footer>
<section class="footer">
Expand All @@ -83,4 +84,4 @@ <h4 id="sample-title">Sample title</h4>
</section>
</footer>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion build/blog/feed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"><id>http://127.0.0.1:5000/</id><title>Surya Narayan</title><updated>2024-04-01T12:08:17.711002+00:00</updated><author><name>Surya</name><email>[email protected]</email></author><link href="http://127.0.0.1:5000/" rel="alternate"/><generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator><entry><id>Temp blog</id><title>Testing</title><updated>2024-04-01T12:08:17.711002+00:00</updated><link href="http://127.0.0.1:8000/blog/Temp blog" rel="alternate"/><summary type="html">&lt;h4 id="sample-title"&gt;Sample title&lt;/h4&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><id>http://127.0.0.1:5000/</id><title>Surya Narayan</title><updated>2024-04-01T13:29:10.903768+00:00</updated><author><name>Surya</name><email>[email protected]</email></author><link href="http://127.0.0.1:5000/" rel="alternate"/><generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator><entry><id>Temp blog</id><title>Testing</title><updated>2024-04-01T13:29:10.903768+00:00</updated><link href="http://127.0.0.1:8000/blog/Temp blog" rel="alternate"/><summary type="html">&lt;h4 id="sample-title"&gt;Sample title&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;sample text&lt;/p&gt;
Expand Down
8 changes: 4 additions & 4 deletions build/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<header>
<!-- <a href="/" class="logo">Surya Narayan</a> -->
<a href="/"
><img alt="icon_image" class="logo" src="static/icon.svg" width="30"
><img alt="icon_image" class="logo" src="../static/icon.svg" width="30"
/></a>
<nav class="nav_links">
<ul>
<li><a href="blog">blog</a></li>
<li><a href="blog" style="margin-right: 6px;">blog</a></li>
<li><a href="about">about</a></li>
</ul>
</nav>
Expand All @@ -65,10 +65,10 @@
<footer>
<section class="footer">
<a href="blog/feed.xml">
<img alt="rss feed" src="static/rss.svg" width="30" />
<img alt="rss feed" src="../static/rss.svg" width="30" />
</a>
<a href="https://github.com/Surya-29">
<img alt="git" src="static/github.svg" width="35" />
<img alt="git" src="../static/github.svg" width="35" />
</a>
</section>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<body>
<header>
<!-- <a href="/" class="logo">Surya Narayan</a> -->
<a href="/"
<a href="site"
><img alt="icon_image" class="logo" src="static/icon.svg" width="30"
/></a>
<nav class="nav_links">
<ul>
<li><a href="blog">blog</a></li>
<li><a href="blog" style="margin-right: 6px;">blog</a></li>
<li><a href="about">about</a></li>
</ul>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns="http://www.w3.org/2005/Atom"><id>http://127.0.0.1:5000/</id><title>Surya Narayan</title><updated>2024-04-01T12:08:17.711002+00:00</updated><author><name>Surya</name><email>[email protected]</email></author><link href="http://127.0.0.1:5000/" rel="alternate"/><generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator><entry><id>Temp blog</id><title>Testing</title><updated>2024-04-01T12:08:17.711002+00:00</updated><link href="http://127.0.0.1:8000/blog/Temp blog" rel="alternate"/><summary type="html">&lt;h4 id="sample-title"&gt;Sample title&lt;/h4&gt;
<feed xmlns="http://www.w3.org/2005/Atom"><id>http://127.0.0.1:5000/</id><title>Surya Narayan</title><updated>2024-04-01T13:29:10.903768+00:00</updated><author><name>Surya</name><email>[email protected]</email></author><link href="http://127.0.0.1:5000/" rel="alternate"/><generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator><entry><id>Temp blog</id><title>Testing</title><updated>2024-04-01T13:29:10.903768+00:00</updated><link href="http://127.0.0.1:8000/blog/Temp blog" rel="alternate"/><summary type="html">&lt;h4 id="sample-title"&gt;Sample title&lt;/h4&gt;

&lt;blockquote&gt;
&lt;p&gt;sample text&lt;/p&gt;
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<body>
<header>
<!-- <a href="/" class="logo">Surya Narayan</a> -->
<a href="/"
<a href="site"
><img alt="icon_image" class="logo" src="static/icon.svg" width="30"
/></a>
<nav class="nav_links">
<ul>
<li><a href="blog">blog</a></li>
<li><a href="blog" style="margin-right: 6px;">blog</a></li>
<li><a href="about">about</a></li>
</ul>
</nav>
Expand Down

0 comments on commit 491c491

Please sign in to comment.