diff --git a/Makefile b/Makefile index 2e0a08c..ecb186c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -HUGO_VERSION = 0.53 +HUGO_VERSION = 0.55.0 DOCKER_IMG := klakegg/hugo:$(HUGO_VERSION) SERVE_CMD = server --buildDrafts --buildFuture --disableFastRender --ignoreCache @@ -20,4 +20,4 @@ preview-build: --baseURL $(DEPLOY_PRIME_URL) \ --buildDrafts \ --buildFuture \ - --minify \ No newline at end of file + --minify diff --git a/content/_index.html b/content/_index.html index 0da0db8..df9c528 100644 --- a/content/_index.html +++ b/content/_index.html @@ -6,7 +6,7 @@

Why gRPC?

- gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services. + gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
@@ -81,7 +81,7 @@ Define your service using Protocol Buffers, a powerful binary serialization tool

Want to Learn More?

-Get started by learning concepts and doing our hello world quickstart in language of your choice.
+Get started by learning concepts and doing our hello world quickstart in language of your choice.