48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
title = "Naej's portfolio"
 | 
						|
baseURL = "https://naejdoree.klmp200.net"
 | 
						|
languageCode = "en-us"
 | 
						|
theme = "naej-ananke"
 | 
						|
 | 
						|
MetaDataFormat = "yaml"
 | 
						|
DefaultContentLanguage = "en"
 | 
						|
SectionPagesMenu = "main"
 | 
						|
Paginate = 10
 | 
						|
googleAnalytics = ""
 | 
						|
enableRobotsTXT = true
 | 
						|
 | 
						|
enableInlineShortcodes = true
 | 
						|
 | 
						|
[sitemap]
 | 
						|
  changefreq = "monthly"
 | 
						|
  priority = 0.5
 | 
						|
  filename = "sitemap.xml"
 | 
						|
 | 
						|
[params]
 | 
						|
  favicon = ""
 | 
						|
  site_logo = ""
 | 
						|
  description = "The best portfolio ever. Maybe."
 | 
						|
  facebook = ""
 | 
						|
  twitter = "https://twitter.com/naejdoree"
 | 
						|
  instagram = ""
 | 
						|
  youtube = ""
 | 
						|
  github = ""
 | 
						|
  gitlab = ""
 | 
						|
  linkedin = "https://www.linkedin.com/in/naejdoree/"
 | 
						|
  mastodon = ""
 | 
						|
  slack = ""
 | 
						|
  stackoverflow = ""
 | 
						|
  rss = ""
 | 
						|
  # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
 | 
						|
  background_color_class = "bg-dark-gray"
 | 
						|
  featured_image = "/images/gohugo-default-sample-hero-image.jpg"
 | 
						|
  recent_posts_number = 2
 | 
						|
 | 
						|
 | 
						|
  body_classes = "avenir bg-near-black "
 | 
						|
  post_content_classes = "avenir post"
 | 
						|
 | 
						|
  custom_css = ["css/post.css"]
 | 
						|
 | 
						|
# main inspiration : https://naejdoree.artstation.com/
 | 
						|
 | 
						|
# browser playable games : https://naejdoree.itch.io/ |