Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.77 KB

File metadata and controls

50 lines (32 loc) · 1.77 KB

Netlify Status

This website aims to provide detailed information about the climbing wall known as "Hüttenblock," located in the picturesque Alps next to the Heidelberger Hütte.

Hüttenblock website

It is built using HUGO uses the Hugo Story theme.

Features

  • Overview: Description and history of the Hüttenblock.
  • Topo: Detailed climbing topo showing each climbing route.
  • Route Grades: Name and difficulty rating for each route.
  • Location Guide: Find detailed directions and maps to help people reach the Hüttenblock.
  • Photo Gallery: Photos of the climbing wall and surrounding scenery.

Development

Prerequisites

Quick Start

# 1. Clone this repository
git clone git@github.com:01100100/blog.git
# 2. Install the theme
git submodule update --init --recursive
# 3. Run the server
hugo server --disableFastRender

The website will be available at http://localhost:1313/.

Pre-commit Hooks

This project uses pre-commit hooks to ensure code quality and consistency. The configuration is defined in .pre-commit-config.yaml.

To set up pre-commit hooks, run the command

pre-commit install

Hosting

This blog is hosted using Netlify. The deployment is triggered automatically when a new commit is pushed to the main branch. Preview deploys are triggered when a pull request is opened.