Commit Graph

13 Commits

Author SHA1 Message Date
012cced6ce
fix(open graph site type): update open graph website property key value via switching from website to article for abiding with mark-up of open graph preview type for blog posts or web articles avoiding link preview of social media platforms predicate blog post type and returns to the default open graph for homepage rater than routed open graph images 2024-09-11 16:23:29 -07:00
7889e3fbb7 update(open graph url): add property entry field for open graph url with the correlated value of routed slug post href link to blog post 2024-09-11 22:39:53 +00:00
8e7dea3069 fix(open graph): remove uncessessary open graph property field of hid but omitting name and content field only & change the content of open graph site name of all blog post routes to dynamically append current blog post route path to name/link as value to og site name property 2024-09-11 22:16:19 +00:00
a7f2f1937e test(open graph): manually add head tag metadata properties of all open graph data for testing featuared/preview images on social media link preview specifically for blog post internal pages by modifying properties of blog post slugs & add twitter image properties for blog post specifically for slug routes 2024-09-11 22:13:56 +00:00
5732eac358 fix(comma): add missing trailling comma to the the line before the og image key-value field property avoiding vercel build throwing errors on expected syntaxes 2024-09-11 09:03:33 +00:00
7955c2705a test(open graph): manually add open graph tag & data entries to the prepare metadata function to genearte full custom head tag contents with manually added fields & property for og:image og:title & og:description for featured/preview images and links on social media platforms 2024-09-11 09:00:52 +00:00
0b3debeb96 test(og image): alter absolute path of generated open graph png meta header file to full uri path starting with the prefix of https://toshiki.dev/og-images/* preventing og images not being able to load on link preview data fetching 2024-09-11 08:51:14 +00:00
Anda Toshiki
fc6205792d chore(disqus): remove disqus commenting system component from blog page slug template for feature depcration 2024-05-09 18:49:18 -07:00
Anda Toshiki
0763b6b4ec style(overflow): add temporary tweak patch for songs page for avoiding child element within lstfm div container card is too long that pushes container out of screen breaking responsivness by adding overflow x value with a scrollbar 2024-05-09 17:55:57 -07:00
Anda Toshiki
86bb38a634 test(overflow): add break-all property to the first section of song page forcing lengthy song title to hide details on devices with smaller-scaled ua dimensions 2024-05-09 15:55:26 -07:00
Anda Toshiki
2c076a4a41 fix(overflow): patch donate page click to reveal crypto address overflowing out of viewports breaking mobile responsiveness on small screen devices & add break-all classifiers styles to force break long yet singular term text into multiple new lines imposing text to refrain within div containers 2024-05-09 02:32:54 -07:00
Anda Toshiki
aea7109d06 chore(lint): lint and formatted file structure and code styles with custom config via prettier 2024-05-09 01:10:15 -07:00
Anda Toshiki
324edea85e init: initial commit for all project root sources 2024-05-09 00:51:12 -07:00