ionutvilie / linux-for-devops-engineers

Linux for DevOps Engineers

Home Page:https://ionutvilie.github.io/linux-for-devops-engineers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Install Hugo Mac

# what are tests ?
(
  export VERSION=0.115.1
  cd ${HOME}/Downloads
  curl -L -o hugo_darwin-universal.tar.gz https://github.com/gohugoio/hugo/releases/download/v${VERSION}/hugo_${VERSION}_darwin-universal.tar.gz
  tar --extract --file=hugo_darwin-universal.tar.gz hugo
  mv hugo ${HOME}/bin
  chmod +x ${HOME}/bin/hugo
  rm hugo_darwin-universal.tar.gz
)

Serve with Hugo

hugo serve

Create content

# hugo new index.md
hugo new --kind chapter intro/_index.md
hugo new --kind chapter linux-system/_index.md
hugo new --kind chapter linux-commands/_index.md
hugo new --kind chapter linux-scripting/_index.md
hugo new --kind chapter linux-homework/_index.md

About

Linux for DevOps Engineers

https://ionutvilie.github.io/linux-for-devops-engineers/


Languages

Language:HTML 90.8%Language:Go 4.3%Language:Shell 3.7%Language:Makefile 1.2%