UNPKG
noddity
Version:
latest (5.0.0)
5.0.0
4.5.0
4.4.0
4.3.0
4.2.3
4.2.2
4.2.1
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.0
1.0.3
1.0.1
1.0.0
0.0.0
A client-side cms with a flat-file backend
github.com/TehShrike/noddity
TehShrike/noddity
noddity
/
config.js
12 lines
(11 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
noddityConfig = {
// Global
name:
'Noddity'
, noddityRoot: location.pathname +
'content/'
, editLink:
'https://github.com/TehShrike/noddity/edit/master/content/'
, logo:
'logo.svg'
, errorPage:
'404.md'
, pathPrefix:
'#!/'
, pagePathPrefix:
'post/'
, template:
'post'
, debug:
false
}