Skip to content
Snippets Groups Projects
Unverified Commit b219fbd0 authored by Shrimadhav U K's avatar Shrimadhav U K
Browse files

add dummy YAML template

parent eed6e0d5
Branches
No related merge requests found
......@@ -3,7 +3,7 @@ pages:
stage: deploy
script:
- npm install
- ./node_modules/grunt-cli/bin/grunt public:dev
- npm run install
artifacts:
paths:
- public
......
......@@ -7,7 +7,7 @@
## Presteps
1. Install Node ( Welcome to the world of Node <3 )
2. run `npm install -g grunt-cli`
2. run `npm install -g gulp-cli`
## Installation
......@@ -15,7 +15,7 @@
## Running the application
* `grunt serve` - starts a local server and keeps watching the file changes
* `gulp serve` - starts a local server and keeps watching the file changes
### Under the Hood!
......
......@@ -138,7 +138,7 @@ gulp.task('public', [
'assetscopy',
'pughtml',
'htmllint',
'jslint',
// 'jslint',
'jsuglify',
// 'csslint',
'cssmin'
......
......@@ -37,5 +37,8 @@
"normalize.css": "^7.0.0"
},
"author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>",
"license": "GPL-3.0"
"license": "GPL-3.0",
"scripts": {
"install": "gulp public"
}
}
......@@ -28,9 +28,9 @@ block content
img.img-rounded.pull-left(src=event.imgurl)
h4.list-group-item-heading= event.name
p.list-group-item-text!= event.locationame
.col-sm-7.bootcards-cards.hidden-xs
.col-sm-12.bootcards-cards
// contact details
#contactCard
#contactCard.col-sm-4
.panel.panel-default
.panel-heading.clearfix
h3.panel-title.pull-left Contact Details
......@@ -56,10 +56,9 @@ block content
label= "CONTACT INFO"
h4.list-group-item-heading= evt.contactinfo
.panel.panel-default.bootcards-richtext
.panel.panel-default.bootcards-richtext.col-sm-8
.panel-heading
h3.panel-title Description
.panel-body
| evt.description
.panel-body!= evt.description
p.lead
img(src=evt.imgurl, alt=evt.name)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment