Skip to content

Commit fdd42d7

Browse files
committed
build
1 parent b18555c commit fdd42d7

13 files changed

Lines changed: 3029 additions & 0 deletions

docmach/blog-post.html

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title><%= title %></title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
8+
<link rel="stylesheet" href="bundle.css">
9+
<link rel="stylesheet" href="styles.css">
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
11+
<base href="/">
12+
</head>
13+
<body class="w-full bg-gradient-to-br from-[#0A0A0A] via-[#1A1A1A] to-[#0A0A0A]">
14+
<!-- Floating Navigation -->
15+
<nav class="max-w-[98vw] fixed top-8 left-1/2 transform -translate-x-1/2 backdrop-blur-lg bg-white/10 rounded-full px-8 py-4 z-50">
16+
<div class="flex items-center space-x-6 md:space-x-8 ">
17+
<a href="../index.html" class="text-white hover:text-orange-400 transition-colors">Home</a>
18+
<a href="docs/introduction.html" class="text-white hover:text-orange-400 transition-colors">Docs</a>
19+
<img src="/logo.png" alt="docmach" class="w-30" >
20+
<a href="https://github.com/CodeDynasty-dev/Docmach" class="text-white hover:text-orange-400 transition-colors">GitHub</a>
21+
<a href="blog.html" class="text-white hover:text-orange-400 transition-colors">Blog</a>
22+
</div>
23+
</nav>
24+
<!-- Documentation Content -->
25+
<div class="container mx-auto px-6 py-12 max-w-5xl mt-16">
26+
<div class="prose prose-invert max-w-none mx-auto">
27+
<%= content %>
28+
</div>
29+
</div>
30+
<!-- Footer -->
31+
<footer class="relative overflow-hidden border-t border-white/10 bg-gradient-to-b from-[#1A1A1A] to-[#0A0A0A]">
32+
<div class="absolute inset-0 bg-grid-pattern opacity-5"></div>
33+
<div class="container mx-auto px-6 py-16 relative z-10">
34+
<div class="flex flex-col md:flex-row justify-between items-start gap-12">
35+
<!-- Brand Section -->
36+
<div class="space-y-6 md:w-1/3">
37+
<div class="flex items-center gap-3">
38+
<img src="/logo.png" alt="docmach" class="w-30" >
39+
</div>
40+
<p class="text-gray-400">Transform your documentation into an immersive experience with our modern markdown compiler.</p>
41+
</div>
42+
43+
<!-- Quick Links -->
44+
<div class="grid grid-cols-2 md:grid-cols-3 gap-8 md:w-2/3">
45+
<div class="space-y-4">
46+
<h3 class="text-white font-semibold">Documentation</h3>
47+
<ul class="space-y-2">
48+
<li><a href="docs/quickstart.html" class="text-gray-400 hover:text-orange-400 transition-colors">Quick Start</a></li>
49+
<li><a href="docs/introduction.html" class="text-gray-400 hover:text-orange-400 transition-colors">Documentation</a></li>
50+
</ul>
51+
</div>
52+
<div class="space-y-4">
53+
<h3 class="text-white font-semibold">Resources</h3>
54+
<ul class="space-y-2">
55+
<li><a href="blog.html" class="text-gray-400 hover:text-orange-400 transition-colors">Blog</a></li>
56+
<li><a href="https://github.com/CodeDynasty-dev/Docmach/tree/main/docs" class="text-gray-400 hover:text-orange-400 transition-colors">Examples</a></li>
57+
</ul>
58+
</div>
59+
<div class="space-y-4">
60+
<h3 class="text-white font-semibold">Connect</h3>
61+
<ul class="space-y-2">
62+
<li><a href="https://github.com/CodeDynasty-dev/Docmach" class="text-gray-400 hover:text-orange-400 transition-colors inline-flex items-center gap-2">
63+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
64+
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
65+
</svg>
66+
GitHub
67+
</a></li>
68+
<li><a href="https://x.com/codedynasty" class="text-gray-400 hover:text-orange-400 transition-colors inline-flex items-center gap-2">
69+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
70+
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path>
71+
</svg>
72+
Twitter
73+
</a></li>
74+
</ul>
75+
</div>
76+
</div>
77+
</div>
78+
<div class="mt-16 pt-8 border-t border-white/10 flex flex-col md:flex-row justify-between items-center gap-4">
79+
<p class="text-gray-400 text-sm">&copy; 2025 Docmach. All rights reserved.</p>
80+
<div class="flex items-center gap-6">
81+
<a href="/privacy" class="text-gray-400 hover:text-orange-400 text-sm transition-colors">Privacy Policy</a>
82+
<a href="/terms" class="text-gray-400 hover:text-orange-400 text-sm transition-colors">Terms of Service</a>
83+
</div>
84+
</div>
85+
</div>
86+
</footer>
87+
</body>
88+
</html>
89+
90+
91+

docmach/blog.html

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Dochmach Blog</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
8+
<link rel="stylesheet" href="bundle.css">
9+
<link rel="stylesheet" href="styles.css">
10+
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
11+
<base href="/">
12+
</head>
13+
<body class="w-full bg-gradient-to-br from-[#0A0A0A] via-[#1A1A1A] to-[#0A0A0A]">
14+
<!-- Floating Navigation -->
15+
<nav class="max-w-[88vw] flex justify-center w-full lg:w-fit fixed top-8 left-1/2 transform -translate-x-1/2 backdrop-blur-lg bg-white/10 rounded-full px-8 py-4 z-50">
16+
<div class="flex items-center space-x-6 md:space-x-8 ">
17+
<a href="/" class="text-white hover:text-orange-400 transition-colors hidden lg:block">Home</a>
18+
<a href="../docs/introduction.html" class="text-white hover:text-orange-400 transition-colors">Docs</a>
19+
<img src="/logo.png" alt="docmach" class="w-30 -translate-y-1" >
20+
<a href="https://github.com/CodeDynasty-dev/Docmach" class="text-white hover:text-orange-400 transition-colors hidden lg:block">GitHub</a>
21+
<a href="../blog.html" class="text-white hover:text-orange-400 transition-colors">Blog</a>
22+
</div>
23+
</nav>
24+
25+
<!-- Hero Section -->
26+
<section class="pt-32 pb-16 relative">
27+
<div class="container mx-auto px-6">
28+
<h1 class="text-4xl md:text-6xl font-bold text-white mb-6">Blog & Updates</h1>
29+
<p class="text-gray-400 text-xl max-w-2xl">Discover insights, tutorials, and updates about Docmach. Learn how to make the most of your documentation.</p>
30+
</div>
31+
</section>
32+
33+
<!-- Featured Post -->
34+
<section class="py-16 relative">
35+
<div class="container mx-auto px-6">
36+
<a href="/post.html">
37+
38+
<div class="bg-[#161616] rounded-xl p-8 hover:bg-[#1a1a1a] transition-all duration-300 border border-white/5 ">
39+
<div class="flex flex-col md:flex-row gap-8">
40+
<div class="md:w-2/3 space-y-4">
41+
<div class="flex items-center gap-3">
42+
<span class="px-3 py-1 bg-orange-500/10 text-orange-400 rounded-full text-sm">Featured</span>
43+
<span class="text-gray-500">March 1, 2025</span>
44+
</div>
45+
<h2 class="text-3xl font-bold text-white">Getting Started with Docmach: A Comprehensive Guide</h2>
46+
<p class="text-gray-400 line-clamp-3">Learn how to transform your project documentation into beautiful, maintainable pages using Docmach. This guide covers everything from installation to advanced features.</p>
47+
<a href="blog/getting-started" class="inline-flex items-center text-orange-400 hover:text-orange-300">
48+
Read More
49+
<svg class="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
50+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
51+
</svg>
52+
</a>
53+
</div>
54+
<div class="md:w-1/3">
55+
<div class="aspect-[16/9] rounded-lg bg-gradient-to-br from-orange-500 to-purple-600 flex items-center justify-center">
56+
<span class="text-4xl">📝</span>
57+
</div>
58+
</div>
59+
</div>
60+
</div>
61+
</a>
62+
</div>
63+
</section>
64+
65+
66+
<!-- Latest Posts Grid -->
67+
<section class="py-16">
68+
<div class="container mx-auto px-6">
69+
<h2 class="text-2xl font-bold text-white mb-8">Latest Posts</h2>
70+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
71+
<!-- Post Card -->
72+
<article class="bg-[#161616] rounded-lg overflow-hidden hover:transform hover:scale-[1.02] transition-all duration-300">
73+
<div class="aspect-[16/9] bg-[#1a1a1a]">
74+
<div class="aspect-[16/9] rounded-lg bg-gradient-to-br from-orange-500 to-purple-600 flex items-center justify-center">
75+
<span class="text-4xl">📝</span>
76+
</div>
77+
</div>
78+
<div class="p-6 space-y-4">
79+
<div class="flex items-center gap-3">
80+
<span class="px-3 py-1 bg-purple-500/10 text-purple-400 rounded-full text-sm">Tutorial</span>
81+
<span class="text-gray-500 text-sm">Feb 28, 2025</span>
82+
</div>
83+
<h3 class="text-xl font-bold text-white">Getting Started with Docmach: A Comprehensive Guide</h3>
84+
<p class="text-gray-400 line-clamp-2">Discover advanced markdown features and how to use them effectively in your documentation.</p>
85+
<a href="/blog/advanced-markdown" class="text-orange-400 hover:text-orange-300 inline-flex items-center">
86+
Read More
87+
<svg class="w-4 h-4 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
88+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
89+
</svg>
90+
</a>
91+
</div>
92+
</article>
93+
</div>
94+
95+
<!-- Load More Button -->
96+
<div class="text-center mt-12">
97+
<button class="px-6 py-3 bg-[#161616] text-white rounded-lg hover:bg-[#1a1a1a] transition-colors">
98+
Load More Posts
99+
</button>
100+
</div>
101+
</div>
102+
</section>
103+
104+
<!-- Newsletter Section -->
105+
<section class="py-16">
106+
<div class="container mx-auto px-6">
107+
<div class="bg-gradient-to-r from-orange-500/10 to-purple-500/10 rounded-xl p-8 md:p-12">
108+
<div class="max-w-2xl mx-auto text-center space-y-6">
109+
<h2 class="text-3xl font-bold text-white">Stay Updated</h2>
110+
<p class="text-gray-400">Get the latest Docmach updates, tutorials, and resources directly in your inbox.</p>
111+
<form class="flex gap-4 max-w-md mx-auto">
112+
<input type="email" placeholder="Enter your email" class="flex-1 px-4 py-3 bg-[#161616] rounded-lg text-white border border-white/10 focus:outline-none focus:border-orange-500">
113+
<button type="submit" class="px-6 py-3 bg-orange-500 text-white rounded-lg hover:bg-orange-600 transition-colors">
114+
Subscribe
115+
</button>
116+
</form>
117+
</div>
118+
</div>
119+
</div>
120+
</section>
121+
122+
<!-- Footer -->
123+
<footer class="relative overflow-hidden border-t border-white/10 bg-gradient-to-b from-[#1A1A1A] to-[#0A0A0A]">
124+
<div class="absolute inset-0 bg-grid-pattern opacity-5"></div>
125+
<div class="container mx-auto px-6 py-16 relative z-10">
126+
<div class="flex flex-col md:flex-row justify-between items-start gap-12">
127+
<!-- Brand Section -->
128+
<div class="space-y-6 md:w-1/3">
129+
<div class="flex items-center gap-3">
130+
<img src="/logo.png" alt="docmach" class="w-30" >
131+
</div>
132+
<p class="text-gray-400">Transform your documentation into an immersive experience with our modern markdown compiler.</p>
133+
</div>
134+
135+
<!-- Quick Links -->
136+
<div class="grid grid-cols-2 md:grid-cols-3 gap-8 md:w-2/3">
137+
<div class="space-y-4">
138+
<h3 class="text-white font-semibold">Documentation</h3>
139+
<ul class="space-y-2">
140+
<li><a href="docs/quickstart.html" class="text-gray-400 hover:text-orange-400 transition-colors">Quick Start</a></li>
141+
<li><a href="docs/introduction.html" class="text-gray-400 hover:text-orange-400 transition-colors">Documentation</a></li>
142+
</ul>
143+
</div>
144+
<div class="space-y-4">
145+
<h3 class="text-white font-semibold">Resources</h3>
146+
<ul class="space-y-2">
147+
<li><a href="blog.html" class="text-gray-400 hover:text-orange-400 transition-colors">Blog</a></li>
148+
<li><a href="https://github.com/CodeDynasty-dev/Docmach/tree/main/docs" class="text-gray-400 hover:text-orange-400 transition-colors">Examples</a></li>
149+
</ul>
150+
</div>
151+
<div class="space-y-4">
152+
<h3 class="text-white font-semibold">Connect</h3>
153+
<ul class="space-y-2">
154+
<li><a href="https://github.com/CodeDynasty-dev/Docmach" class="text-gray-400 hover:text-orange-400 transition-colors inline-flex items-center gap-2">
155+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
156+
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"></path>
157+
</svg>
158+
GitHub
159+
</a></li>
160+
<li><a href="https://x.com/codedynasty" class="text-gray-400 hover:text-orange-400 transition-colors inline-flex items-center gap-2">
161+
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
162+
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path>
163+
</svg>
164+
Twitter
165+
</a></li>
166+
</ul>
167+
</div>
168+
</div>
169+
</div>
170+
<div class="mt-16 pt-8 border-t border-white/10 flex flex-col md:flex-row justify-between items-center gap-4">
171+
<p class="text-gray-400 text-sm">&copy; 2025 Docmach. All rights reserved.</p>
172+
<div class="flex items-center gap-6">
173+
<a href="/privacy" class="text-gray-400 hover:text-orange-400 text-sm transition-colors">Privacy Policy</a>
174+
<a href="/terms" class="text-gray-400 hover:text-orange-400 text-sm transition-colors">Terms of Service</a>
175+
</div>
176+
</div>
177+
</div>
178+
</footer>
179+
</body>
180+
</html>
181+
182+
183+

0 commit comments

Comments
 (0)