FredHutch/svalbard-overview

Name: svalbard-overview

Owner: Fred Hutchinson Cancer Research Center

Description: Overview of Svalbard, Vault, and Secrets Management

Created: 2017-01-20 21:29:17.0

Updated: 2017-01-20 21:31:08.0

Pushed: 2017-01-23 23:17:19.0

Homepage: null

Size: 1010

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

__                          _     ______       _ _                 _       _       
_ \                        | |    | ___ \     (_) |               | |     | |      
/ /___ _ __ ___   __ _ _ __| | __ | |_/ / ___  _| | ___ _ __ _ __ | | __ _| |_ ___ 
 // _ \ '_ ` _ \ / _` | '__| |/ / | ___ \/ _ \| | |/ _ \ '__| '_ \| |/ _` | __/ _ \
 \  __/ | | | | | (_| | |  |   <  | |_/ / (_) | | |  __/ |  | |_) | | (_| | ||  __/
\_\___|_| |_| |_|\__,_|_|  |_|\_\ \____/ \___/|_|_|\___|_|  | .__/|_|\__,_|\__\___|
                                                            | |                    
                                                            |_|                    

This is a boilerplate to use remark easily with Gulp, Jade and Stylus.

To know more about remark and how to use, read the docs here.

Getting Started
Installation

First of all, install the dependencies to run this boilerplate.

one this repository
t clone git@github.com:brenopolanski/remark-boilerplate.git my-presentation
 my-presentation

stall dependencies
m install
n tasks and serve
lp

With the commands above, you have everything to start.


build
??? css
?   ??? main.css
??? index.html
??? js
    ??? main.js
    ??? vendor
        ??? remark-fallback.js
        ??? remark-language.js
        ??? remark.min.js
gulp
??? index.js
??? paths.js
??? tasks
    ??? browser-sync.js
    ??? default.js
    ??? deploy-pages.js
    ??? imagemin.js
    ??? jade.js
    ??? js.js
    ??? stylus.js
    ??? watch.js
gulpfile.js
package.json
README.md
src
??? js
?   ??? main.js
?   ??? vendor
?       ??? remark-fallback.js
?       ??? remark-language.js
?       ??? remark.min.js
??? slides
?   ??? slide-1.md
?   ??? slide-2.md
?   ??? slide-3.md
??? styl
?   ??? main.styl
?   ??? remark-themes
?   ?   ??? default.styl
?   ??? vendor
?       ??? remark.styl
??? templates
    ??? inc
    ?   ??? head.jade
    ?   ??? scripts.jade
    ??? index.jade
How to Use
How to use with git and deploy to Github Pages

When you clone this repo, every git information will be downloaded to. So, you have to remove all my git stuff to create yours.

side of your project runs to remove git folder.
Rf .git

Next, initialize your git repository:

it the repo
init

Commit all files:

d all files to commit
add .
eate a commit
commit -m "Initial commit"

The first deploy needs to be manual:

eates a gh-pages branch
checkout -b gh-pages

sh and track the gh-pages branch
push --set-upstream origin gh-pages

To do next deploys, you just have to run with gulp:

ll create a .publish folder with build content
d push to gh-pages branch.
 deploy-pages
Tasks
Contributing

If you want to help, please read the Contributing guide.

History

For detailed changelog, see Releases.

License

MIT License © Breno Polanski


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.