-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.js
36 lines (35 loc) · 839 Bytes
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import pkg from "./package.json" with { type: "json" };
export default {
dir: {
assets: "assets/",
data: "data/",
dest: "dist/",
metadata: "metadata/",
static: "static/",
template: "templates/",
},
domain: "hail2u.net",
email: "[email protected]",
encoding: "UTF-8",
favicon: "/favicon.svg",
feed: "/feed",
file: {
draft: "drafts.html",
icon: "static/favicon.svg",
preview: "preview.html",
},
fullname: "Kyo Nagashima",
github: "hail2u",
lang: "ja",
licenseName: "Creative Commons (表示)",
licenseURL: "https://creativecommons.org/licenses/by/4.0/",
name: pkg.name,
region: "JP",
schemaType: "WebPage",
scheme: "https",
shimei: "ながしまきょう",
siteTitle: "Hail2u",
touchIcon: "/apple-touch-icon.png",
twitter: "hail2u_",
version: pkg.version,
};