# hanami.github.io **Repository Path**: mirrors_weppos/hanami.github.io ## Basic Information - **Project Name**: hanami.github.io - **Description**: Hanami website - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: build - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hanami website ## Setup ### Requirements * Ruby 2+ * Bundler (`gem install bundler`) ### Steps ```shell % git clone git@github.com:hanami/hanami.github.io.git % cd hanami.github.io % bundle ``` ## Command line ```shell % bin/site help Usage: bin/site [command] Available commands: develop - Start the local server to develop the site build - Build the site locally publish - Build the site locally and publish help - Print this help ``` NOTE: There is an issue in which invoking `site` command with specified current directory, `./bin/site` won't publish the site correctly. Please invoke without `./`