GithubHelp home page GithubHelp logo

andreivmaksimov / hands-on.cloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hands-on-cloud/hands-on.cloud

0.0 2.0 1.0 447.04 MB

https://hands-on.cloud website

License: MIT License

JavaScript 60.66% HCL 5.27% Python 4.88% Shell 0.81% HTML 17.36% Makefile 0.25% SCSS 10.26% Smarty 0.50%

hands-on.cloud's Introduction

Haands-On.Cloud Hugo Serverless Blog

I stopped the development of this blog as maintenance become a very time-consuming thing.

All articles have been migrated to WordPress.

This repository is no longer maintained but will stay here in read-only mode.

Hugo
hands-on.cloud

hands-on.cloud - Hugo based Serverless Blog

CircleCI FOSSA Status

✍️ Adding articles

hugo new 'My Article Name/index.md'

Pull request workflow described in detail at our For Authors blog page.

🚀 Quick start

  1. Set up your development environment

    Set up your development environment using this part of Hugo Tutorial.

  2. Developing with Hugo.

    Do not need to do anything special, just

    hugo server -D
  3. Open the source code and start editing!

    Your site is now running at http://localhost:1313/!

    Open hugo project directory in your code editor of choice and edit any content inside hugo/content/. Save your changes and the browser will update in real time!

🎓 Learning Hugo

Looking for more guidance? Full documentation for Hugo lives on the website.

💫 Deploy

  1. Terraform configuration

    • Change Terraform backend configuration in infrastructure.tf file.

    • Change root_domain_name variable to your Route53 hosted zone name.

    • Create your static website AWS infrastructure by running:

      terrafrom plan
      terraform apply
  2. Generate Hugo static content

    hugo -v -d ./public
  3. Publish test changes

    aws s3 sync ./public s3://$(terraform output test_website_bucket)
  4. Validate your changes

    open $(terraform output test_website_url)
  5. Publish production changes

    aws s3 sync ./public s3://$(terraform output origin_website_bucket)

Image manipulation

The most comfortable and easy way of doing this is to use Photopea - online free Photoshop alternative.

Converting .png to .webp

The following command will create .webp images from .png:

./scripts/generate_images.sh

License

FOSSA Status

hands-on.cloud's People

Contributors

andreivmaksimov avatar fossabot avatar

Watchers

 avatar  avatar

Forkers

forkses

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.