|
77 | 77 |
|
78 | 78 |
|
79 | 79 | <div class="nav_parent"> |
80 | | - <a href="http://localhost:1313/" class="nav_item" title="Home">Home </a> |
| 80 | + <a href="http://localhost:1313/home/" class="nav_item" title="Home">Home </a> |
81 | 81 | </div> |
82 | 82 | <div class="nav_parent"> |
83 | | - <a href="http://localhost:1313/post/rich-content/" class="nav_item" title="Spec Coding Tooling">Spec Coding Tooling <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a> |
| 83 | + <a href="http://localhost:1313/" class="nav_item" title="Spec Code Tools">Spec Code Tools <img src='http://localhost:1313/icons/caret-icon.svg' alt="icon" class="nav_icon"></a> |
84 | 84 | <div class="nav_sub"> |
85 | 85 | <span class="nav_child"></span> |
86 | | - <a href="http://localhost:1313/post/rich-content/" class="nav_child nav_item" title="Kiro">Kiro</a> |
87 | | - <a href="http://localhost:1313/post/rich-content/" class="nav_child nav_item" title="openspec">openspec</a> |
88 | | - <a href="http://localhost:1313/post/rich-content/" class="nav_child nav_item" title="spec-kit">spec-kit</a> |
| 86 | + <a href="http://localhost:1313/" class="nav_child nav_item" title="All">All</a> |
| 87 | + <a href="http://localhost:1313/" class="nav_child nav_item" title="Frameworkless">Frameworkless</a> |
| 88 | + <a href="http://localhost:1313/post/spec-code-tools/spec-kit/" class="nav_child nav_item" title="spec-kit">spec-kit</a> |
| 89 | + <a href="http://localhost:1313/spec-code-tools/kiro/" class="nav_child nav_item" title="Kiro">Kiro</a> |
| 90 | + <a href="http://localhost:1313/spec-code-tools/openspec/" class="nav_child nav_item" title="openspec">openspec</a> |
89 | 91 | </div> |
90 | 92 | </div> |
91 | 93 | <div class="nav_parent"> |
92 | | - <a href="http://localhost:1313/post/claude-code/" class="nav_item" title="Claude Code">Claude Code </a> |
| 94 | + <a href="http://localhost:1313/claude-code/" class="nav_item" title="Claude Code">Claude Code </a> |
93 | 95 | </div> |
94 | 96 | <div class="nav_parent"> |
95 | 97 | <a href="http://localhost:1313/resources/" class="nav_item" title="Resources">Resources </a> |
|
152 | 154 | <div class="grid-inverse wrap content"> |
153 | 155 | <div> |
154 | 156 | <ul class="posts" id="posts"> |
| 157 | + <li class="post_item"> |
| 158 | + <div class="excerpt"> |
| 159 | + <div class="excerpt_header"> |
| 160 | + <h3 class="post_link"> |
| 161 | + <a href="http://localhost:1313/categories/spec-coding/" title="Spec Coding">Spec Coding</a> |
| 162 | + </h3> |
| 163 | + |
| 164 | + <div class="post_meta"> |
| 165 | + <span><svg class="icon"> |
| 166 | + <title>calendar</title> |
| 167 | + <use xlink:href="#calendar"></use> |
| 168 | +</svg> |
| 169 | +</span> |
| 170 | + <span class="post_date"> |
| 171 | + Oct 12, 2025 |
| 172 | + </span> |
| 173 | + <span class="post_time"> · 0 min read</span> |
| 174 | + <span class="page_only"> · |
| 175 | + <div class="post_share"> |
| 176 | + Share on: |
| 177 | + <a href="https://twitter.com/intent/tweet?text=Spec%20Coding&url=http%3a%2f%2flocalhost%3a1313%2fcategories%2fspec-coding%2f&tw_p=tweetbutton" class="twitter" title="Share on Twitter" target="_blank" rel="nofollow"> |
| 178 | + <svg class="icon"> |
| 179 | + <title>twitter</title> |
| 180 | + <use xlink:href="#twitter"></use> |
| 181 | +</svg> |
| 182 | + |
| 183 | + </a> |
| 184 | + <a href="https://www.facebook.com/sharer.php?u=http%3a%2f%2flocalhost%3a1313%2fcategories%2fspec-coding%2f&t=Spec%20Coding" class="facebook" title="Share on Facebook" target="_blank" rel="nofollow"> |
| 185 | + <svg class="icon"> |
| 186 | + <title>facebook</title> |
| 187 | + <use xlink:href="#facebook"></use> |
| 188 | +</svg> |
| 189 | + |
| 190 | + </a> |
| 191 | + <a href="#linkedinshare" id = "linkedinshare" class="linkedin" title="Share on LinkedIn" rel="nofollow"> |
| 192 | + <svg class="icon"> |
| 193 | + <title>linkedin</title> |
| 194 | + <use xlink:href="#linkedin"></use> |
| 195 | +</svg> |
| 196 | + |
| 197 | + </a> |
| 198 | + <a href="http://localhost:1313/categories/spec-coding/" title="Copy Link" class="link link_yank"> |
| 199 | + <svg class="icon"> |
| 200 | + <title>copy</title> |
| 201 | + <use xlink:href="#copy"></use> |
| 202 | +</svg> |
| 203 | + |
| 204 | + </a> |
| 205 | + </div> |
| 206 | + </span> |
| 207 | + </div> |
| 208 | + |
| 209 | + </div> |
| 210 | + <div class="excerpt_footer"> |
| 211 | + <div class="pale"> |
| 212 | + |
| 213 | + <p></p> |
| 214 | + |
| 215 | + <br> |
| 216 | + <a href="http://localhost:1313/categories/spec-coding/" title="Read More" class="excerpt_more button">Read More</a> |
| 217 | + </div> |
| 218 | + </div> |
| 219 | + </div> |
| 220 | + </li> |
| 221 | + |
155 | 222 | <li> |
156 | 223 | </li> |
157 | 224 | </ul> |
@@ -186,6 +253,33 @@ <h2>Tony Kay</h2> |
186 | 253 | <h2 class="mt-4">Recent Posts</h2> |
187 | 254 | <ul class="flex-column"> |
188 | 255 | </ul> |
| 256 | + <div> |
| 257 | + <h2 class="mt-4 taxonomy" id="categories-section">Categories</h2> |
| 258 | + <nav class="tags_nav"> |
| 259 | + <a href='http://localhost:1313/categories/spec-coding/' class="post_tag button button_translucent" title="spec coding"> |
| 260 | + SPEC CODING |
| 261 | + <span class="button_tally">1</span> |
| 262 | + </a> |
| 263 | + |
| 264 | + |
| 265 | + </nav> |
| 266 | + </div> |
| 267 | + <div> |
| 268 | + <h2 class="mt-4 taxonomy" id="tags-section">Tags</h2> |
| 269 | + <nav class="tags_nav"> |
| 270 | + <a href='http://localhost:1313/tags/refactor/' class="post_tag button button_translucent" title="refactor"> |
| 271 | + REFACTOR |
| 272 | + <span class="button_tally">1</span> |
| 273 | + </a> |
| 274 | + |
| 275 | + <a href='http://localhost:1313/tags/spec-coding/' class="post_tag button button_translucent" title="spec coding"> |
| 276 | + SPEC CODING |
| 277 | + <span class="button_tally">1</span> |
| 278 | + </a> |
| 279 | + |
| 280 | + |
| 281 | + </nav> |
| 282 | + </div> |
189 | 283 | </section> |
190 | 284 | </aside> |
191 | 285 |
|
|
0 commit comments