1
0
Fork
You've already forked PaperModPlus
0

feat(ui): added about me page for profile-mode #7

Closed
iamyaash wants to merge 2 commits from profile-about-section into main
pull from: profile-about-section
merge into: clforge:main
clforge:main
clforge:header-copy-url
clforge:1-create-homebtn
clforge:change
clforge:master
clforge:exampleSite
  • rendered under the buttons section

javascript code section needs to be replaced with go

- rendered under the buttons section > javascript code section needs to be replaced with go
- rendered under the buttons section
Note: It's not the final modification, and it absolutely needs
refinement
Author
Owner
Copy link

vid
needs refinement but the current layout looks just "fine"

![vid](/attachments/34a2c1c4-ef33-4426-b7f4-939250f3fc88) needs refinement but the current layout looks just "fine"
Author
Owner
Copy link
<!-- layouts/partials/index_profile.html -->
{{- if (os.FileExists "content/about.md") }}
 {{- partial "index_profile_about.html" . -}}
{{- end }}

this snippet was added in the last lines, so it basically renders the about.md file only when it exist under content/about.md
Else it just renders the profile page with no overlapping issues

```html <!-- layouts/partials/index_profile.html --> {{- if (os.FileExists "content/about.md") }} {{- partial "index_profile_about.html" . -}} {{- end }} ``` this snippet was added in the last lines, so it basically renders the `about.md` file only when it exist under `content/about.md` Else it just renders the profile page with no overlapping issues
@ -0,0 +42,4 @@
opacity: 1;
transform: translateY(0);
}
</style>
Author
Owner
Copy link

write the css styling under assets/css/common directory

write the css styling under `assets/css/common` directory
iamyaash marked this conversation as resolved
@ -0,0 +78,4 @@
observer.observe(aboutSection);
}
});
</script>
Author
Owner
Copy link

replace the block of javascript code into go

replace the block of `javascript` code into `go`
Author
Owner
Copy link

this is stupid, its nearly impossible to replace this with go. Since, we need client-side server to listen to browser window scroll events and other actions. It's possible to come up with a workaround though, but it's not worth the efforts!

this is stupid, its nearly impossible to replace this with go. Since, we need client-side server to listen to browser window scroll events and other actions. It's possible to come up with a workaround though, but it's not worth the efforts!
iamyaash marked this conversation as resolved
iamyaash closed this pull request 2026年05月28日 12:11:15 +02:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
clforge/PaperModPlus!7
Reference in a new issue
clforge/PaperModPlus
No description provided.
Delete branch "profile-about-section"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?