forked from niklasbuschmann/contrast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
35 lines (28 loc) · 1.2 KB
/
_config.yml
File metadata and controls
35 lines (28 loc) · 1.2 KB
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
title: "Ramblings of a Gen-Xer aka the Retro Corner"
author: "Lastic"
description: "All content created/owned by LaSTiC - lasticppc@gmail.com"
permalink: /:title/
lang: "en"
excerpt_separator: "<!--more-->"
date_format: "%B %d, %Y"
# Layout
show_excerpts: true # show article excerpts on the home page
show_frame: true # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
minimal: false # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "index.html"}
- {file: "README.md"}
- {file: "BBS.md"}
- {file: "THECELLAR.md"}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: Mail, icon: envelope, url: "mailto:lasticppc@gmail.com"}
- {title: Telnet BBS, icon: tv, url: "http://www.sfhqbbs.org/ftelnet.php?bbsid=36"}
- {title: Atari BBS list, icon: server, url: "http://www.sfhqbbs.org/ataribbslist.php"}
- {title: RSS-feed, icon: rss, url: "feed.xml"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed