brevno-suite/hugo
10 years agoAdded ucsb to showcase
spf13 [Tue, 26 Aug 2014 18:37:12 +0000 (14:37 -0400)]
Added ucsb to showcase

10 years agoMore Press
spf13 [Tue, 26 Aug 2014 18:36:38 +0000 (14:36 -0400)]
More Press

10 years agofixed #389 . Added alias for missing page.
spf13 [Tue, 26 Aug 2014 17:16:45 +0000 (13:16 -0400)]
fixed #389 . Added alias for missing page.

10 years agosmall tweaks to the hover effect
spf13 [Tue, 26 Aug 2014 16:30:28 +0000 (12:30 -0400)]
small tweaks to the hover effect

10 years agoCreating a showcase archetype to make for easier showcase additions
spf13 [Tue, 26 Aug 2014 16:27:43 +0000 (12:27 -0400)]
Creating a showcase archetype to make for easier showcase additions

10 years agoAdding a bunch of new sites to the showcase
spf13 [Tue, 26 Aug 2014 16:27:25 +0000 (12:27 -0400)]
Adding a bunch of new sites to the showcase

10 years agoAdding a bunch of new press to the Press page.
spf13 [Tue, 26 Aug 2014 16:26:29 +0000 (12:26 -0400)]
Adding a bunch of new press to the Press page.

10 years agoPrettier link hover state
spf13 [Mon, 25 Aug 2014 19:52:43 +0000 (15:52 -0400)]
Prettier link hover state

10 years agoBumping Travis to test Go 1.2 & tip (1.3)
spf13 [Mon, 25 Aug 2014 19:18:53 +0000 (15:18 -0400)]
Bumping Travis to test Go 1.2 & tip (1.3)

10 years agoFixing a broken link in the docs
spf13 [Mon, 25 Aug 2014 18:02:39 +0000 (14:02 -0400)]
Fixing a broken link in the docs

10 years agoLiveReloadDisabled works with Watching properly. Fixed #335.
spf13 [Mon, 25 Aug 2014 17:49:53 +0000 (13:49 -0400)]
LiveReloadDisabled works with Watching properly. Fixed #335.

10 years agogo fmt site.go
spf13 [Mon, 25 Aug 2014 17:13:11 +0000 (13:13 -0400)]
go fmt site.go

10 years agoFix #302. Links now have trailing slashes.
spf13 [Mon, 25 Aug 2014 16:11:19 +0000 (12:11 -0400)]
Fix #302. Links now have trailing slashes.

10 years agoSupport subdir in baseurl.
Nate Finch [Fri, 22 Aug 2014 11:59:59 +0000 (07:59 -0400)]
Support subdir in baseurl.

Mainly this was a change to helpers.MakePermalink, but to get the local server to run correctly,
we needed to redirect the path of the request from /foo to /.  In addition, I added tests for the
server's code for fixing up the base url with different config file & CLI options.

10 years agoadded functionality to check the error message returned from Cobra, if any. for uage...
Joel Scoble [Sat, 23 Aug 2014 21:12:36 +0000 (16:12 -0500)]
added functionality to check the error message returned from Cobra, if any. for uage message text. If its present, the usage message gets truncated and the resulting message is returned to be used for the rest of the error message. If the resulting error is blank, no error message is printed

10 years agopreserve alias case while lowercasing taxonomy
Joel Scoble [Thu, 21 Aug 2014 23:01:34 +0000 (18:01 -0500)]
preserve alias case while lowercasing taxonomy

10 years agoUpdate 404 to be compiled to .html instead of directory
Chase Adams [Thu, 21 Aug 2014 02:57:51 +0000 (19:57 -0700)]
Update 404 to be compiled to .html instead of directory

10 years agoAdd page grouping functions
Tatsushi Demachi [Wed, 20 Aug 2014 13:12:17 +0000 (22:12 +0900)]
Add page grouping functions

10 years agoAdd link for learning more about static directory
Chase Adams [Wed, 20 Aug 2014 12:51:45 +0000 (05:51 -0700)]
Add link for learning more about static directory

10 years agosupport for futre/draft summary info output
Joel Scoble [Wed, 20 Aug 2014 15:09:35 +0000 (10:09 -0500)]
support for futre/draft summary info output

10 years agoMaking the links stand out more
spf13 [Wed, 20 Aug 2014 18:19:15 +0000 (14:19 -0400)]
Making the links stand out more

10 years agoCleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS...
spf13 [Wed, 20 Aug 2014 18:10:36 +0000 (14:10 -0400)]
Cleaning up a ton of CSS.. Removing unused selectors. Eliminated over 80% of CSS. Upgrading jQuery & FA

10 years agoFixing the docs sidebar interactions
spf13 [Wed, 20 Aug 2014 17:13:51 +0000 (13:13 -0400)]
Fixing the docs sidebar interactions

10 years agoFixed showcase image paths
spf13 [Wed, 20 Aug 2014 15:17:38 +0000 (11:17 -0400)]
Fixed showcase image paths

10 years agofix issue 411, /path/to/site/archetypes : is a directory error
Joel Scoble [Tue, 19 Aug 2014 00:52:43 +0000 (19:52 -0500)]
fix issue 411, /path/to/site/archetypes : is a directory error

10 years agoBringing back the showcase
spf13 [Wed, 20 Aug 2014 01:47:38 +0000 (21:47 -0400)]
Bringing back the showcase

10 years agoRemoving redundant bootstrap
spf13 [Wed, 20 Aug 2014 01:46:27 +0000 (21:46 -0400)]
Removing redundant bootstrap

10 years agoChanging the docs template partials to be able to be used to render a section
spf13 [Wed, 20 Aug 2014 01:28:37 +0000 (21:28 -0400)]
Changing the docs template partials to be able to be used to render a section

10 years agoAdding IsNode & IsPage functions to Page & Node
spf13 [Wed, 20 Aug 2014 01:27:13 +0000 (21:27 -0400)]
Adding IsNode & IsPage functions to Page & Node

10 years agoadded evaluation for toml for metadataformat date handling
Joel Scoble [Mon, 18 Aug 2014 03:02:52 +0000 (22:02 -0500)]
added evaluation for toml for metadataformat date handling

10 years agoAdded a note after the script adding potential issues per @franklinwise's feedback
Franklin Wise [Sun, 10 Aug 2014 20:49:33 +0000 (13:49 -0700)]
Added a note after the script adding potential issues per @franklinwise's feedback

10 years agoerrors not propagating
Franklin Wise [Sun, 10 Aug 2014 16:58:10 +0000 (09:58 -0700)]
errors not propagating

10 years agoswitch to new location of goyaml
Andrew Gerrand [Mon, 18 Aug 2014 01:36:24 +0000 (11:36 +1000)]
switch to new location of goyaml

10 years agoAdd 'where' template function
Tatsushi Demachi [Sat, 16 Aug 2014 04:12:34 +0000 (13:12 +0900)]
Add 'where' template function

10 years agoAdded yaml menu example
Rahul Bansal [Fri, 15 Aug 2014 19:02:24 +0000 (00:32 +0530)]
Added yaml menu example

Added yaml menu example, matching with existing toml example. Also added link to sitewide config page.

10 years agoConfig changes and Live Reload
Rahul Bansal [Fri, 15 Aug 2014 18:39:12 +0000 (00:09 +0530)]
Config changes and Live Reload

I noticed that config file changes do not work with Live Reload feature. This may be "fixed" in future but for now adding a note might avoid confusion.

10 years agoFix #394 - Docs: add a missing link to the livereload page in the intro
Roberto Dip [Fri, 15 Aug 2014 02:22:57 +0000 (23:22 -0300)]
Fix #394 - Docs: add a missing link to the livereload page in the intro

10 years agohugo builds no site if there are only drafts
Franklin Wise [Sun, 10 Aug 2014 16:09:12 +0000 (09:09 -0700)]
hugo builds no site if there are only drafts

if you run:
hugo
and all of your posts are drafts, no site gets build.

10 years agoAdding more press
spf13 [Sun, 10 Aug 2014 04:17:36 +0000 (00:17 -0400)]
Adding more press

10 years agoDocs-removed bullet and broken link for catagetories. Included category text in...
David Kebler [Sat, 9 Aug 2014 17:03:06 +0000 (10:03 -0700)]
Docs-removed bullet and broken link for catagetories.  Included category text in bullet for taxonomies

10 years agoFix #363 - Docs: make the fixed menu on the left scrollable
Roberto Dip [Sat, 9 Aug 2014 23:40:18 +0000 (20:40 -0300)]
Fix #363 - Docs: make the fixed menu on the left scrollable

10 years agoremove extraneous "Because"
Nate Finch [Wed, 6 Aug 2014 09:39:58 +0000 (05:39 -0400)]
remove extraneous "Because"

10 years agoupdate docs for permalinks with all fields
Nate Finch [Sat, 2 Aug 2014 11:16:24 +0000 (07:16 -0400)]
update docs for permalinks with all fields

List all the fields and what they mean, based on hugolib/permalinks.go

10 years agomake type-or-section more obvious
Nate Finch [Sun, 3 Aug 2014 10:53:48 +0000 (06:53 -0400)]
make type-or-section more obvious

It took me a long time to realize that /layouts/TYPE or SECTION/LAYOUT.html  was supposed to be a single URL and not two urls (/layouts/TYPE) or (SECTION/LAYOUT.html) ... putting in the hyphens I think makes it much more clear it's all one URL, and only the middle part is an either-or.

10 years agoMerge pull request #388 from GraemeCaldwell/patch-2
Nate Finch [Tue, 5 Aug 2014 17:13:09 +0000 (13:13 -0400)]
Merge pull request #388 from GraemeCaldwell/patch-2

Update press.md

10 years agoUpdate press.md
GraemeCaldwell [Tue, 5 Aug 2014 16:19:56 +0000 (17:19 +0100)]
Update press.md

10 years agoMerge pull request #370 from kevinburke/its
Nate Finch [Tue, 5 Aug 2014 15:13:27 +0000 (11:13 -0400)]
Merge pull request #370 from kevinburke/its

it's/its

10 years agoit's/its
Kevin Burke [Sun, 27 Jul 2014 06:43:21 +0000 (23:43 -0700)]
it's/its

10 years agoFixed #328. Config file set appropriately.
spf13 [Tue, 1 Jul 2014 14:59:58 +0000 (10:59 -0400)]
Fixed #328. Config file set appropriately.

10 years agoGetting rid of bad scrollbar
spf13 [Tue, 1 Jul 2014 03:39:21 +0000 (23:39 -0400)]
Getting rid of bad scrollbar

10 years agoallow site to be built with empty content
Billie H. Cleek [Mon, 30 Jun 2014 04:35:34 +0000 (21:35 -0700)]
allow site to be built with empty content

Build the site even if there isn't anything in the content directory.

10 years agoreport errors
Billie H. Cleek [Mon, 30 Jun 2014 04:32:53 +0000 (21:32 -0700)]
report errors

Modify CheckErr and StopOnErrErr to report the error if there aren't any
other messages.

10 years agoAllows 404 templates from themes/THEME directories.
Nicholas Whittier [Thu, 26 Jun 2014 19:41:29 +0000 (13:41 -0600)]
Allows 404 templates from themes/THEME directories.

10 years agoAdd shortcode template loading from themes directory.
Nicholas Whittier [Thu, 26 Jun 2014 20:47:51 +0000 (14:47 -0600)]
Add shortcode template loading from themes directory.

10 years agoAdd PluralizeListTitles option (default true) to allow disabling use of the inflect...
Kristoffer Grönlund [Tue, 24 Jun 2014 21:44:16 +0000 (23:44 +0200)]
Add PluralizeListTitles option (default true) to allow disabling use of the inflect package

10 years agofix link to template primer
Gina White [Sun, 22 Jun 2014 15:47:45 +0000 (08:47 -0700)]
fix link to template primer

10 years agotaxonomies -> Taxonomies
Maarten Everts [Sat, 21 Jun 2014 15:51:14 +0000 (17:51 +0200)]
taxonomies -> Taxonomies

10 years agoFix minor typo in file docs/content/templates/overview.md
Rolando Pereira [Fri, 20 Jun 2014 22:10:15 +0000 (23:10 +0100)]
Fix minor typo in file docs/content/templates/overview.md

10 years agodo not use angle brackets in hyperlink labels
Gour [Mon, 9 Jun 2014 05:52:32 +0000 (07:52 +0200)]
do not use angle brackets in hyperlink labels

10 years agoswitch back to master blackfriday; enable footnotes
Andrew Jones [Sun, 8 Jun 2014 16:39:39 +0000 (17:39 +0100)]
switch back to master blackfriday; enable footnotes

10 years agoIncluded instructions for omitting disqus comments on localhost.
Michael Whatcott [Fri, 6 Jun 2014 05:32:06 +0000 (23:32 -0600)]
Included instructions for omitting disqus comments on localhost.

10 years agoFix #263, document HTML comments & IE conditionals
jesper-mortensen [Thu, 5 Jun 2014 17:15:40 +0000 (19:15 +0200)]
Fix #263, document HTML comments & IE conditionals

10 years agofixing typo in docs
spf13 [Wed, 18 Jun 2014 16:38:40 +0000 (12:38 -0400)]
fixing typo in docs

10 years agoCentralizing the template execution logic in one place
spf13 [Fri, 6 Jun 2014 20:38:19 +0000 (16:38 -0400)]
Centralizing the template execution logic in one place

10 years agoAdding 'partial' template function to add theme / local awareness to the partials...
spf13 [Fri, 6 Jun 2014 20:15:19 +0000 (16:15 -0400)]
Adding 'partial' template function to add theme / local awareness to the partials directory.

10 years agoAdding proper error message when view is not found.. fixing #303
spf13 [Wed, 4 Jun 2014 16:33:16 +0000 (12:33 -0400)]
Adding proper error message when view is not found.. fixing #303

10 years agofixed #303. Adding theme support to views
spf13 [Tue, 3 Jun 2014 21:06:32 +0000 (17:06 -0400)]
fixed #303. Adding theme support to views

10 years agoSupport embedding <script> tags in markdown pages
Jake Mitchell [Fri, 30 May 2014 03:42:12 +0000 (20:42 -0700)]
Support embedding <script> tags in markdown pages

10 years agoAdd empty line to correctly render a list
Abe Pazos [Tue, 3 Jun 2014 14:18:55 +0000 (17:18 +0300)]
Add empty line to correctly render a list

10 years agoSetting new version
spf13 [Tue, 3 Jun 2014 18:39:46 +0000 (14:39 -0400)]
Setting new version

10 years agoConverting front matter to YAML v0.11
spf13 [Thu, 29 May 2014 22:42:05 +0000 (18:42 -0400)]
Converting front matter to YAML

10 years agoActually bumping the version
spf13 [Thu, 29 May 2014 22:25:08 +0000 (18:25 -0400)]
Actually bumping the version

10 years agoFix docs script and css references to refer to the correct location
spf13 [Thu, 29 May 2014 21:40:59 +0000 (17:40 -0400)]
Fix docs script and css references to refer to the correct location

10 years agoUpdate menu documentation to be accurate
spf13 [Thu, 29 May 2014 21:40:11 +0000 (17:40 -0400)]
Update menu documentation to be accurate

10 years agoUpdating Convert to handle dates properly for yaml and json
spf13 [Thu, 29 May 2014 22:40:16 +0000 (18:40 -0400)]
Updating Convert to handle dates properly for yaml and json

Fix bug with YAML & JSON with handling dates with 'new' and 'convert'

10 years agoAdd future details to documentation
spf13 [Thu, 29 May 2014 05:00:06 +0000 (01:00 -0400)]
Add future details to documentation

10 years agoAdd handling for publishDates (which will be ignored if in the future). Fixed #260
spf13 [Thu, 29 May 2014 04:48:40 +0000 (00:48 -0400)]
Add handling for publishDates (which will be ignored if in the future). Fixed #260

10 years agoInclude Section Taxonomy into SiteInfo
Rinat Abdullin [Tue, 13 May 2014 14:46:04 +0000 (20:46 +0600)]
Include Section Taxonomy into SiteInfo

This allows to build more complex pages, like :
http://martinfowler.com/tags/

10 years agoSiteInfo is now a pointer on the Node
spf13 [Wed, 28 May 2014 23:11:54 +0000 (19:11 -0400)]
SiteInfo is now a pointer on the Node

10 years agoFixed #301. LiveReload works on any port now.
spf13 [Wed, 28 May 2014 23:01:24 +0000 (19:01 -0400)]
Fixed #301. LiveReload works on any port now.

10 years agoSimplifying the siteInfo handling
spf13 [Wed, 28 May 2014 22:37:59 +0000 (18:37 -0400)]
Simplifying the siteInfo handling

10 years agoFix Viperized .Site.Params
Phil Pennock [Tue, 13 May 2014 19:56:06 +0000 (12:56 -0700)]
Fix Viperized .Site.Params

git bisect identified 62dd1d4 as the breaking commit; when
github.com/spf13/viper was introduced, the Params field was always
empty.

Given a map in YAML in Viper, the return type is
`map[interface{}]interface{}`, _not_ `map[string]interface{}`, even if
`.SetDefault()` has been called with an item of
`map[string]interface{}{}` so the cast assertion on the `.Get("Params")`
always failed.

10 years agoAllow to use filename in permalinks
Lorenzo Bolla [Tue, 27 May 2014 08:14:05 +0000 (09:14 +0100)]
Allow to use filename in permalinks

10 years agoAdding TechMadePlain to showcase
Dan Hersam [Thu, 22 May 2014 20:03:55 +0000 (16:03 -0400)]
Adding TechMadePlain to showcase

Thanks to Hugo I get to write all my posts in Markdown.

10 years agoFix links to GitHub repo for spencerlyon2/hugo_gh_blog
Rolando Pereira [Sat, 24 May 2014 14:06:24 +0000 (15:06 +0100)]
Fix links to GitHub repo for spencerlyon2/hugo_gh_blog

Hello,

The `github_pages_blog.md` tutorial mentioned links to the git repository of "spencerlyon2/hugo_gh_blog" however it was linking to the page itself (i.e. http://spencerlyon2.github.io/hugo_gh_blog ).

This commit replace those links with links to https://github.com/spencerlyon2/hugo_gh_blog

10 years agoMake the header not jump around
spf13 [Wed, 28 May 2014 21:54:54 +0000 (17:54 -0400)]
Make the header not jump around

10 years agoMore doc site improvements. Added documentation's new layout
spf13 [Wed, 28 May 2014 05:37:33 +0000 (01:37 -0400)]
More doc site improvements. Added documentation's new layout

10 years agoFixing bug with Live Reload where it broadcast instead of sending the handshake
spf13 [Tue, 27 May 2014 22:35:12 +0000 (18:35 -0400)]
Fixing bug with Live Reload where it broadcast instead of sending the handshake

10 years agoPre and Post in Menu are type HTML
spf13 [Tue, 27 May 2014 22:34:29 +0000 (18:34 -0400)]
Pre and Post in Menu are type HTML

10 years agoUpdating / Rewriting / Adding all of the documentation in preparation for the next...
spf13 [Tue, 27 May 2014 22:32:57 +0000 (18:32 -0400)]
Updating / Rewriting / Adding all of the documentation in preparation for the next release

10 years agoRename chrome to partials (in builder)
spf13 [Tue, 27 May 2014 22:30:25 +0000 (18:30 -0400)]
Rename chrome to partials (in builder)

10 years agoSet verbose to Info level
spf13 [Tue, 27 May 2014 22:29:55 +0000 (18:29 -0400)]
Set verbose to Info level

10 years agoFix bug so watch works on theme directories as well
spf13 [Tue, 27 May 2014 22:29:15 +0000 (18:29 -0400)]
Fix bug so watch works on theme directories as well

10 years agonew site works in an empty directory now
spf13 [Mon, 19 May 2014 13:16:40 +0000 (09:16 -0400)]
new site works in an empty directory now

10 years agoAdding instant click library to docs so even more responsive navigation
spf13 [Fri, 16 May 2014 21:51:10 +0000 (17:51 -0400)]
Adding instant click library to docs so even more responsive navigation

10 years agoProper integration of live reload with automatic injection
spf13 [Fri, 16 May 2014 21:49:27 +0000 (17:49 -0400)]
Proper integration of live reload with automatic injection

10 years agoLive reloading is working! Still need to incorporate cleanly.
spf13 [Fri, 16 May 2014 15:48:59 +0000 (11:48 -0400)]
Live reloading is working! Still need to incorporate cleanly.

10 years agoBetter handling of when the specified port is already in use
spf13 [Thu, 15 May 2014 19:07:46 +0000 (15:07 -0400)]
Better handling of when the specified port is already in use

10 years agoSwitching docs highlighting to highlight.js .. Docs build super fast again!
spf13 [Thu, 15 May 2014 13:58:55 +0000 (09:58 -0400)]
Switching docs highlighting to highlight.js .. Docs build super fast again!

10 years agoRenaming indexes to taxonomies in docs
spf13 [Thu, 15 May 2014 13:57:36 +0000 (09:57 -0400)]
Renaming indexes to taxonomies in docs