Skip to content

Commit 43df477

Browse files
committed
added new background
1 parent ba1bb2f commit 43df477

File tree

61 files changed

+143
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+143
-22
lines changed

assets/images/background.jpg

286 KB

assets/images/background.webp

279 KB
Binary file not shown.

assets/images/background1.jpg

429 KB

assets/images/background2.jpg

1.77 MB
23.2 KB

content/posts/finance/stock_prediction/GRU/index.md

Lines changed: 1 addition & 1 deletion

data/en/sections/skills.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ skills:
4747
logo: /images/sections/skills/cassandra.png
4848
summary: "Experience with NoSQL and distributed database"
4949

50-
- name: _Apache_ Spark
51-
logo:
50+
- name: Apache Spark
51+
logo: /images/sections/skills/spark.png
5252
summary: Big Data Analytics and Processing. Used with Scala and Python.
5353

5454
- name: TCAD Sentaurus

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enableEmoji: true
8686
# Site parameters
8787
params:
8888
# Background image of the landing page
89-
background: /images/site/background.jpg
89+
background: /images/background2.jpg
9090

9191
# Provide logos for your site. The inverted logo will be used in the initial
9292
# transparent navbar and the main logo will be used in the non-transparent navbar.

public/categories/physics/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,10 @@ <h5 class="card-title">Percolation</h5>
310310
<li class="rounded"><a href="/tags/science/" class="btn btn-sm btn-info">Science</a></li>
311311

312312

313-
<li class="rounded"><a href="/tags/" class="btn btn-sm btn-info"></a></li>
313+
<li class="rounded"><a href="/tags/physics/" class="btn btn-sm btn-info">Physics</a></li>
314+
315+
316+
<li class="rounded"><a href="/tags/statistics/" class="btn btn-sm btn-info">Statistics</a></li>
314317

315318
</ul>
316319
</div>
@@ -320,7 +323,7 @@ <h5 class="card-title">Percolation</h5>
320323
<div class="card-footer">
321324
<span class="float-start">
322325
Saturday, June 8, 2024
323-
| 4 minutes </span>
326+
| 5 minutes </span>
324327
<a
325328
href="/posts/physics/percolation/"
326329
class="float-end btn btn-outline-info btn-sm">Read</a>

public/en/sitemap.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@
169169
</url><url>
170170
<loc>http://localhost:1313/posts/physics/percolation/</loc>
171171
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
172+
</url><url>
173+
<loc>http://localhost:1313/tags/physics/</loc>
174+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
172175
</url><url>
173176
<loc>http://localhost:1313/categories/physics/</loc>
174177
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
@@ -178,6 +181,9 @@
178181
</url><url>
179182
<loc>http://localhost:1313/tags/science/</loc>
180183
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
184+
</url><url>
185+
<loc>http://localhost:1313/tags/statistics/</loc>
186+
<lastmod>2024-06-08T08:06:25+06:00</lastmod>
181187
</url><url>
182188
<loc>http://localhost:1313/notes/</loc>
183189
<lastmod>2010-06-08T08:06:25+06:00</lastmod>

0 commit comments

Comments
 (0)