mirror of
				https://github.com/christian1701/hugo-theme-console.git
				synced 2025-11-04 14:19:21 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			851 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			851 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
+++
 | 
						|
date = "2016-11-05T21:05:33+05:30"
 | 
						|
title = "About"
 | 
						|
+++
 | 
						|
 | 
						|
A minimal, responsive and light theme for Hugo inspired by Linux console. 
 | 
						|
 | 
						|

 | 
						|
 | 
						|
## Installation
 | 
						|
 | 
						|
```
 | 
						|
$ mkdir themes
 | 
						|
$ cd themes
 | 
						|
$ git submodule add https://github.com/mrmierzejewski/hugo-theme-console.git hugo-theme-console
 | 
						|
```
 | 
						|
    
 | 
						|
See the [Hugo documentation](https://gohugo.io/themes/installing/) for more information.
 | 
						|
 | 
						|
## Configuration
 | 
						|
 | 
						|
Set theme parameter in your config file:
 | 
						|
 | 
						|
```
 | 
						|
theme = "hugo-theme-console"
 | 
						|
```
 | 
						|
 | 
						|
## License
 | 
						|
 | 
						|
Copyright © 2020 [Marcin Mierzejewski](https://mrmierzejewski.com/)
 | 
						|
 | 
						|
The theme is released under the MIT License. Check the [original theme license](https://github.com/panr/hugo-theme-terminal/blob/master/LICENSE.md) for additional licensing information.
 |