Skip to content

Allen-Dio/website_dev_2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diode Setup:

System Preparation

  1. Follow guides here to install ruby for your OS
  2. Install Jekyll & Bundler: gem install jekyll bundler then bundle install
  3. Install NodeJS from http://nodejs.org
  4. Install GulpJS: npm install -g gulp (mac may need sudo)

Local Dev Environment

  1. Inside the parent directory: npm install.
  2. To build: jekyll build
  3. To serve to localhost:4000: jekyll serve --livereload

Note: If step 2 or 3 fails, prepending bundle exec to the commands may solve the issue.




Original ReadMe:

=================================================
=====     jekyll-gulp-sass-browser-sync     =====
=================================================

A project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync

System Preparation

To use this project, you'll need the following things installed on your machine.

  1. Ruby (v2.5.1p57)
  2. Jekyll - $ gem install jekyll
  3. Jekyll-Archives - $ bundle install
  4. NodeJS - use the installer (v6.5.0).
  5. GulpJS - $ npm install -g gulp (mac users may need sudo)

Local Installation

  1. Inside the directory, run npm install.
  2. Enjoy

Usage

local development mode

This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.

$ ./run

seeing drafts

$ ./run --drafts

About

Diode.io website staging/development for 2023 site design update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 27.9%
  • JavaScript 23.4%
  • CSS 20.4%
  • SCSS 14.2%
  • HTML 11.3%
  • Liquid 1.9%
  • Other 0.9%