-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 858 Bytes
/
_config.yml
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
37
38
39
40
41
title: Lester Tan - Software Engineer
description: I am a software engineer currently based in Hong Kong. Read about my story, and view my professional profile.
owner: Lester Tan
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://lester.sh" # the base hostname & protocol for your site, e.g. http://example.com
language: en
# Build settings
markdown: kramdown
theme: minima
excerpt_separator: <!--more-->
author:
name: Lester Tan
type: Person
social:
name: Lester Tan
links:
- https://github.com/lestertj
- https://www.linkedin.com/in/lestertj
permalink: /:year/:month/:day/:title/
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle
- README.md
- LICENSE.txt
- contact.md
- blog.md
- projects.md
- categories.md
- _posts/*
- categories/*