pages/src/_data/site.js

12 lines
395 B
JavaScript
Raw Normal View History

2023-04-02 08:31:07 +00:00
module.exports = {
title: 'おこげ俱楽部',
description: 'Ohiwa Code Generator - Portal',
keywords: ['オコゲ', 'blockly', 'プログラミング', '上野学習塾'],
// your site url without trailing slash
url: 'https://ocoge.club',
// how many posts you want to show for each page
paginate: 6,
// if you want to add disqus to your site
disqusShortname: "ocogeclub"
};