Skip to content

stillru/stillru.github.io

Repository files navigation

My Hugo Site

This is the source code for my Hugo website.

Setup

To run this site locally, you need to have Hugo installed. You can download Hugo from here.

Local Development

  1. Clone the repository:

    git clone <your-repository-url>
    cd <your-repository-folder>
  2. Start Hugo server:

    hugo server
  3. Open your browser and visit http://localhost:1313 to view the site.

Building the Site

To generate the static site for deployment, run:

hugo

The generated static files will be in the public/ folder.

Features

License

Cod "as is"

About

Personal Blog

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published