mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-24 18:56:02 +10:00
Refactor website structure and update licenses
- Replaced Apache License with MIT License in LICENSE file. - Updated index.html with common meta tags and improved structure. - Enhanced privacy.html with new styles and scripts for better presentation. - Added sitemap reference in robots.txt. - Created GitHub Actions workflow for automated site builds. - Added .gitignore to exclude unnecessary files from version control. - Implemented build.js for dynamic HTML generation from templates. - Created src/index.html and src/privacy.html with metadata for dynamic content. - Established templates for header, footer, and layout to standardize page structure.
This commit is contained in:
16
src/index.html
Normal file
16
src/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!--
|
||||
METADATA:{
|
||||
"title": "Litruv - Dev/Tech Artist",
|
||||
"metaDescription": "Litruv - Dev/Tech Artist at MatesMedia. Follow for coding, game development, and creative projects.",
|
||||
"csp": "script-src 'self' 'unsafe-inline'; connect-src https://public.api.bsky.app;",
|
||||
"ogTitle": "Litruv - Dev/Tech Artist",
|
||||
"ogDescription": "Dev/Tech Artist at MatesMedia. Follow for coding, game development, and creative projects.",
|
||||
"ogUrl": "https://lit.ruv.wtf",
|
||||
"twitterTitle": "Litruv - Dev/Tech Artist",
|
||||
"twitterDescription": "Dev/Tech Artist at MatesMedia. Follow for coding, game development, and creative projects.",
|
||||
"twitterUrl": "https://lit.ruv.wtf",
|
||||
"useCommonHeader": true,
|
||||
"useCommonFooter": true
|
||||
}
|
||||
-->
|
||||
<div id="posts"></div>
|
||||
Reference in New Issue
Block a user