]> njoseph.me Git - hyde.git/log
hyde.git
8 years agoAdded Disqus support
digitalcraftsman [Fri, 17 Jul 2015 10:21:50 +0000 (12:21 +0200)]
Added Disqus support

8 years agoUpdated README
digitalcraftsman [Wed, 15 Jul 2015 10:19:53 +0000 (12:19 +0200)]
Updated README

8 years agoMerge pull request #15 from digitalcraftsman/change-theme-in-configs-globally
digitalcraftsman [Wed, 15 Jul 2015 10:08:39 +0000 (12:08 +0200)]
Merge pull request #15 from digitalcraftsman/change-theme-in-configs-globally

Added an option change the theme globally in the configs

8 years agoMerge pull request #11 from marc-jones/patch-1
digitalcraftsman [Mon, 13 Jul 2015 22:07:57 +0000 (00:07 +0200)]
Merge pull request #11 from marc-jones/patch-1

Corrected link to favicon image

8 years agoSet min_version to 0.14
digitalcraftsman [Mon, 13 Jul 2015 21:53:44 +0000 (23:53 +0200)]
Set min_version to 0.14

8 years agoMerge pull request #14 from digitalcraftsman/sidebar-link-to-home
digitalcraftsman [Mon, 13 Jul 2015 21:48:38 +0000 (23:48 +0200)]
Merge pull request #14 from digitalcraftsman/sidebar-link-to-home

Linking the title in the sidebar to home

8 years agoLinking the title in the sidebar to home
digitalcraftsman [Tue, 2 Jun 2015 16:58:59 +0000 (18:58 +0200)]
Linking the title in the sidebar to home

8 years agoMerge pull request #16 from digitalcraftsman/404-page
digitalcraftsman [Mon, 13 Jul 2015 21:42:56 +0000 (23:42 +0200)]
Merge pull request #16 from digitalcraftsman/404-page

Added a 404 page

8 years agoAdded .BaseURL to link in 404 page
digitalcraftsman [Mon, 13 Jul 2015 21:41:37 +0000 (23:41 +0200)]
Added .BaseURL to link in 404 page

8 years agoAdded a 404 page
digitalcraftsman [Tue, 2 Jun 2015 17:31:52 +0000 (19:31 +0200)]
Added a 404 page

This addition implements the design of the original 404 page.

8 years agoMerge pull request #17 from kwo/master
digitalcraftsman [Mon, 13 Jul 2015 21:24:51 +0000 (23:24 +0200)]
Merge pull request #17 from kwo/master

change .BaseUrl to .BaseURL

8 years agoMerge pull request #19 from digitalcraftsman/fix-url-variable
digitalcraftsman [Mon, 13 Jul 2015 21:24:26 +0000 (23:24 +0200)]
Merge pull request #19 from digitalcraftsman/fix-url-variable

Replaced .Url with .URL in sidebar.html

8 years agoMerge pull request #18 from anthonyfok/add-hugo-generator
digitalcraftsman [Mon, 13 Jul 2015 21:24:18 +0000 (23:24 +0200)]
Merge pull request #18 from anthonyfok/add-hugo-generator

Add {{ .Hugo.Generator }}

8 years agoReplaced .Url with .URL in sidebar.html
digitalcraftsman [Thu, 25 Jun 2015 19:54:21 +0000 (21:54 +0200)]
Replaced .Url with .URL in sidebar.html

8 years agoAdd {{ .Hugo.Generator }}
Anthony Fok [Thu, 18 Jun 2015 19:50:55 +0000 (13:50 -0600)]
Add {{ .Hugo.Generator }}

8 years agochange .BaseUrl to .BaseURL
Karl Ostendorf [Wed, 10 Jun 2015 13:21:13 +0000 (15:21 +0200)]
change .BaseUrl to .BaseURL

8 years agoAdded missing change in index.html
digitalcraftsman [Tue, 2 Jun 2015 17:22:45 +0000 (19:22 +0200)]
Added missing change in index.html

8 years agoAdded an option change the theme globally in the configs
digitalcraftsman [Tue, 2 Jun 2015 17:14:54 +0000 (19:14 +0200)]
Added an option change the theme globally in the configs

8 years agoCorrected link to favicon image
Marc Jones [Mon, 18 May 2015 16:21:07 +0000 (17:21 +0100)]
Corrected link to favicon image

The original reference was to favicon.ico, when the provided image is .png

8 years agoMerge pull request #10 from EitZei/master
Steve Francia [Fri, 1 May 2015 21:10:52 +0000 (17:10 -0400)]
Merge pull request #10 from EitZei/master

Convert rem's to em's in breakpoints

8 years agoMerge pull request #9 from giodamelio/master
Steve Francia [Fri, 1 May 2015 21:10:43 +0000 (17:10 -0400)]
Merge pull request #9 from giodamelio/master

Fetch Google fonts over https to avoid mixed contents warnings

8 years agoMerge pull request #8 from philgs/patch-1
Steve Francia [Fri, 1 May 2015 21:10:32 +0000 (17:10 -0400)]
Merge pull request #8 from philgs/patch-1

Lowercase variables for .Site.Params

9 years agoConvert rem's to em's in breakpoints to fix layout jerking issue in e.g. iPad and...
Antti Järvinen [Wed, 8 Apr 2015 18:59:45 +0000 (21:59 +0300)]
Convert rem's to em's in breakpoints to fix layout jerking issue in e.g. iPad and when resizing viewport.

9 years agoFetch google fonts over https
Gio d'Amelio [Tue, 24 Feb 2015 04:02:12 +0000 (20:02 -0800)]
Fetch google fonts over https

9 years agoLowercase variables for .Site.Params
philgs [Mon, 5 Jan 2015 11:22:06 +0000 (06:22 -0500)]
Lowercase variables for .Site.Params

Variables under .Site.Params are accessed with all lower-case identifiers. Hugo won't find them with an upper-case first letter, regardless of how they're formatted in the site `config` file.

9 years agoremoving old screenshot
spf13 [Wed, 8 Oct 2014 23:17:58 +0000 (19:17 -0400)]
removing old screenshot

9 years agobringing theme up to date for inclusion in the gallery
spf13 [Wed, 8 Oct 2014 23:05:40 +0000 (19:05 -0400)]
bringing theme up to date for inclusion in the gallery

9 years agoUse `partial` call to include partial templates
Anthony Fok [Thu, 4 Sep 2014 00:47:06 +0000 (18:47 -0600)]
Use `partial` call to include partial templates

Replace `template` call with the `partial` call (new in Hugo v0.12)
for including partial templates

9 years agoRemoved extra unused html tags from list template, h4 and unused span
Glen Baker [Sun, 24 Aug 2014 05:46:02 +0000 (22:46 -0700)]
Removed extra unused html tags from list template, h4 and unused span

Conflicts:
layouts/_default/list.html

9 years agoAdd missing div closing tag
Alan Pearce [Sat, 7 Jun 2014 08:57:40 +0000 (09:57 +0100)]
Add missing div closing tag

9 years agoadding images
spf13 [Fri, 23 May 2014 22:38:03 +0000 (18:38 -0400)]
adding images

9 years agorenaming chrome to partials
spf13 [Fri, 23 May 2014 20:44:37 +0000 (16:44 -0400)]
renaming chrome to partials

9 years agoadding archetypes to the existing themes
spf13 [Fri, 23 May 2014 19:45:21 +0000 (15:45 -0400)]
adding archetypes to the existing themes

9 years agoHyde theme: sync with upstream to v2.0.0.
Dato Simó [Wed, 14 May 2014 22:57:17 +0000 (23:57 +0100)]
Hyde theme: sync with upstream to v2.0.0.

CSS is now split into poole.css and hyde.css; chrome/sidebar.html updated.

Also cherry-pick:

  * poole/hyde@48b9d1f - Set a max-width for images

10 years agosmall tweak to hyde read me
spf13 [Sat, 26 Apr 2014 22:41:16 +0000 (16:41 -0600)]
small tweak to hyde read me

10 years agoAdding the hyde theme
spf13 [Sat, 26 Apr 2014 22:25:13 +0000 (16:25 -0600)]
Adding the hyde theme