Skip to content

tuzig/www.asimi.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asimi.dev

The official website for Asimi CLI - a safe, opinionated coding agent for the terminal.

Development

This site is built with Hugo.

Prerequisites

  • Hugo (extended version recommended)

Local Development

# Start the development server
hugo server -D

# Build for production
hugo

Structure

.
├── content/
│   └── blog/           # Blog posts
├── layouts/
│   ├── index.html      # Homepage
│   ├── 404.html        # 404 page
│   ├── blog/
│   │   ├── list.html   # Blog listing
│   │   └── single.html # Blog post
│   └── _default/
│       └── single.html # Default single page
├── static/             # Static assets
└── hugo.toml           # Hugo configuration

Adding Blog Posts

Create a new markdown file in content/blog/:

hugo new blog/my-new-post.md

Or manually create a file with frontmatter:

---
title: "My Post Title"
date: 2025-01-15
description: "A brief description"
tags: ["tag1", "tag2"]
---

Your content here...

Deployment

The site is deployed automatically via Netlify when changes are pushed to the main branch.

License

MIT

About

The home page of Asimi

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors