Compare commits
No commits in common. "e965bfac46a3fa71d779bd05b23d6e247d686369" and "e61497e7dd576c408f1f75d9251adc91d26776c8" have entirely different histories.
e965bfac46
...
e61497e7dd
7 changed files with 1 additions and 54 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.html
|
||||
node_modules/*
|
19
README.md
19
README.md
|
@ -1,20 +1,3 @@
|
|||
# 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
|
||||
|
||||
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
|
||||
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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB |
|
@ -1,3 +0,0 @@
|
|||
//- includes/foot.pug
|
||||
footer#footer
|
||||
p Copyright (c) HacklabBO
|
|
@ -1,5 +0,0 @@
|
|||
//- includes/head.pug
|
||||
head
|
||||
2017 lunario
|
||||
script(src='/javascripts/jquery.js')
|
||||
script(src='/javascripts/app.js')
|
|
@ -1,7 +0,0 @@
|
|||
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
19
package.json
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"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