This is a stripped down version of Jekyll Base made specifically for doing markup for projects or for client demos.
The default layout is empty and there are two empty files (_existing.scss
) and (existing.js
) for you to put existing assets from a site that you want to recreate. Be sure to include the following lines in your header/footer to include all assets:
<link rel="stylesheet" href="{{ site.url }}/assets/stylesheets/style.css" />
<script src="{{ site.url }}/assets/javascript/existing.js"></script>
<script src="{{ site.url }}/assets/javascript/script.js"></script>
Gulp and Node should be installed globally.
npm install
bundle install
Then run gulp
to start the local server with BrowserSync.
In order to publish your work run gulp publish && gulp deploy
while on the master
branch, after running this
work around.