mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			391 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			391 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import author from "./author";
 | 
						|
import menu from "./menu";
 | 
						|
 | 
						|
export default {
 | 
						|
  site: {
 | 
						|
    siteMetadata: {
 | 
						|
      url: "https://www.rickvanlieshout.com",
 | 
						|
      title: "Rick van Lieshout ~ Mastermindzh",
 | 
						|
      subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
 | 
						|
      copyright: "All rights reserved.",
 | 
						|
      postsPerPage: 7,
 | 
						|
      author,
 | 
						|
      menu,
 | 
						|
    },
 | 
						|
  },
 | 
						|
};
 |