mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-27 07:16:09 +00:00
17 lines
No EOL
458 B
Markdown
17 lines
No EOL
458 B
Markdown
# Hugo + Gulp + LESS personal website
|
|
|
|
## Installation
|
|
|
|
### Prerequisites
|
|
|
|
* Yarn https://yarnpkg.com/
|
|
* Hugo http://gohugo.io/
|
|
|
|
Install Yarn and Hugo. Install `gulp` globally with `yarn global add gulp` (`npm install -g gulp` is fine too).
|
|
|
|
## Development
|
|
|
|
Serve live with `gulp serve`.
|
|
Build with `gulp build:site`, deploy to GitHub Pages with `gulp deploy`.
|
|
|
|
Content is in `/content`, theme "Eos" is in `/themes` with LESS files in `/themes/eos/styles`. |