ginb
Version:
Write & Share all in GitHub
19 lines (17 loc) • 894 B
JavaScript
const siteConfig = {
sitename: "GitHub Issues Next.js Blog",
description: "A blog using GitHub Issues as CMS and Next.js as frontend",
keywords: ["next.js", "blog", "github issues"],
username: "" || process.env.owner || process.env.VERCEL_GIT_REPO_OWNER,
repository: "" || process.env.repo || process.env.VERCEL_GIT_REPO_SLUG,
url: "" || process.env.url || `https://${process.env.NEXT_PUBLIC_VERCEL_BRANCH_URL}`, // If your site is put in a subdirectory, set url as 'http://example.com/child' and set basePath as '/child' in next.config.js
favicon: "/favicon.ico",
social: {
// "Social name": "Social link"
// eg. "GitHub@USERNAME": "https://github.com/USERNAME"
},
footer:
"Proudly powred by [ginb](https://github.com/ChrAlpha/ginb) based on [Next.js](https://nextjs.org) and [Vercel](https://vercel.com)",
post_per_page: 20,
};
module.exports = siteConfig;