Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sibiraj-s/hugo-multilingual-boilerplate

Hugo multilingual boilerplate to demonstrate internationalization (i18n) and multilingualization (m17n)
https://github.com/sibiraj-s/hugo-multilingual-boilerplate

boilerplate hugo i18n

Last synced: 22 days ago
JSON representation

Hugo multilingual boilerplate to demonstrate internationalization (i18n) and multilingualization (m17n)

Awesome Lists containing this project

README

        

# Hugo Multilingual Boilerplate

> Hugo multilingual boilerplate to demonstrate internationalization (i18n) and multilingualization (m17n)



hugo

Hugo is one of the most popular open-source static site generators written in [Go][go-lang]. With its amazing speed and flexibility, Hugo makes building websites fun again.

Recommended hugo version: **v0.114.x**

## Requirements

- Extended version of [hugo][hugo-installation] (latest version recommended)

## Quick Start

Clone the repository to get started

```bash
git clone http://github.com/sibiraj-s/hugo-multilingual-boilerplate

cd hugo-multilingual-boilerplate/
```

To preview the site, run

```bash
hugo server
```

This will run hugo in the default port `http://localhost:1313`. If the port is in use, a random port will be selected.

To Build the site, run

```bash
hugo --minify --cleanDestinationDir
```

## Hugo Features

Hugo boasts blistering speed, robust content management, and a powerful templating language making it a great fit for all kinds of static websites.

- Extremely Fast
- Completely cross platform, with [easy installation][hugo-installation] on macOS, Linux, Windows, and more
- Renders changes on the fly with LiveReload as you develop
- Multilingual and i18n support
- [etc.][hugo-features]

[go-lang]: https://golang.org/
[hugo-installation]: https://gohugo.io/getting-started/installing/
[hugo-features]: https://gohugo.io/about/features/