Coder Social home page Coder Social logo

jquery-ui's Introduction

Tessa Alexander - asset-web.co.uk

Migrating static one homepage to Jekyll site to be hosted on GitHub pages and deployed using Travis CI.

Build and test status GitHub pages backup deployment

Development

Set up development site

git clone [email protected]:asset-web/asset-web.git
cd asset-web/

NB: Requires docker and docker compose to be installed locally

Run tests locally

docker build . -t web
docker run --rm web
docker compose build
docker compose up -d 
docker compose exec web /src/script/buildtest  # Run tests locally
docker compose up -d
docker compose exec web bundle update --bundler
docker compose exec web bundle update jekyll

Example Jekyll development commands

  • Create new site with default theme

     jekyll new .
    
  • Serve development site

     bundle exec jekyll serve
    

Build, test and deploy

CI/CD jobs automate running the script/buildtest script which generates the site using Jekyll static site generator. HTML validation and link checking is run against this output. Upon successfully merging a pull requests/commits to master the static website is deployed to a remote server hosted on an app on Digital Ocean.

jquery-ui's People

Contributors

1marc avatar aaronchi avatar adovenmuehle avatar ajpiano avatar bganicky avatar bhollis avatar btburnett3 avatar chicheng avatar couchand avatar dbolter avatar dcneiner avatar eduardolundgren avatar fracmak avatar gnarf avatar hanshillen avatar joshvarner avatar jzaefferer avatar kborchers avatar krinkle avatar kzys avatar mikesherov avatar petersendidit avatar rdworth avatar rxaviers avatar scottgonzalez avatar selfthinker avatar tjvantoll avatar tomykaira avatar treyhunner avatar zhizhangchen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.