spf13
6efbd93a38
Updating a bunch of the docs
2013-08-03 03:30:34 -04:00
spf13
def5f10183
Including documentation on indexes
2013-08-03 03:29:49 -04:00
spf13
dff86cb22c
Renaming indexes template to indexes.html
2013-08-03 03:29:24 -04:00
spf13
21a7b72535
Moved static content to /static
2013-08-03 03:10:14 -04:00
spf13
52c089ffbd
Added support for indexes of indexes & ordered indexes
2013-08-03 03:09:28 -04:00
spf13
ddad1e04ac
adding previous next capabilities
2013-08-02 16:30:26 -04:00
Noah Campbell
66610a65d1
Removing OSX files from repo. Updating .gitignore to not track these files.
2013-08-02 10:00:25 -07:00
Steve Francia
d36d7fba6a
Merge pull request #8 from SebastianM/doc-json-fix
...
Fix JSON syntax error in example configuration
2013-08-01 22:04:03 -07:00
Steve Francia
47783c1f03
Merge pull request #10 from noahcampbell/master
...
Fixed section labels causing panic on windows.
2013-08-01 22:00:58 -07:00
Noah Campbell
3e539c7126
Adding error message when no content pages exists.
2013-08-01 13:27:56 -07:00
Noah Campbell
03e804ffd2
Updating the .gitignore for windows and vim users.
...
Adding hugo.exe for us windows fanbois. Also adding gvim support.
2013-08-01 13:27:56 -07:00
Noah Campbell
c9a09418e7
Fixed section labels causing panic on windows.
...
The filename path was being split using a unix specific path seperator. This fix uses the os.PathSeperator to ensure proper evaluation regardless of platform.
2013-08-01 13:27:56 -07:00
Sebastian Müller
4efdb90943
Fix JSON syntax error in example configuration
2013-08-01 20:52:00 +02:00
spf13
61258858af
copying static content to destination
2013-07-30 01:26:02 -04:00
spf13
736677a21d
Using MkdirAll instead of my own logic
2013-07-26 18:10:03 -04:00
spf13
7ab28c564f
Adding support for destination dir, split out static
2013-07-26 18:06:13 -04:00
spf13
92c31bbe10
permalink now respects pretty urls
2013-07-26 09:56:00 -04:00
spf13
d5f5543061
create content at any level of nesting
2013-07-26 09:28:26 -04:00
spf13
e08d14ad49
fixing issue with some urls missing '/'
2013-07-26 09:27:22 -04:00
spf13
b7bbc28caf
fixing bug with server not finding right path
2013-07-26 09:25:30 -04:00
spf13
c560a7537a
adding more verbose output to server functionality
2013-07-26 09:24:35 -04:00
spf13
b2385f062a
create missing directories recurisvely
2013-07-26 09:22:23 -04:00
spf13
dd9a7e6455
Fixing headers in readme
2013-07-24 11:47:58 -04:00
spf13
16b1f284ca
Improving installation instructions
2013-07-24 11:43:23 -04:00
spf13
f2e4c9d709
Merge branch 'master' of github.com:spf13/hugo
2013-07-24 11:27:48 -04:00
spf13
3ad3f2f0e0
Merge branch 'doc-fix' of https://github.com/brandonblack/hugo into brandonblack-doc-fix
...
Conflicts:
README.md
2013-07-24 11:27:03 -04:00
Brandon Black
580bb9bb5b
minor: adding some more instructions for building from source
2013-07-22 14:40:45 -07:00
Steve Francia
2dde27f0dc
Update README.md
...
fixing typo in readme.
2013-07-21 00:51:39 -04:00
spf13
627cf26571
Adding proper command line option parsing
2013-07-19 00:38:24 -07:00
spf13
8fae5f0dd6
Default is now pretty urls (without .html)
...
Adding --uglyurls option to retain previous behavior
2013-07-19 00:10:42 -07:00
spf13
dcd8ff716a
Adding better source build instructions
2013-07-18 22:30:55 -07:00
spf13
f199004989
GO -> Go
2013-07-15 17:44:51 -07:00
spf13
8d50dd9160
fixing typo in config readme
2013-07-11 23:29:14 -04:00
spf13
c24112ce86
Render shortcodes before index and section rss feeds
2013-07-11 23:26:03 -04:00
spf13
649560fca2
proper BaseUrl handling (if has trailing slash or not)
2013-07-11 22:55:07 -04:00
spf13
7a521ad1a1
Fixing some RSS issues
2013-07-11 22:31:58 -04:00
spf13
b7b6f054a9
Accidentally left in debugging code
2013-07-11 22:16:29 -04:00
spf13
75a2e6d4e8
Now support for config files as yaml, json or toml
2013-07-11 22:04:57 -04:00
spf13
d9b5f9cd9e
fixing incorrect import path
2013-07-10 17:58:32 -04:00
spf13
f857f4caba
adding helper to create absolute url
2013-07-10 17:57:28 -04:00
spf13
d4caa8ee95
Adding total time to generated stats.
2013-07-10 09:21:41 -04:00
spf13
51e3098548
Writing relative links to absolute so they work in feeds
2013-07-10 00:14:02 -04:00
spf13
e76c3feb52
Fix bug with JSON front matter parsing.
2013-07-09 19:04:22 -04:00
spf13
a6914e9c4c
Better error handling for parsing front matter
2013-07-09 18:53:08 -04:00
Steve Francia
8403dba3ee
Merge pull request #3 from tychoish/rst-fix
...
rst: fixing rst output processing
2013-07-09 08:34:20 -07:00
tycho garen
4951ff998c
rst: fixing rst output processing
2013-07-09 08:16:29 -04:00
spf13
aee48725eb
Adding version number to command line options
2013-07-08 22:27:23 -04:00
spf13
d2a6267ad7
Adding support for TOML, updating documentation
2013-07-08 22:23:54 -04:00
spf13
3c80cd323c
YAML support similar to jekyll (start and end with '---')
2013-07-08 17:57:01 -04:00
Steve Francia
94e577740d
Merge pull request #2 from tychoish/yaml-rst-support
...
Switching to YAML and adding support for optional restructured text parsing
2013-07-08 12:59:44 -07:00