Michael Romero
917f5fef57
Fix bigimg if only single bigimg is set
...
Fixing an off by 1 error which caused single bigimg's not to show up
2017-03-08 23:55:03 -08:00
Michael Romero
d0ec5b480e
Merge pull request #25 from hukacode/patch-1
...
Update footer.html
2017-03-07 03:04:15 -08:00
Michael Romero
ba07f7cc67
Update default archetype
...
Update the default archetype to specify all relevant frontmatter fields.
Updated the bigimg and comments features to handle "unset" or "null"
values in the frontmatter and default appropriately. Also updated the
bigimg sample to explain both the default and "flow" YAML syntax.
2017-03-07 02:53:09 -08:00
Michael Romero
0c37d7b395
Default front matter format to YAML
2017-03-07 01:22:19 -08:00
Nguyễn Lê Khánh Hùng
00a9ed2c6f
Update footer.html
...
Missing splash at RSS section
2017-03-07 16:18:12 +07:00
Michael Romero
f84ba895a8
Better bigimg support
...
Add support for bigimg's on the front page, multiple images that rotate
on both the front page and regular pages and posts, also added test
images and a sample to demonstrate the functionality and how to specify
bigimg's.
2017-03-07 00:55:44 -08:00
Michael Romero
d3ebf37be4
Use absolute URL for share_img
2017-03-06 15:42:02 -08:00
Michael Romero
867ae67b52
Facebook OpenGraph tags and Twitter summary cards
...
ported from beautiful-jekyll
2017-03-06 15:39:20 -08:00
Michael Romero
43fd0bb8bd
Comments toggeled per-page and add default setting
...
Comments toggeled per-page by setting "comments = true" or "comments =
false" in front matter. If not set, will use new default setting defined
in config.toml.
2017-03-06 15:20:59 -08:00
Michael Romero
0338abd814
Made date format configurable
...
Can be configured in config.toml Params.dateFormat
2017-03-06 14:36:35 -08:00
Michael Romero
2b485bb5da
Remove layout from about page in example site
2017-03-06 14:25:14 -08:00
Michael Romero
40b3eb3691
Correct spacing and remove extraneous </div>
...
Removed extraneous </div> in layouts\_default\list.html
2017-03-06 13:36:42 -08:00
Michael Romero
6670f5efb7
Add math sample to main menu dropdown
2017-03-06 11:59:25 -08:00
Michael Romero
0fd9dc2e64
Merge pull request #18 from haidelber/master
...
Use Bootstrap ListGroup for terms overview
2017-03-06 11:33:02 -08:00
Michael Romero
50fad43b1f
Ability to toggle RSS
...
Ability to toggle RSS feed by setting .Site.Params.rss (defined in
config.toml in the [Params] section)
2017-03-06 10:59:07 -08:00
Michael Romero
f4ce4ee357
Update code samples with line numbers
...
Update code samples with line numbers
2017-03-05 15:47:46 -08:00
Michael Romero
15519ca776
Update code samples with line numbers
...
Update code samples with line numbers
2017-03-05 15:47:18 -08:00
Michael Romero
51f33ac94b
Reorder Code Sample to show default method first
...
Reorder Code Sample to show default method first
2017-03-05 14:45:10 -08:00
Michael Romero
04617ddabb
Add KaTeX support
...
Added KaTeX support with accompanying samples
2017-03-05 14:44:28 -08:00
Stefan Haider
c4168531ad
layouts/_default/terms.html
2017-02-26 12:58:51 +01:00
Stefan Haider
d23ca0a38a
use Bootstrap ListGroup for terms page
2017-02-26 12:53:06 +01:00
Stefan Haider
5b5a8d80dd
use Bootstrap ListGroup for terms page
2017-02-26 12:49:39 +01:00
halogenica
77a8fc4a30
Add google+, reddit, snapchat, and band camp links
...
Add google+, reddit, snapchat, and band camp links. Also updated font
awesome for band camp logo.
2017-02-25 22:03:51 -08:00
Michael Romero
9166f47355
Merge pull request #16 from haidelber/master
...
Usage of CDN for Bootstrap and jQuery + add Xing button
2017-02-25 20:42:10 -08:00
Michael Romero
01e8d98e0a
Merge pull request #15 from sjp38/support_tag
...
Support tags
2017-02-25 19:49:00 -08:00
Stefan Haider
fa91b771c2
Add xing.com button
2017-02-25 15:58:20 +01:00
Stefan Haider
8234e24071
Use CDN for bootstrap and jQuery + version upgrade
2017-02-25 15:53:32 +01:00
SeongJae Park
8db80c9f74
Add tags menu on exampleSite
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:26:16 +09:00
SeongJae Park
91dbeff972
Implement /tags page
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:20:52 +09:00
SeongJae Park
2cca7be841
Display selected tag name as tag list page title
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:20:52 +09:00
SeongJae Park
4a7bf7833c
Apply tags to example posts
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:20:29 +09:00
SeongJae Park
558005341e
Support tags
...
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
2017-02-25 00:19:20 +09:00
Michael Romero
393582a537
Add nested element to the main menu
...
Add a nested menu to the main menu, containing links to a few existing
posts
2017-02-21 00:28:04 -08:00
Michael Romero
dd08915adf
Fix improper container
...
Fix an improper container. Now content correctly appears higher on the
page, and big images span the full page width.
2017-02-21 00:09:36 -08:00
Michael Romero
d82dfdb5f7
Add itch.io button
2017-02-20 00:39:59 -08:00
Michael Romero
b418d4c303
Selected updates from latest beautiful-jekyll changes
...
Update main.css, nexted menus: ensure title width is wide enough to
accommodate children, Integrating public custom linkedin URL, add
instagram, snapchat, youtube, and spotify links, updated awesome-font to
v4.6, and updated CSS
2017-02-20 00:10:26 -08:00
Michael Romero
46de23e692
very minor - change description of backticks/tilde
2017-02-19 02:23:37 -08:00
Michael Romero
757fac3b37
Merge pull request #13 from tomhoover/patch-1
...
update README.md
2017-02-19 02:20:46 -08:00
Michael Romero
bacb2ca6d1
Merge pull request #12 from tomhoover/only-display-ReadMore-link-if-post-is-truncated
...
only display '[Read More]' link if post is truncated
2017-02-19 02:19:40 -08:00
Tom Hoover
ce6dc84e2c
update README.md
...
Changed '1138-4EB' to 'halogenica'.
2017-02-18 15:06:04 -06:00
Tom Hoover
999b033f75
only display '[Read More]' link if post is truncated
2017-02-18 12:57:50 -06:00
Michael Romero
938766f54f
Add client side syntax highlighting support
...
Added client side syntax highlighting support in addition to existing
server side syntax highlighting support. Updated readme and sample to
reflect both types of highlighting.
2017-02-12 04:26:35 -08:00
Michael Romero
2f1a27dc95
Merge pull request #9 from 1138-4EB/master
...
Allow to see the warning when the layout is unspecified
2017-02-07 21:44:58 -08:00
1138-4EB
6f520773f5
Add slashes to links in <head.html>, <nav.html>, <footer.html> and
...
<404.html>.
Add favicon example.
Modify footer vars to allow links not pointing to user profiles.
<header.html> renamed to <header_wp.html> and part of it moved to <header.html> since the same block was repeated two times.
Add Hugo version to footer
2017-02-06 19:38:32 +01:00
1138-4EB
c071a83fde
Merge branch 'xor-gate.org' of https://github.com/xor-gate/beautifulhugo
2017-02-06 11:58:31 +01:00
1138-4EB
f3eaa6522c
Merge branch 'stevenshchin' of https://github.com/stevenshchin/beautifulhugo
2017-02-06 11:51:35 +01:00
1138-4EB
fb026dccae
Merge branch 'right-justify-readmore' of https://github.com/tomhoover/halogenica-beautifulhugo
2017-02-06 11:42:41 +01:00
1138-4EB
e6bfcf363e
Merge branch 'master' of https://github.com/astonbitecode/beautifulhugo
2017-02-06 11:36:46 +01:00
1138-4EB
da29c99fdc
'NO MATCHING PARTIAL' is hidden under the navbar, unless <header.html> is printed before. It seems to be no problem moving its insertion frome <post.html> and <page.html> to <single.html>, so that it is always shown.
2017-02-06 11:25:40 +01:00
Tom Hoover
6c1ba17ca7
right-justify '[Read More]' link
2016-09-25 16:53:45 -05:00