Commit graph

80 commits

Author SHA1 Message Date
Michael Romero
f786ba7785 Merge pull request #30 from liwenyip/new-features
Support static content on front page (above posts)
2017-03-16 20:39:48 -07:00
Li-Wen Yip
cfbe939864 Support static content on front page (above posts) 2017-03-11 18:36:32 +00:00
Michael Romero
4d40febe54 Merge pull request #29 from liwenyip/fix-bigimg-issues
Update Opengraph/Twitter tags to work with halogenica's implementation of multiple bigimg
2017-03-11 00:39:28 -08:00
Li-Wen Yip
c5736a53c2 Update Opengraph/Twitter tags to work with halogenica's implementation of bigimg 2017-03-10 20:22:24 +00:00
Li-Wen Yip
6b3b6b4b6b Merge remote-tracking branch 'refs/remotes/origin/master' into fix-bigimg-issues 2017-03-10 20:19:52 +00:00
Li-Wen Yip
5296d24dec Update indenting 2017-03-10 20:14:49 +00:00
Li-Wen Yip
90b1bacb21 Update Indenting 2017-03-10 20:13:01 +00:00
Michael Romero
f1c6df1122 Fix missing title when screen < 365px
Fixed issue where title and subtitle disappear when screen width is
less than 365px
2017-03-09 09:52:17 -08:00
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
Li-Wen Yip
31b882a6e6 Merge remote-tracking branch 'refs/remotes/origin/master' into fix-bigimg-issues 2017-03-08 22:39:38 +00:00
Li-Wen Yip
4c36eced22 Update to match halogenica:master 2017-03-08 22:30:58 +00:00
Li-Wen Yip
b665039b0f Fix issues with bigimgs
- Fixed issue where bigimg doesn't work if only one bigimg is defined
(changed `if isset .Params.bigimg 1` to `if isset .Params.bigimg 0`)
- Fixed issue where title and subtitle disappear when screen width is
less than 365px
2017-03-08 21:56:10 +00:00
Li-Wen Yip
b9d04230d9 Merge remote-tracking branch 'refs/remotes/halogenica/master'
# Conflicts:
#	layouts/index.html
2017-03-08 20:31:31 +00:00
Li-Wen Yip
027faa06a2 Resolve conflicts with remote-tracking branch 'refs/remotes/halogenica/master'
# Conflicts:
#	exampleSite/config.toml
#	exampleSite/content/page/about.md
#	layouts/_default/list.html
#	layouts/partials/disqus.html
#	layouts/partials/head.html
#	layouts/partials/header.html
#	layouts/partials/page.html
#	layouts/partials/post.html
2017-03-08 19:03:10 +00: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
Li-Wen Yip
0de8a6a977 changed share_img to absolute URL 2017-03-05 00:40:18 +00:00
Li-Wen Yip
71c560081f Added Facebook OpenGraph tags and Twitter summary cards from beautiful-jekyll
Ported directly from latest version of beautiful-jekyll:

d1da39b34b/_includes/head.html
2017-03-05 00:06:17 +00:00
Li-Wen Yip
90bde3e913 Added option to disable comments on individual pages/posts
Disable comments on an individual page/post by setting `nocomments:
true` in the front matter
2017-03-04 17:57:08 +00:00
Li-Wen Yip
d5de1306d0 Made dateFormat configurable in config.toml 2017-03-04 14:33:31 +00: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
liwenyip
44bdb457db Merge branch 'master' into master 2017-02-26 11:42:49 +00: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
liwenyip
a482e38e51 Added support for bigimg(s) on front page 2017-02-26 00:50:39 +00:00
liwenyip
cb5a8f30f8 Added support for bigimg(s) on front page 2017-02-26 00:49:48 +00: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