Skip to content

Commit df5ea35

Browse files
committed
Update configuration and layout files; add YouTube username and hide RSS subscribe line
1 parent 0097592 commit df5ea35

4 files changed

Lines changed: 12 additions & 5 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ description: >-
2727
for physics and engineering problems.
2828
baseurl: ""
2929
url: "https://blog.feascript.com"
30-
#twitter_username: jekyllrb
3130
github_username: FEAScript
31+
youtube_username: "@FEAScript"
3232

3333
# Build settings
3434
theme: minima

_layouts/default.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="utf-8">
55
<title>{% if page.url == "/" %}{{ site.title }}{% else %}{{ site.title }}: {{ page.title }}{% endif %}</title>
6-
<link href="https://feascript.com/FEAScript-website.css" rel="stylesheet" type="text/css" />
76
<link rel="icon" type="image/x-icon" href="https://feascript.com/assets/favicon.ico" />
87
{%- include head.html -%}
98

@@ -18,6 +17,10 @@
1817

1918
gtag("config", "G-1JPK0KLEC9");
2019
</script>
20+
<style>
21+
/* Hide RSS subscribe line */
22+
.rss-subscribe { display: none; }
23+
</style>
2124
</head>
2225

2326
<body>
@@ -30,7 +33,7 @@
3033
</div>
3134
</main>
3235

33-
<footer class="site-footer h-card">
36+
<footer class="site-footer h-card" style="background-color: #f7e7b7;">
3437
<data class="u-url" href="{{ "/" | relative_url }}"></data>
3538

3639
<div class="wrapper">
@@ -59,7 +62,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
5962

6063
<div class="footer-col footer-col-3">
6164
<p>
62-
<a href="https://feascript.com/" target="_blank">
65+
<a href="https://feascript.com/">
6366
<img src="https://feascript.github.io/FEAScript-website/assets/FEAScriptLogo.png" alt="FEAScript Logo" class="footer-logo" style="width: 40px; height: auto;">
6467
</a>
6568
</p>

_posts/2025-06-15-eikonal-equation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This example highlights how a seemingly abstract PDE translates directly into a
4040

4141
---
4242

43-
## Conclusion
43+
## Conclusions
4444

4545
The eikonal equation provides a unifying framework for understanding wavefront propagation across physics and engineering: from geometrical optics (Hamilton's original motivation), to seismology, acoustics, and solidification dynamics.
4646

sitemap.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212
<loc>https://blog.feascript.com/2025/04/04/javascript-for-scientific-computations.html</loc>
1313
<priority>0.7</priority>
1414
</url>
15+
<url>
16+
<loc>https://blog.feascript.com/2025/06/15/eikonal-equation.html</loc>
17+
<priority>0.7</priority>
18+
</url>
1519
</urlset>

0 commit comments

Comments
 (0)