Skip to content

syscode-labs/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Cloud Blog

A personal blog built with Hugo featuring a custom CloudASCII theme with animated ASCII cloud backgrounds.

Features

  • 🌩️ Animated ASCII Clouds - Floating cloud patterns made of ASCII characters
  • 🖥️ Terminal Aesthetic - Dark theme with green/cyan terminal colors
  • Fast & Lightweight - Static site generation with Hugo
  • 📱 Responsive Design - Works on all devices
  • ✍️ Markdown Posts - Easy content creation with Markdown

Quick Start

Prerequisites

  • Hugo (extended version recommended)

Running Locally

# Clone the repository
git clone https://github.com/YOUR_USERNAME/myblog.git
cd myblog

# Start the development server
hugo server -D

# Open http://localhost:1313 in your browser

Creating New Posts

hugo new posts/my-new-post.md

Then edit the file in content/posts/my-new-post.md.

Building for Production

hugo --minify

The static site will be generated in the public/ directory.

Project Structure

myblog/
├── archetypes/          # Content templates
├── content/
│   ├── posts/           # Blog posts
│   └── about.md         # About page
├── themes/
│   └── cloudascii/      # Custom theme
│       ├── layouts/     # HTML templates
│       └── static/
│           ├── css/     # Styles
│           └── js/      # ASCII animation
└── hugo.toml            # Site configuration

Customization

Site Settings

Edit hugo.toml to customize:

  • Site title and description
  • Hero text
  • Navigation menu
  • Author information

Theme Colors

Edit themes/cloudascii/static/css/style.css to modify the color scheme.

ASCII Animation

Edit themes/cloudascii/static/js/ascii-clouds.js to customize:

  • Cloud density and speed
  • Character set
  • Colors

License

MIT License - feel free to use this for your own blog!


Built with ☁️ and Hugo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors