mirror of
				https://github.com/pawroman/zola-theme-terminimal.git
				synced 2025-10-30 23:56:15 +01:00 
			
		
		
		
	 9989929679
			
		
	
	
		9989929679
		
			
		
	
	
	
	
		
			
			Now you can set the format of the date used in the post in the config: ```toml [extra] post_date_format = "%Y-%m-%d" ```
		
			
				
	
	
		
			50 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| name = "terminimal"
 | |
| description = "A simple, minimal retro theme"
 | |
| license = "MIT"
 | |
| homepage = "https://github.com/pawroman/zola-theme-terminimal"
 | |
| min_version = "0.11.0"
 | |
| 
 | |
| # An optional live demo URL
 | |
| demo = "https://pawroman.github.io/zola-theme-terminimal/"
 | |
| 
 | |
| [author]
 | |
| name = "Paweł Romanowski"
 | |
| homepage = "https://github.com/pawroman"
 | |
| 
 | |
| # The original theme this one's been forked off.
 | |
| [original]
 | |
| author =  "Radosław Kozieł"
 | |
| homepage = "https://radoslawkoziel.pl/"
 | |
| repo = "https://github.com/panr/hugo-theme-terminal"
 | |
| 
 | |
| [extra]
 | |
| 
 | |
| # One of: blue, green, orange, pink, red.
 | |
| # Defaults to blue.
 | |
| # Append -light for light themes, e.g. blue-light
 | |
| # Or append -auto, e.g. blue-auto
 | |
| accent_color = "blue"
 | |
| 
 | |
| # One of: blue, dark, green, orange, pink, red, light, auto
 | |
| # Enabling dark background will also modify primary font color to be darker.
 | |
| # Defaults to accent color (or, if not accent color specified, to blue).
 | |
| background_color = "blue"
 | |
| 
 | |
| # Format of the post date - defaults to "2025-01-13".
 | |
| post_date_format = "%Y-%m-%d"
 | |
| 
 | |
| # The logo text - defaults to 2 non-breaking spaces.
 | |
| logo_text = "Terminimal theme"
 | |
| 
 | |
| # Whether to show links to earlier and later posts
 | |
| # on each post page.
 | |
| enable_post_view_navigation = true
 | |
| 
 | |
| # The text shown at the bottom of a post,
 | |
| # before earlier/later post links.
 | |
| post_view_navigation_prompt = "Thanks for reading! Read other posts?"
 | |
| 
 | |
| # Use full Hack character set, not just a subset.
 | |
| # Switch this to true if you need full unicode support.
 | |
| # Defaults to false.
 | |
| use_full_hack_font = false
 |