-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
48 lines (37 loc) · 1.46 KB
/
_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
42
43
44
45
46
47
48
# Site settings
title: Alex Dowad Computes
email: [email protected]
description: Explorations in the world of code
baseurl: "" # subpath
url: "" # base hostname & protocol
github_username: alexdowad
permalink: /:title/
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
author:
name: Alex Dowad
highlighter: rouge
# Layout
sidebar: false # show a sidebar instead of the usual header
show_excerpts: false # show article excerpts on the home page
show_description: true # show the site description in the sidebar
show_title: true # always keep the site title visible
# Styling
minimal: false # use simpler style
# Menu
navigation:
- {file: "index.html", icon: home}
- {file: "README.md", icon: address-card}
external: # see http://fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/alexdowad"}
- {title: StackOverflow, icon: "stack-overflow", url: "https://stackoverflow.com/users/960828/alex-d"}
- {title: Subscribe, icon: rss, url: "/feed.xml"}
external_for_cv:
- {title: Mail, icon: envelope, url: "mailto:[email protected]"}
- {title: Github, icon: github, url: "https://github.com/alexdowad"}
- {title: StackOverflow, icon: "stack-overflow", url: "https://stackoverflow.com/users/960828/alex-d"}
- {title: Blog, icon: blog, url: "/"}
plugins:
- jekyll-feed