Commit Graph

104 Commits

Author SHA1 Message Date
Nishanth Shanmugham
4207493143 Remove cachebuster until #32 is resolved. 2016-12-03 23:30:17 -06:00
Nishanth Shanmugham
9ba3bcd870 Merge pull request #34 from robinst/remove-redundant-text-transform
Remove redundant text-transform in CSS
2016-12-03 23:22:48 -06:00
Robin Stocker
be98b2e999 Remove redundant text-transform in CSS 2016-12-04 15:47:40 +11:00
Nishanth Shanmugham
4783360e46 Merge pull request #33 from nishanths/nishanths/32-cachebuster
cachebuster: wrong way around
2016-12-03 03:05:06 -06:00
Nishanth Shanmugham
0b494a5782 cachebuster: wrong way around
Fixes #32.
2016-12-03 03:01:56 -06:00
Nishanth Shanmugham
8324832d46 Merge pull request #31 from robinst/highlightjs-languages
Support additional languages for highlight.js
2016-12-01 18:28:56 -06:00
Robin Stocker
97f796f224 Support additional languages for highlight.js
highlight.min.js only includes 22 commonly used languages. E.g. Go and
Rust are not part of that set. This change allows users to add the JS
for additional languages via a config option.

I've also updated the library to the newest version.
2016-12-02 11:21:00 +11:00
Nishanth Shanmugham
d99f3b56c1 Merge pull request #29 from bep/rss
Rename RSSlink to RSSLink
2016-11-17 04:37:02 -06:00
Bjørn Erik Pedersen
5917f042e5 Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-11-17 08:53:41 +01:00
Rémy Mathieu
bccad9a8c4 Merge pull request #28 from remeh/feature/compat0.17
layouts: restore compatibility with Hugo < 0.18
2016-11-09 21:57:01 +01:00
remeh
25f2e95a77 README: add a note for existing user about lowercasing the parameters. 2016-11-09 21:55:38 +01:00
remeh
f89eae3668 layouts: restore compatibility with Hugo < 0.18 2016-11-09 21:06:20 +01:00
Rémy Mathieu
ff26d90c2b Merge pull request #26 from remeh/master
header: support for static avatar.
2016-11-08 21:59:47 +01:00
remeh
2e1a9232cc header: support for static avatar. 2016-11-08 21:56:08 +01:00
Nishanth Shanmugham
6b2ecd9708 Merge pull request #25 from remeh/master
header: add Gravatar support.
2016-11-08 14:27:21 -06:00
remeh
3c87066710 header: add Gravatar support. 2016-11-08 21:18:47 +01:00
Nishanth Shanmugham
8e0bad49a7 Merge pull request #24 from remeh/master
Fixes params get for Hugo 0.18
2016-11-07 17:11:38 -06:00
remeh
95940453e7 layouts: fix refactoring error using get on Param. 2016-11-07 19:33:29 +01:00
remeh
51b5b6541f layouts: replace all get on Params. 2016-11-07 19:28:30 +01:00
Nishanth Shanmugham
e80e7cb4b1 Merge pull request #23 from remeh/master
layouts: access DateForm and DateFormFull paramx as string.
2016-11-07 12:27:58 -06:00
remeh
07da40c3cf layouts: access DateForm and DateFormFull param as string.
This fix the usage of this theme with Hugo 0.18-dev
2016-11-07 19:09:51 +01:00
Nishanth Shanmugham
8fbb5ca033 Merge pull request #19 from nishanths/update-tn-image
images: Update thumbnail image
2016-10-08 00:29:01 -05:00
Nishanth Shanmugham
26e0557c9b images: Update thumbnail image 2016-10-08 00:28:21 -05:00
Nishanth Shanmugham
4925dadcfc Merge pull request #18 from nishanths/fix-icons-centering
.container .content CSS and .post-item HTML fixes
2016-10-08 00:18:24 -05:00
Nishanth Shanmugham
93618f9ec8 .container .content CSS and .post-item HTML fixes
* .container .content for icons should not be 100%
  to help with centering.
* Use span for .post-item internals, otherwise Firefox
  messes up at smaller screen width with the list bullet
  and title on separate lines.
* README wording

Fix #17
2016-10-08 00:17:08 -05:00
Nishanth Shanmugham
a9196dff19 Merge pull request #16 from mvrilo/rss
RSS support
2016-10-01 22:42:45 -05:00
Murilo Santana
c90a6943c0 only alternate 2016-10-01 23:05:13 -03:00
Murilo Santana
de20e56890 Adding RSS link 2016-10-01 18:20:27 -03:00
Nishanth Shanmugham
e4ac4c2c91 README: mention draft = false
Also, add a link to demo web page.
2016-09-10 11:26:26 -05:00
Nishanth Shanmugham
df002a3f46 Set .container .content width to 100%
Fixes #7
2016-09-10 11:16:48 -05:00
nishanths
d1c7de8860 Merge pull request #12 from andy4thehuynh/ALH-add-highlight-js
Add highlight js for syntax highlighting
2016-09-03 08:42:58 -05:00
Andy Huynh
b3980e9d83 ALH: Update example config file to include highlight js 2016-09-02 12:53:34 -07:00
Andy Huynh
1b0897ea6b ALH: Add highlight js for syntax highlighting 2016-09-02 12:46:22 -07:00
Nishanth Shanmugham
d9e1296bda Resize image
Also, improve README.md wording on config.toml.
2016-08-03 08:48:12 -07:00
Nishanth Shanmugham
0ab1dc783d Update thumbnail image 2016-07-30 20:53:22 -07:00
Nishanth Shanmugham
709f10c191 Make exampleSite config.toml less confusing 2016-07-30 20:53:10 -07:00
Nishanth Shanmugham
7acfda9584 Move .less files to dev/less 2016-07-30 20:52:45 -07:00
Nishanth Shanmugham
e32b495b66 Merge pull request #6 from AlexZeitler/patch-1
Fix back link
2016-01-13 21:55:29 -06:00
Alexander Zeitler
bf8b0767a2 Fix back link 2016-01-14 00:09:36 +01:00
Nishanth Shanmugham
df3ccde6c8 Don't pluralize blog -> blogs 2015-12-28 18:51:44 -06:00
Nishanth Shanmugham
2e46d6823c Fix code colors and add support for linked code 2015-12-26 15:41:42 -06:00
Nishanth Shanmugham
45cc9efecd Allow zooming on mobile 2015-12-24 23:25:34 -06:00
Nishanth Shanmugham
197b4cf1cb Remove antialiasing fonts 2015-12-24 23:08:30 -06:00
Nishanth Shanmugham
13e3bf1f12 css: black-content body 2015-12-24 23:01:25 -06:00
Nishanth Shanmugham
7ea60bd2fd Header spacing size updates 2015-12-24 21:37:58 -06:00
Nishanth Shanmugham
f9c3b6c679 Darker gray color 2015-12-24 20:28:07 -06:00
Nishanth Shanmugham
a1da305e7d Add screenshots 2015-12-24 19:20:08 -06:00
Nishanth Shanmugham
204880aac9 v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename  `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site
2015-12-24 16:57:45 -06:00
Nishanth Shanmugham
0d9d498caa Update README.md 2015-12-21 06:04:17 -06:00
Nishanth Shanmugham
e850030cc1 Update README.md 2015-12-21 05:58:19 -06:00