rickvanlieshout.com/config.js
2020-05-09 00:02:54 +08:00

53 lines
1.0 KiB
JavaScript

"use strict";
module.exports = {
url: "https://lumen.netlify.com",
pathPrefix: "/",
title: "Blog by John Doe",
subtitle:
"Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
copyright: "© All rights reserved.",
disqusShortname: "",
postsPerPage: 4,
googleAnalyticsId: "UA-73379983-2",
useKatex: false,
menu: [
{
label: "Articles",
path: "/",
},
{
label: "About me",
path: "/pages/about",
},
{
label: "Contact me",
path: "/pages/contacts",
},
],
author: {
name: "John Doe",
photo: "/photo.jpg",
bio:
"Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.",
contacts: {
email: "",
facebook: "#",
telegram: "#",
twitter: "#",
github: "#",
rss: "",
vkontakte: "",
linkedin: "#",
instagram: "#",
line: "",
gitlab: "",
weibo: "",
codepen: "",
youtube: "",
soundcloud: "",
medium: "#",
},
},
};