File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -3,29 +3,31 @@ title: Go-Native
33icon: Code
44creator: Fezcode
55role: CREATOR
6+ subtitle: Native Execution. Fast and elegant.
7+ quote: Go-Native changed how we build. It's the most natural build tool I've ever experienced.
68description: Write your build scripts in Go. No new syntax to learn. Benefit from Go's type safety and performance.
79:::
810
911:::feature
1012title: Zero Dependencies
1113icon: ShieldCheck
12- creator: Samil B .
13- role: ARCHITECT
14+ subtitle: Pure Go. No external mess .
15+ quote: Zero Dependencies means no more dependency hell. It's a breath of fresh air for our CI/CD.
1416description: The build system is just a Go program. It compiles itself on the fly, requiring nothing but the Go toolchain.
1517:::
1618
1719:::feature
1820title: Metadata Management
1921icon: NewspaperClipping
20- creator: Fezcoddy
21- role: DESIGNER
22+ subtitle: Centralized control. Single Source.
23+ quote: Metadata Management brings sanity to our versioning. Absolute game changer for release engineering.
2224description: Manage versions, tools, and dependencies in a central `recipe.piml` file.
2325:::
2426
2527:::feature
2628title: Self-Bootstrapping
2729icon: Cpu
28- creator: Neural Nexus
29- role: KERNEL
30+ subtitle: Autonomous builds. Self-healing.
31+ quote: Self-Bootstrapping is magic. It handles its own lifecycle perfectly so I don't have to.
3032description: Just run `gobake`. It handles the rest, ensuring your build environment is always consistent.
3133:::
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ const RubyProjectPage = () => {
294294 < img src = { `/projects/${ productSlug } /line.svg` } alt = "" className = "absolute left-0 -bottom-[22px] w-full max-w-[430px] h-auto opacity-30 group-hover:opacity-100 transition-opacity" />
295295 </ div >
296296 < p className = "text-xl sm:text-2xl font-bold text-white mb-4 leading-relaxed uppercase tracking-tight" >
297- { feature . title } is Go-native. < br /> Fast and elegant.
297+ { feature . subtitle }
298298 </ p >
299299 < div className = "text-sm sm:text-base text-stone-300 mb-6 leading-relaxed font-medium" >
300300 { feature . description }
@@ -304,7 +304,7 @@ const RubyProjectPage = () => {
304304 < div className = "flex-1 relative text-sm sm:text-base font-medium text-stone-300 leading-relaxed border border-[#CEB372] p-6 md:p-8 rounded-3xl bg-stone-800/20 shadow-sm" >
305305 < span className = "absolute -top-10 -left-4 text-[140px] text-[#CEB372] opacity-20 font-serif leading-none select-none pointer-events-none" > “</ span >
306306 < p className = "relative z-10 italic" >
307- { feature . title } changed how we build. It's the most natural build tool I've ever experienced.
307+ { feature . quote }
308308 </ p >
309309 </ div >
310310 < div className = "flex-shrink-0 flex flex-col items-center text-center w-32" >
You can’t perform that action at this time.
0 commit comments