2025-07-15 17:05:12 +03:00
2025-07-15 17:05:12 +03:00
2024-07-22 17:37:05 +03:00
2025-07-15 17:02:48 +03:00
2025-07-15 17:02:19 +03:00
2025-07-15 17:02:19 +03:00
2024-12-23 18:42:09 +02:00
2024-07-22 01:42:22 +03:00
2025-07-15 17:02:19 +03:00
2024-12-23 18:42:09 +02:00

Olehomelchenko.com

Installation

  1. Clone the repository:

    git clone https://github.com/olehomelchenko/olehomelchenko.com.git
    cd olehomelchenko.com
    
  2. Install Hugo:

    brew install hugo
    

Development

To start the development server, run:

hugo server

This will start the server at http://localhost:1313.

Build

To build the project for production, run:

hugo

The output will be in the public directory.

Create New Content

To create new content, use the following command:

hugo new posts/your-new-post.md

This will create a new markdown file in the content/posts directory.

Description
Personal home page
Readme 66 KiB
Languages
HTML 100%