Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.147.67.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
panini /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
helpMessage.js
1022
B
-rw-rw-r--
2022-08-30 11:49
loadBuiltinHelpers.js
405
B
-rw-rw-r--
2022-08-30 11:49
loadData.js
890
B
-rw-rw-r--
2022-08-30 11:49
loadHelpers.js
837
B
-rw-rw-r--
2022-08-30 11:49
loadLayouts.js
632
B
-rw-rw-r--
2022-08-30 11:49
loadPartials.js
710
B
-rw-rw-r--
2022-08-30 11:49
processRoot.js
789
B
-rw-rw-r--
2022-08-30 11:49
refresh.js
529
B
-rw-rw-r--
2022-08-30 11:49
render.js
3.14
KB
-rw-rw-r--
2022-08-30 11:49
utils.js
444
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
module.exports = function() { var txt = 'Usage: panini --layouts=[layoutdir] --root=[rootdir] --output=[destdir] [other options] \'pagesglob\'\n' + '\n' + 'Options: \n' + ' --layouts (required) path to a folder containing layouts\n' + ' --root (required) path to the root folder all pages live in\n' + ' --output (required) path to the folder compiled pages should get sent to\n' + ' --partials path to root folder for partials \n' + ' --helpers path to folder for additional helpers \n' + ' --data path to folder for additional data \n' + '\n' + 'the argument pagesglob should be a glob describing what pages you want to apply panini to.\n' + '\n' + 'Example: panini --root=src/pages --layouts=src/layouts --partials=src/partials --data=src/data --output=dist \'src/pages/**/*.html\'\n'; process.stdout.write(txt); }