mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
0f143dcf14
Allows organisation where all source files are in one directory: ``` `config.yaml`: contentdir: "source" staticdir: "source/static" ... . └── source ├── post | ├── firstpost.md // <- http://site.com/post/firstpost.html | └── secondpost.md // <- http://site.com/post/secondpost.html └── static └── css └── site.css // <- http://site.com/css/site.css ``` |
||
---|---|---|
.. | ||
benchmark_test.go | ||
config.go | ||
content_directory_test.go | ||
helpers.go | ||
index.go | ||
node.go | ||
page.go | ||
page_index_test.go | ||
page_test.go | ||
page_time_integration_test.go | ||
path_seperators_test.go | ||
path_seperators_windows_test.go | ||
redis.cn.md | ||
shortcode.go | ||
site.go |