Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
content
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ok1kvk.cz
content
Commits
bce4e11b
Verified
Commit
bce4e11b
authored
9 years ago
by
Isabella Skořepová
Browse files
Options
Downloads
Patches
Plain Diff
Add shebang to index.js
parent
980aceb6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
index.js
+1
-1
1 addition, 1 deletion
index.js
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
bce4e11b
...
...
@@ -6,7 +6,7 @@ Tento software pro psaní článků NENÍ nutné instalovat.
curl --silent --location https://rpm.nodesource.com/setup_4.x | sudo bash -
sudo dnf -y install nodejs git
./configure.sh
node
index.js
./
index.js
# Jak to zprovoznit na windows
...
...
This diff is collapsed.
Click to expand it.
index.js
+
1
−
1
View file @
bce4e11b
#!/usr/bin/env node
var
sitegin
=
require
(
'
./sitegin/sitegin
'
);
var
input
=
new
sitegin
.
input
.
Hugo
(
process
.
cwd
()
+
'
/content/
'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment