Skip to content

Davidelanz/hugo-bootstrap-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Bootstrap v5 Template

This is a simple Hugo Bootstrap v5 template, inspired by hugo-bootstrap and hugo-bootstrap-5.

Netlify Status Linting

This is a template repository for easily set up a Hugo site with Bootstrap 5 support and locally testing it with Docker

Usage

  1. Install Docker
  2. Install Docker Compose
  3. Clone this repository
    git clone https://github.com/Davidelanz/hugo-bootstrap-5.git
  4. Run dockerized local webserver with
    cd hugo-bootstrap-5
    docker-compose up
  5. Your site is locally deployed at http://localhost:1313.

You can then start developing your Hugo site in the /site folder.

Production Deployment

You can deploy the site contained in this repository via netlify. The netlify.toml configuration file takes already care of the build settings.