-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.js
More file actions
21 lines (21 loc) · 740 Bytes
/
_config.js
File metadata and controls
21 lines (21 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = {
title: "Your awesome title",
site: "https://jekyll-js.netlify.app",
name: "Your name",
homePageTitle: "",
email: "your-email@domain.com",
keywords: ["JekyllJS"],
description: "Write an awesome description for your new site here. You can edit this line in _config.js. It will appear in your document head meta (for Google search results).",
social: [{
name: "github",
user: "sean12697",
link: "https://github.com/Sean12697"
}, {
name: "twitter",
user: "sean12697",
link: "https://twitter.com/Sean12697"
}],
postName: "Posts",
schema: undefined,
preview: true // On the home page should it show a preview of the blog post
}