Skip to content

lavrd/hugo-multilingual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo multilingual site

Hugo simple multilingual site example

Usage

  1. Install hugo
  2. git clone git@github.com:xthelavr/hugo-multilingual.git
  3. cd hugo-multilingual
  4. hugo server -D
  5. Open http://localhost:1313/ in your browser

Docker

  • docker build -t hm .
  • docker run -d -p 1313:1313 --name hm hm
  • Open http://localhost:1313/ in your browser