added legal pages, resized tablet view, fixed prettier

This commit is contained in:
2022-09-10 09:27:37 +02:00
parent 1cf766573d
commit f84e56f0ad
45 changed files with 719 additions and 2516 deletions

View File

@@ -1,10 +1,10 @@
export default [
{
fieldValue: "typography",
fieldValue: "technology",
totalCount: 1,
},
{
fieldValue: "design inspiration",
fieldValue: "coding",
totalCount: 1,
},
];

View File

@@ -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";

View File

@@ -0,0 +1,5 @@
export default [
{ label: "Articles", path: "/" },
{ label: "About Me", path: "/pages/about" },
{ label: "Contact Me", path: "/pages/contacts" },
];

View File

@@ -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,
},