Skip to content

Instantly share code, notes, and snippets.

@jamland
Last active August 25, 2016 12:58
Show Gist options
  • Save jamland/eb023bb30f94a50faba6b4887b91913c to your computer and use it in GitHub Desktop.
Save jamland/eb023bb30f94a50faba6b4887b91913c to your computer and use it in GitHub Desktop.

##1. install Hugo - https://gohugo.io/tutorials/installing-on-windows/

##2. Если нет NPM install http://blog.teamtreehouse.com/install-node-js-npm-windows

##3. $ - (команды в терминале) $ cd project_name
$ npm install
$ hugo server
$ gulp watch:styles

##4. DOCS:

##STRUCTURE:

  • main page ./layouts/index.html
  • do style within ./src/css/ all files converts to ./static/css/style.css автоматически но нужно кажд раз сохранять файл /src/css/style.css (непонятный глич). стили собираються все водин файл в ./static/css/style.css страница обновлятьеся после каждого изминения

ввесь макет построен на сетке в 8px т.е все элементы в идиале кратны 8. длина ширина like-height, etc

####- all errors you can see in terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment