Netlify -- Hosting platform --


Overview:

Netlify is an all-in-one hosting platform for deploying and automating modern static web site. Continuous deployment, Global CDN, DNS, SSL


Setup:

# Setting:
- New site from Git:
  - Continuous Deployment:
    - Bitbucket/GitHub/GitLab
- Site setting:
  - Build & deploy:
    - Continuous Deployment:
      - Deploy settings:
        - Build command: hugo
        - Publish directory: public
      - Build environment variables:
        - HUGO_VERSION: 0.37.1

Install Asciidoctor:

shell:
  - $ gem install bundler
  - $ bundle init
edit:
  - file: ./Gemfile
  - text:  gem "asciidoctor"
shell:
  - $ bundle install --path=vendor/install
  - $ git add Gemfile Gemfile.lock