Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 710 Bytes

README.markdown

File metadata and controls

28 lines (18 loc) · 710 Bytes

This repository contains materials of the personal blog "Программирование - это просто / Programming DIY".

How to use the blog engine

A blog post about Goblog.

Step when installing the engine from scratch on Mac

  • brew install go
go version

go version go1.15.2 darwin/amd64
  • go get github.com/russross/blackfriday

  • brew install highlight

highlight --version

highlight version 3.60
Copyright (C) 2002-2020 Andre Simon <a dot simon at mailbox.org>