mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			798 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			798 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: Themes
 | 
						|
linktitle: Themes Overview
 | 
						|
description: Install, use, and create Hugo themes.
 | 
						|
date: 2017-02-01
 | 
						|
publishdate: 2017-02-01
 | 
						|
lastmod: 2017-02-01
 | 
						|
menu:
 | 
						|
  docs:
 | 
						|
    parent: "themes"
 | 
						|
    weight: 01
 | 
						|
weight: 01
 | 
						|
sections_weight: 01
 | 
						|
categories: [themes]
 | 
						|
keywords: [themes,introduction,overview]
 | 
						|
draft: false
 | 
						|
aliases: [/themes/overview/]
 | 
						|
toc: false
 | 
						|
---
 | 
						|
 | 
						|
Hugo provides a robust theming system that is easy to implement yet feature complete. You can view the themes created by the Hugo community on the [Hugo themes website][hugothemes].
 | 
						|
 | 
						|
Hugo themes are powered by the excellent Go template library and are designed to reduce code duplication. They are easy to both customize and keep in sync with the upstream theme.
 | 
						|
 | 
						|
[goprimer]: /templates/introduction/
 | 
						|
[hugothemes]: http://themes.gohugo.io/
 |