Skip to content

propromo-software/propromo.releases

Repository files navigation

Propromo Releases

Configuration

This website uses "Method 4 - Hugo module" of hugo-PaperMod for theming.

hugo.yml

Running the Development Server

To run this website locally for development, follow these steps:

  1. Prerequisites

    • Install Hugo (extended version)
    • Install Go (required for Hugo modules)
  2. Clone the Repository

    git clone https://github.com/propromo-org/propromo.releases.git
    cd propromo.releases
  3. Initialize Hugo Modules

    hugo mod init github.com/propromo-software/propromo.releases
    hugo mod get -u
    hugo mod tidy
  4. Start the Development Server

    hugo server -D

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

Create a New Post

hugo new posts/\<post-name\>.md --kind post