Skip to content

tortus/hugo-rake-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hugo Rake Tasks

Rake tasks for Hugo sites.

Installation

Add this line to your application's Gemfile:

gem 'hugo-rake-tasks', git: 'https://github.com/tortus/hugo-rake-tasks.git'

And then execute:

$ bundle

In your Rakefile:

require 'hugo-rake/tasks'

# If you want running "rake" to build the site:
task :default => "hugo:build"

Usage

rake hugo:build
rake hugo:serve
rake hugo:clean
rake hugo:deploy

License

The gem is available as open source under the terms of the MIT License.

About

Rake tasks for Hugo sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published