istruzioni prima compilazione
This commit is contained in:
parent
8f215013b7
commit
e965bfac46
6 changed files with 52 additions and 1 deletions
19
README.md
19
README.md
|
@ -1,3 +1,20 @@
|
||||||
# 2017lunario
|
# 2017lunario
|
||||||
|
|
||||||
2017 - 0x7E1 - 3741- year 11111100001 - 4° year After Snowden's age - Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 - Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net
|
2017 - 0x7E1 - 3741- year 11111100001
|
||||||
|
4° year After Snowden's age - Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 - Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net
|
||||||
|
|
||||||
|
Project:
|
||||||
|
|
||||||
|
Example on xubuntu:
|
||||||
|
|
||||||
|
sudo apt-get install nodejs
|
||||||
|
sudo apt-get install npm
|
||||||
|
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
node -v
|
||||||
|
sudo apt-get install git
|
||||||
|
git clone http://git.lattuga.net/hacklabbo/2017lunario.git 2017lunario
|
||||||
|
cd 2017lunario
|
||||||
|
git remote add origin http://git.lattuga.net/hacklabbo/2017lunario.git
|
||||||
|
git remote -v
|
||||||
|
npm install
|
||||||
|
pug index.pug
|
||||||
|
|
BIN
img/cyberright_black.gif
Normal file
BIN
img/cyberright_black.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
3
includes/foot.pug
Normal file
3
includes/foot.pug
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
//- includes/foot.pug
|
||||||
|
footer#footer
|
||||||
|
p Copyright (c) HacklabBO
|
5
includes/head.pug
Normal file
5
includes/head.pug
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
//- includes/head.pug
|
||||||
|
head
|
||||||
|
2017 lunario
|
||||||
|
script(src='/javascripts/jquery.js')
|
||||||
|
script(src='/javascripts/app.js')
|
7
index.pug
Normal file
7
index.pug
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
doctype html
|
||||||
|
html
|
||||||
|
include includes/head.pug
|
||||||
|
body
|
||||||
|
h1 2017 - 0x7E1 - 3741 - 11111100001
|
||||||
|
p 4° year After Snowden's age
|
||||||
|
include includes/foot.pug
|
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "2017lunario",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "hacklabBo's calendar 2017",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "http://git.lattuga.net/hacklabbo/2017lunario.git"
|
||||||
|
},
|
||||||
|
"author": "ignifugo@insicuri.net",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "^3.1.1",
|
||||||
|
"pug": "^2.0.0-beta6"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue