Ethereum-Geth

Overview: Geth is Geth. Links: https://www.ethereum.org/ https://github.com/ethereum/go-ethereum Install: # dev $ yum -y install epel-release golang gmp-devel $ apk --update add --no-cache make gcc musl-dev linux-headers git # geth $ git clone

Git -- Version control system --

Overview: Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people. Links: https://git-scm.com/ https://git.kernel.org/pub/scm/git/git.git/ Git workflow CO: Branch check out MG:

Hugo -- Static site generator --

WEB
Overview: Hugo is a static HTML and CSS website generator written in Go. Hugo relies on Markdown files with front matter. Pre-built binaries for Windows, Linux, FreeBSD, NetBSD, macOS (Darwin), and Android

Netlify -- Hosting platform --

WEB
Overview: Netlify is an all-in-one hosting platform for deploying and automating modern static web site. Continuous deployment, Global CDN, DNS, SSL Links: https://www.netlify.com/ https://www.netlify.com/docs/ Setup: # Setting: - New site from Git:

Asciidoc -- Markup language --

Overview: AsciiDoc is a text document format for writing notes, documentation, web pages, and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page. Links: http://asciidoc.org/ https://asciidoctor.org/