Skip to content

inSilecoInc/cloudGenesis

Repository files navigation

cloudGenesis

Hugo website to explore cloud idea, built with Tailwind CSS.

Features

  • Hugo static site generator
  • Tailwind CSS v4 for styling
  • PostCSS processing with Autoprefixer
  • Dark mode support
  • Responsive design templates

Prerequisites

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

The site will be available at http://localhost:1313

  1. Build for production:
npm run build

Project Structure

  • assets/css/ - CSS source files with Tailwind imports
  • content/ - Markdown content files
  • layouts/ - Hugo templates with Tailwind utility classes
  • static/ - Static assets
  • public/ - Generated site (created on build)

Adding Content

Create new content with:

hugo new content/posts/my-post.md

Customization

  • Edit hugo.toml to configure site settings
  • Modify templates in layouts/ to change structure
  • Add Tailwind classes to templates for styling
  • Customize assets/css/main.css for additional styles

About

Hugo website to explore cloud idea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages