You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stash_dir="_stash"# directory to stash posts for speedy generation
24
+
components_dir="_components"# directory for component files
24
25
posts_dir="_posts"# directory for blog files
25
26
themes_dir=".themes"# directory for blog files
26
27
new_post_ext="markdown"# default new post file extension when using the new_post task
@@ -169,18 +170,26 @@ task :new_page, :filename do |t, args|
169
170
end
170
171
171
172
# usage rake isolate[my-post]
172
-
desc"Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much more quickly."
173
+
desc"Move all other components and posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much more quickly."
0 commit comments