Bjørn Erik Pedersen
|
93ca7c9e95
|
all: Refactor to nonglobal Viper, i18n etc.
This is a final rewrite that removes all the global state in Hugo, which also enables
the use if `t.Parallel` in tests.
Updates #2701
Fixes #3016
|
2017-02-17 17:15:26 +01:00 |
|
Alexandre Bourget
|
32d82a4496
|
Ignore emacs temp files
|
2016-07-11 02:01:45 +02:00 |
|
Anthony Fok
|
8509727fe8
|
Add copyright header to that source files that don’t have one.
See #1646
|
2015-12-10 15:19:38 -07:00 |
|
bep
|
beeae6ab69
|
Add some tests for IgnoreFiles
And log error on invalid regexp.
See #1189
|
2015-06-03 18:54:15 +02:00 |
|
bep
|
6e1b0e0c00
|
Apply gofmt -s
|
2015-03-05 23:57:38 +01:00 |
|
Christoph Burgdorf
|
f271faea06
|
Don't process dotfiles
This commit makes it so that not only files
but also folders which start with a dot
are ignored.
Fixes #239
|
2014-04-26 23:17:54 -06:00 |
|
Ask Bjørn Hansen
|
2c0ded7f9f
|
Add test for ignoring ~$ files
|
2014-02-28 23:24:09 -05:00 |
|
Noah Campbell
|
610c06e658
|
Introduce source.Filesystem
This provides an abstraction over how files are processed by Hugo. This
allows for alternatives like CMS systems or Dropbox, etc.
|
2013-09-04 22:42:52 -07:00 |
|