mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
added legal pages, resized tablet view, fixed prettier
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export default [
|
||||
{
|
||||
fieldValue: "typography",
|
||||
fieldValue: "technology",
|
||||
totalCount: 1,
|
||||
},
|
||||
{
|
||||
fieldValue: "design inspiration",
|
||||
fieldValue: "coding",
|
||||
totalCount: 1,
|
||||
},
|
||||
];
|
||||
|
@@ -6,3 +6,4 @@ export { default as contacts } from "./contacts";
|
||||
export { default as author } from "./author";
|
||||
export { default as menu } from "./menu";
|
||||
export { default as edges } from "./edges";
|
||||
export { default as legalMenu } from "./legalMenu";
|
||||
|
5
internal/testing/__mocks__/legalMenu.ts
Normal file
5
internal/testing/__mocks__/legalMenu.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default [
|
||||
{ label: "Articles", path: "/" },
|
||||
{ label: "About Me", path: "/pages/about" },
|
||||
{ label: "Contact Me", path: "/pages/contacts" },
|
||||
];
|
@@ -4,12 +4,11 @@ import menu from "./menu";
|
||||
export default {
|
||||
site: {
|
||||
siteMetadata: {
|
||||
url: "https://www.lumen.local",
|
||||
title: "Blog by John Doe",
|
||||
subtitle:
|
||||
"Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
|
||||
url: "https://rickvanlieshout.com",
|
||||
title: "Rick van Lieshout ~ Mastermindzh",
|
||||
subtitle: "The thoughts, discoveries and murmurings of a Software enthusiast",
|
||||
copyright: "All rights reserved.",
|
||||
postsPerPage: 4,
|
||||
postsPerPage: 7,
|
||||
author,
|
||||
menu,
|
||||
},
|
||||
|
Reference in New Issue
Block a user