Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sibiraj-s/hugo-multilingual-boilerplate
- Owner: sibiraj-s
- License: mit
- Created: 2022-01-05T03:59:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T11:44:03.000Z (over 1 year ago)
- Last Synced: 2024-10-04T10:20:46.565Z (about 1 month ago)
- Topics: boilerplate, hugo, i18n
- Language: HTML
- Homepage: https://sibiraj-s.github.io/hugo-multilingual-boilerplate/
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Multilingual Boilerplate
> Hugo multilingual boilerplate to demonstrate internationalization (i18n) and multilingualization (m17n)
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-boilerplatecd 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/