-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (25 loc) · 901 Bytes
/
_config.yml
File metadata and controls
28 lines (25 loc) · 901 Bytes
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
# ----------- CONFIGURABLE START -----------
title: "LinkWorld Algorithm Blog"
description: "Just do it."
# Github Page地址。
url: https://gdoulingwo.github.io/LinkWorld-Algorithm-Blog # Site url, without a slash at the end.
# url: http://127.0.0.1:4000 # 测试用地址
signoff: "LinkWorld" # Your name
facebook_appid: # APP ID for like button, remove from /_includes/share.html if unwanted.
google_analytics: # UA-113885352-1
share: false # Turn on twitter and facebook share buttons
# Comments
disqus_shortname: Notzuonotdied
comments: false
links:
- name: Posts
url: /
external: false
- name: About me
url: /about
external: false
# ------------ CONFIGURABLE END ------------
permalink: /posts/:title
defaults:
- values:
layout: "default"