Skip to content

Commit 93fb61f

Browse files
committed
removed dark theme (temporary)
1 parent 1c9f900 commit 93fb61f

File tree

54 files changed

+435
-1352
lines changed

Some content is hidden

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

54 files changed

+435
-1352
lines changed

content/notes/python/web/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ menu:
88
parent: notes-python
99
weight: 10
1010
---
11+
1112
<!-- A Sample Program -->
1213
{{< note title="Connect to a Websocket">}}
1314
A sample **python** program is shown here.
@@ -69,4 +70,4 @@ msg := "Hello"
6970
```go
7071
const Phi = 1.618
7172
```
72-
{{< /note >}} --> -->
73+
{{< /note >}} -->

hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ params:
115115

116116
# Enable dark theme
117117
darkMode:
118-
enable: true
118+
enable: false
119119

120120
# Enable and configure portfolio
121121
portfolio:

public/404.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101

102102

103103

104-
105-
106104

107105

108106

@@ -193,32 +191,7 @@
193191
</li>
194192

195193

196-
197-
<li class="nav-item">
198-
<a class="nav-link" href="https://toha-guides.netlify.app/posts/">Docs</a>
199-
</li>
200-
201-
202-
203194

204-
<li class="nav-item dropdown">
205-
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
206-
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
207-
<img id="navbar-theme-icon-svg" class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
208-
</a>
209-
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
210-
<a class="dropdown-item nav-link" href="#" data-scheme="light">
211-
<img class="theme-icon" src="/icons/sun-svgrepo-com.svg" width=20 alt="Light Theme">
212-
</a>
213-
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
214-
<img class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
215-
</a>
216-
<a class="dropdown-item nav-link" href="#" data-scheme="system">
217-
<img class="theme-icon" src="/icons/computer-svgrepo-com.svg" width=20 alt="System Theme">
218-
</a>
219-
</div>
220-
</li>
221-
222195

223196
</ul>
224197
</div>
@@ -290,8 +263,6 @@ <h4>The page you are looking for is not there yet.</h4>
290263

291264

292265

293-
294-
295266

296267

297268

@@ -335,7 +306,7 @@ <h4>The page you are looking for is not there yet.</h4>
335306

336307
<hr />
337308
<div class="container">
338-
<p id="disclaimer"><strong>Liability Notice:</strong> This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.</p>
309+
<p id="disclaimer"><strong>Liability Notice:</strong> This website is done experimentally by me, taking inspiration from the open-source Toha-Hugo theme.</p>
339310
</div>
340311

341312

@@ -364,7 +335,7 @@ <h4>The page you are looking for is not there yet.</h4>
364335
</footer>
365336

366337

367-
<script src="/application.97f51c3e286071444c3471235d1690400d75a930a8787cc86f8c8e4d2767277e.js" integrity="sha256-l/UcPihgcURMNHEjXRaQQA11qTCoeHzIb4yOTSdnJ34=" defer></script>
338+
<script src="/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js" integrity="sha256-bS6U/CFWOphw3Tu0sED5XySqU8lI6YwMVa6brjKKXpw=" defer></script>
368339

369340

370341

public/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js

+322
Large diffs are not rendered by default.

public/application.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/categories/computer-vision/index.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101

102102

103103

104-
105-
106104

107105

108106

@@ -193,32 +191,7 @@
193191
</li>
194192

195193

196-
197-
<li class="nav-item">
198-
<a class="nav-link" href="https://toha-guides.netlify.app/posts/">Docs</a>
199-
</li>
200-
201-
202-
203194

204-
<li class="nav-item dropdown">
205-
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
206-
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
207-
<img id="navbar-theme-icon-svg" class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
208-
</a>
209-
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
210-
<a class="dropdown-item nav-link" href="#" data-scheme="light">
211-
<img class="theme-icon" src="/icons/sun-svgrepo-com.svg" width=20 alt="Light Theme">
212-
</a>
213-
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
214-
<img class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
215-
</a>
216-
<a class="dropdown-item nav-link" href="#" data-scheme="system">
217-
<img class="theme-icon" src="/icons/computer-svgrepo-com.svg" width=20 alt="System Theme">
218-
</a>
219-
</div>
220-
</li>
221-
222195

223196
</ul>
224197
</div>
@@ -376,8 +349,6 @@ <h5 class="card-title">Florence-2 - Vision Foundation Model - Examples</h5>
376349

377350

378351

379-
380-
381352

382353

383354

@@ -421,7 +392,7 @@ <h5 class="card-title">Florence-2 - Vision Foundation Model - Examples</h5>
421392

422393
<hr />
423394
<div class="container">
424-
<p id="disclaimer"><strong>Liability Notice:</strong> This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.</p>
395+
<p id="disclaimer"><strong>Liability Notice:</strong> This website is done experimentally by me, taking inspiration from the open-source Toha-Hugo theme.</p>
425396
</div>
426397

427398

@@ -450,7 +421,7 @@ <h5 class="card-title">Florence-2 - Vision Foundation Model - Examples</h5>
450421
</footer>
451422

452423

453-
<script src="/application.97f51c3e286071444c3471235d1690400d75a930a8787cc86f8c8e4d2767277e.js" integrity="sha256-l/UcPihgcURMNHEjXRaQQA11qTCoeHzIb4yOTSdnJ34=" defer></script>
424+
<script src="/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js" integrity="sha256-bS6U/CFWOphw3Tu0sED5XySqU8lI6YwMVa6brjKKXpw=" defer></script>
454425

455426

456427

public/categories/finance/index.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101

102102

103103

104-
105-
106104

107105

108106

@@ -193,32 +191,7 @@
193191
</li>
194192

195193

196-
197-
<li class="nav-item">
198-
<a class="nav-link" href="https://toha-guides.netlify.app/posts/">Docs</a>
199-
</li>
200-
201-
202-
203194

204-
<li class="nav-item dropdown">
205-
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
206-
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
207-
<img id="navbar-theme-icon-svg" class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
208-
</a>
209-
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
210-
<a class="dropdown-item nav-link" href="#" data-scheme="light">
211-
<img class="theme-icon" src="/icons/sun-svgrepo-com.svg" width=20 alt="Light Theme">
212-
</a>
213-
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
214-
<img class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
215-
</a>
216-
<a class="dropdown-item nav-link" href="#" data-scheme="system">
217-
<img class="theme-icon" src="/icons/computer-svgrepo-com.svg" width=20 alt="System Theme">
218-
</a>
219-
</div>
220-
</li>
221-
222195

223196
</ul>
224197
</div>
@@ -554,8 +527,6 @@ <h5 class="card-title">MSFT Stock Prediction using LSTM or GRU</h5>
554527

555528

556529

557-
558-
559530

560531

561532

@@ -599,7 +570,7 @@ <h5 class="card-title">MSFT Stock Prediction using LSTM or GRU</h5>
599570

600571
<hr />
601572
<div class="container">
602-
<p id="disclaimer"><strong>Liability Notice:</strong> This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.</p>
573+
<p id="disclaimer"><strong>Liability Notice:</strong> This website is done experimentally by me, taking inspiration from the open-source Toha-Hugo theme.</p>
603574
</div>
604575

605576

@@ -628,7 +599,7 @@ <h5 class="card-title">MSFT Stock Prediction using LSTM or GRU</h5>
628599
</footer>
629600

630601

631-
<script src="/application.97f51c3e286071444c3471235d1690400d75a930a8787cc86f8c8e4d2767277e.js" integrity="sha256-l/UcPihgcURMNHEjXRaQQA11qTCoeHzIb4yOTSdnJ34=" defer></script>
602+
<script src="/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js" integrity="sha256-bS6U/CFWOphw3Tu0sED5XySqU8lI6YwMVa6brjKKXpw=" defer></script>
632603

633604

634605

public/categories/index.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101

102102

103103

104-
105-
106104

107105

108106

@@ -193,33 +191,8 @@
193191
</li>
194192

195193

196-
197-
<li class="nav-item">
198-
<a class="nav-link" href="https://toha-guides.netlify.app/posts/">Docs</a>
199-
</li>
200-
201-
202194

203195

204-
<li class="nav-item dropdown">
205-
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
206-
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
207-
<img id="navbar-theme-icon-svg" class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
208-
</a>
209-
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
210-
<a class="dropdown-item nav-link" href="#" data-scheme="light">
211-
<img class="theme-icon" src="/icons/sun-svgrepo-com.svg" width=20 alt="Light Theme">
212-
</a>
213-
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
214-
<img class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
215-
</a>
216-
<a class="dropdown-item nav-link" href="#" data-scheme="system">
217-
<img class="theme-icon" src="/icons/computer-svgrepo-com.svg" width=20 alt="System Theme">
218-
</a>
219-
</div>
220-
</li>
221-
222-
223196
</ul>
224197
</div>
225198
</div>
@@ -330,8 +303,6 @@
330303

331304

332305

333-
334-
335306

336307

337308

@@ -375,7 +346,7 @@
375346

376347
<hr />
377348
<div class="container">
378-
<p id="disclaimer"><strong>Liability Notice:</strong> This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.</p>
349+
<p id="disclaimer"><strong>Liability Notice:</strong> This website is done experimentally by me, taking inspiration from the open-source Toha-Hugo theme.</p>
379350
</div>
380351

381352

@@ -404,7 +375,7 @@
404375
</footer>
405376

406377

407-
<script src="/application.97f51c3e286071444c3471235d1690400d75a930a8787cc86f8c8e4d2767277e.js" integrity="sha256-l/UcPihgcURMNHEjXRaQQA11qTCoeHzIb4yOTSdnJ34=" defer></script>
378+
<script src="/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js" integrity="sha256-bS6U/CFWOphw3Tu0sED5XySqU8lI6YwMVa6brjKKXpw=" defer></script>
408379

409380

410381

public/categories/physics/index.html

+2-31
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@
101101

102102

103103

104-
105-
106104

107105

108106

@@ -193,32 +191,7 @@
193191
</li>
194192

195193

196-
197-
<li class="nav-item">
198-
<a class="nav-link" href="https://toha-guides.netlify.app/posts/">Docs</a>
199-
</li>
200-
201-
202-
203194

204-
<li class="nav-item dropdown">
205-
<a class="nav-link dropdown-toggle" href="#" id="themeSelector" role="button"
206-
data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
207-
<img id="navbar-theme-icon-svg" class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
208-
</a>
209-
<div id="themeMenu" class="dropdown-menu dropdown-menu-icons-only" aria-labelledby="themeSelector">
210-
<a class="dropdown-item nav-link" href="#" data-scheme="light">
211-
<img class="theme-icon" src="/icons/sun-svgrepo-com.svg" width=20 alt="Light Theme">
212-
</a>
213-
<a class="dropdown-item nav-link" href="#" data-scheme="dark">
214-
<img class="theme-icon" src="/icons/moon-svgrepo-com.svg" width=20 alt="Dark Theme">
215-
</a>
216-
<a class="dropdown-item nav-link" href="#" data-scheme="system">
217-
<img class="theme-icon" src="/icons/computer-svgrepo-com.svg" width=20 alt="System Theme">
218-
</a>
219-
</div>
220-
</li>
221-
222195

223196
</ul>
224197
</div>
@@ -472,8 +445,6 @@ <h5 class="card-title">Percolation</h5>
472445

473446

474447

475-
476-
477448

478449

479450

@@ -517,7 +488,7 @@ <h5 class="card-title">Percolation</h5>
517488

518489
<hr />
519490
<div class="container">
520-
<p id="disclaimer"><strong>Liability Notice:</strong> This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.</p>
491+
<p id="disclaimer"><strong>Liability Notice:</strong> This website is done experimentally by me, taking inspiration from the open-source Toha-Hugo theme.</p>
521492
</div>
522493

523494

@@ -546,7 +517,7 @@ <h5 class="card-title">Percolation</h5>
546517
</footer>
547518

548519

549-
<script src="/application.97f51c3e286071444c3471235d1690400d75a930a8787cc86f8c8e4d2767277e.js" integrity="sha256-l/UcPihgcURMNHEjXRaQQA11qTCoeHzIb4yOTSdnJ34=" defer></script>
520+
<script src="/application.6d2e94fc21563a9870dd3bb4b040f95f24aa53c948e98c0c55ae9bae328a5e9c.js" integrity="sha256-bS6U/CFWOphw3Tu0sED5XySqU8lI6YwMVa6brjKKXpw=" defer></script>
550521

551522

552523

0 commit comments

Comments
 (0)