Example config params for IndieWeb Identity
							parent
							
								
									6da0ae8cf9
								
							
						
					
					
						commit
						53396b9f16
					
				|  | @ -2,7 +2,7 @@ baseURL = "http://example.org/" | |||
| languageCode = "en-us" | ||||
| title = "Basic Hugo Theme" | ||||
| copyright = "Copyright © 2019, Copyright Owner Name | Built with [Hugo](https://gohugo.io/)" | ||||
| theme = "basic-theme" | ||||
| theme = "semantic-indieweb" | ||||
| paginate = 5 | ||||
| 
 | ||||
| [permalinks] | ||||
|  | @ -11,3 +11,34 @@ paginate = 5 | |||
| [params] | ||||
|   subtitle = "A theme with no CSS and only basic layouts" | ||||
|   mainSections = [ "posts" ] | ||||
| 
 | ||||
|   # Configuration Parameters for IndieWeb Identity | ||||
|   [[params.Identity]] | ||||
|     type = "Email" | ||||
|     value = "email.address@example.com" | ||||
|     authn = false | ||||
| 
 | ||||
|   [[params.Identity]] | ||||
|     type = "GitHub" | ||||
|     value = "GitHubUserName" | ||||
|     authn = false | ||||
| 
 | ||||
|   [[params.Identity]] | ||||
|     type = "GitLab" | ||||
|     value = "GitLabUserName" | ||||
|     authn = false | ||||
| 
 | ||||
|   [[params.Identity]] | ||||
|     type = "Twitter" | ||||
|     value = "TwitterUserName" | ||||
|     authn = false | ||||
| 
 | ||||
|   [[params.Identity]] | ||||
|     type = "MicroBlog" | ||||
|     value = "MicroBlogUserName" | ||||
|     authn = false | ||||
| 
 | ||||
|   [[params.Identity]] | ||||
|     type = "PGP" | ||||
|     value = "pgp_key_file.txt" | ||||
|     authn = false | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue