Skip to content

Commit 659d04f

Browse files
Reading page, better homepage, CSS updates
1 parent 5f87e85 commit 659d04f

File tree

8 files changed

+62
-1
lines changed

8 files changed

+62
-1
lines changed

archetypes/reading.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
# --- Core Information ---
3+
title: "{{ replace .Name "-" " " | title }}"
4+
date: {{ .Date }}
5+
draft: true
6+
7+
# --- Reading-Specific Data ---
8+
# Type of media: "manga", "manhua", or "manhwa"
9+
type: "manga"
10+
11+
# Status: "Reading", "Completed", "On-Hold", "Dropped", "Plan to Read"
12+
status: "Plan to Read"
13+
14+
# Rating out of 10. Can be a decimal (e.g., 8.5).
15+
rating: 0
16+
17+
# Publication status: "Ongoing", "Completed", "Hiatus", "Cancelled"
18+
publication_status: "Ongoing"
19+
20+
# --- Metadata ---
21+
author: ""
22+
artist: ""
23+
genres:
24+
- ""
25+
tags:
26+
- ""
27+
28+
# --- Timestamps ---
29+
# Optional: Date you started reading
30+
start_date:
31+
# Optional: Date you finished reading
32+
finish_date:
33+
34+
# --- Visuals & Links ---
35+
# Path to the primary cover image (e.g., /images/reading/series-name.jpg)
36+
image: ""
37+
38+
# List of paths to additional gallery images
39+
gallery:
40+
- ""
41+
42+
# Optional: Link to the official publication or a place to read it
43+
link_official: ""
44+
---
45+
46+
<!--
47+
Your summary, review, and personal thoughts go here in Markdown format.
48+
You can add headings, lists, and embed images from the 'gallery' if you wish.
49+
-->
50+
51+
## Summary
52+
53+
## My Thoughts

hugo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,18 @@ ignoreFiles = ['\\.obsidian/*']
5252

5353
[params.video]
5454
notImgButWords = false
55+
# Light mode videos (default)
5556
src = ['/video/tower.mp4',
5657
'/video/main-tower.mp4',
5758
'/video/first-house.mp4',
5859
'/video/zero-home.mp4',
5960
'/video/tower-water.mp4']
61+
# Dark mode videos
62+
darkSrc = ['/video/dark/tower.mp4',
63+
'/video/dark/main-tower.mp4',
64+
'/video/dark/first-house.mp4',
65+
'/video/dark/zero-home.mp4',
66+
'/video/dark/tower-water.mp4']
6067
width = 0
6168
words = ""
6269

@@ -73,6 +80,7 @@ ignoreFiles = ['\\.obsidian/*']
7380
instagram = 'shashank.py'
7481
youtube = 'ShashankSharma98'
7582
color = '#696969'
83+
about_url = 'https://about.shashanksharma.xyz'
7684

7785
[params.contact.config]
7886
target = '_self'

static/video/dark/first-home.mp4

2.43 MB
Binary file not shown.

static/video/dark/main-tower.mp4

723 KB
Binary file not shown.

static/video/dark/tower-water.mp4

1.94 MB
Binary file not shown.

static/video/dark/tower.mp4

1.64 MB
Binary file not shown.

static/video/dark/zero-home.mp4

1.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)