-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (31 loc) · 848 Bytes
/
_config.yml
File metadata and controls
41 lines (31 loc) · 848 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
29
30
31
32
33
34
35
36
37
38
39
40
41
title: The Art, Science, and Engineering of Programming
issn: 2473-7321
doi: 10.22152/programming-journal.org
host: https://programming-journal.org
lang: en
description: The Art, Science, and Engineering of Programming journal is a
fully refereed, open access, free, electronic journal. It welcomes papers on
the art of programming, broadly construed.
author:
name: The editors of The Art, Science, and Engineering of Programming
email: editors@programming-journal.org
logo: /assets/images/favicon.svg
menu_categories: ["The Journal", "For Authors", "Issues"]
#baseurl: /
highlighter: rouge
markdown: kramdown
kramdown:
input: kramdown
hard_wrap: false
footnote_backlink: ''
plugins:
- jekyll-sitemap
- jekyll-redirect-from
defaults:
-
scope:
path: ""
values:
layout: "default"
host: 0.0.0.0
# EOF