Skip to content

Commit 235563b

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent d3718f7 commit 235563b

2 files changed

Lines changed: 71 additions & 2 deletions

File tree

Source Code/i18n/en.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,42 @@
1+
# ==============================================================================
2+
# File: en.yaml
3+
# Author: Amey Thakur
4+
# Profile: https://github.com/Amey-Thakur
5+
# Repository: https://github.com/Amey-Thakur/Amey-Thakur.github.io
6+
# Release Date: December 16, 2025
7+
# License: MIT License
8+
# ==============================================================================
9+
#
10+
# DESCRIPTION:
11+
# This localization manifest serves as the authoritative source for English-language
12+
# string mappings. It ensures linguistic consistency and accessibility across
13+
# all structural components of Amey's Arc.
14+
#
15+
# HOW IT WORKS:
16+
# During the Hugo build cycle, the engine parses this YAML manifest to perform
17+
# key-value translations based on ID lookups (i18n function). It facilitates
18+
# dynamic content labeling for navigational elements, reading metrics, and
19+
# interface controls.
20+
#
21+
# TECH STACK:
22+
# - YAML (Localization Schema)
23+
# - Hugo i18n Framework
24+
# - Scholarly Linguistic Mapping
25+
#
26+
# ==============================================================================
27+
28+
# ------------------------------------------------------------------------------
29+
# Navigational Logic: Temporal sequence markers for article continuity.
30+
# ------------------------------------------------------------------------------
131
- id: prev_page
232
translation: "Prev"
333

434
- id: next_page
535
translation: "Next"
636

37+
# ------------------------------------------------------------------------------
38+
# Scholarly Metrics: Formatting parameters for archival reading time.
39+
# ------------------------------------------------------------------------------
740
- id: read_time
841
translation:
942
one : "1 min"
@@ -14,6 +47,9 @@
1447
one : "word"
1548
other: "{{ .Count }} words"
1649

50+
# ------------------------------------------------------------------------------
51+
# Structural Components: Labels for core site infrastructure.
52+
# ------------------------------------------------------------------------------
1753
- id: toc
1854
translation: "Table of Contents"
1955

@@ -23,6 +59,9 @@
2359
- id: home
2460
translation: "Home"
2561

62+
# ------------------------------------------------------------------------------
63+
# Interaction Controls: Aesthetic labels for UI engagement.
64+
# ------------------------------------------------------------------------------
2665
- id: edit_post
2766
translation: "Edit"
2867

Source Code/layouts/404.html

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1+
<!-- ==============================================================================
2+
- File: 404.html (Error State Template)
3+
- Author: Amey Thakur
4+
- Profile: https://github.com/Amey-Thakur
5+
- Repository: https://github.com/Amey-Thakur/Amey-Thakur.github.io
6+
- Release Date: December 16, 2025
7+
- License: MIT License
8+
- ==============================================================================
9+
-
10+
- DESCRIPTION:
11+
- This template defines the architectural container for the site's "Not Found"
12+
- error state. It provides a clean, minimal interface for handling broken
13+
- paths or unavailable archival content.
14+
-
15+
- HOW IT WORKS:
16+
- The Hugo engine utilizes this layout to render a semantic container for the
17+
- 404 response. It integrates with the site's global layout (baseof.html) and
18+
- utilizes specialized status styling (Status_Pages.css) to present a coherent
19+
- visual focal point.
20+
-
21+
- TECH STACK:
22+
- - Hugo Layout Logic
23+
- - HTML5 Semantic Elements
24+
- - Status-Specific CSS Integration
25+
-
26+
- ============================================================================== -->
27+
128
{{- define "main" }}
29+
{{- /*
30+
Spatial Archetype: Centering a high-scale numeric indicator as a focal point
31+
for broken archival paths.
32+
*/ -}}
233
<div class="not-found">404</div>
3-
{{- end }}{{/* end main */ -}}
4-
34+
{{- end }}{{/* end main */ -}}

0 commit comments

Comments
 (0)