Skip to content

tuzig/www.asimi.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asimi.dev

This is the Hugo-based website for asimi.dev.

Quick Start

# Install dependencies
just bootstrap

# Start development server
just dev

# Create new post
just new-post my-first-post

# Build for production
just build

See AGENTS.md for detailed development guide and just --list for all available commands.

Prerequisites

  • Hugo (Extended version recommended) - installed via just bootstrap
  • Just task runner (optional but recommended)

Development

Using Just (recommended)

just dev              # Start dev server with drafts
just build            # Build production site
just new-post <name>  # Create new post
just clean            # Clean build artifacts

Using Hugo directly

hugo server --buildDrafts  # Start dev server
hugo --minify              # Build production site

The dev server will be available at http://localhost:1313/

Project Structure

  • content/ - Markdown content files
  • layouts/ - HTML templates
  • static/ - Static assets (images, CSS, JS)
  • assets/ - Assets processed by Hugo Pipes
  • themes/ - Hugo themes
  • hugo.toml - Site configuration

Container Development

Build and use the development container:

just infrabuild  # Build container image
just shell       # Run interactive shell in container

Next Steps

  1. Install or create a theme in themes/
  2. Add content with just new-post <name>
  3. Customize layouts and styling
  4. Configure hugo.toml for your needs

About

The home page of Asimi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published