Commit graph

315 commits

Author SHA1 Message Date
vimux
f184b72d8d
Main menu: add pre/post properties support 2019-11-10 00:28:44 -05:00
vimux
6204d3ef0d
Update CONTRIBUTING: fix license link 2019-10-31 12:04:59 -04:00
vimux
265e8be1f2
Update CONTRIBUTING.md 2019-10-31 11:02:39 -04:00
vimux
8ebd83fc14
Update CONTRIBUTING.md: max line length <= 120 2019-10-29 18:29:21 -04:00
vimux
21d3c414dd
Fix long word content overflow 2019-10-28 12:17:58 -04:00
vimux
e84f01e546
Update README.md 2019-10-13 16:42:04 -04:00
vimux
d5a9b946ff
Update default archetype 2019-10-10 10:29:06 -04:00
Vimux
516a04c4b3
Improve look & feel of the main menu on desktop (#18) 2019-10-08 11:22:08 -04:00
vimux
77b9fc1ec7
Rename context variable: "dot" -> "page"
Unified a variable name to pass context across layouts partials
2019-10-01 13:05:17 -04:00
vimux
5a51cb05c4
Update REAMDE.md 2019-09-30 15:15:31 -04:00
vimux
620ac84f89
Add featured image params in front matter example 2019-09-29 10:33:02 -04:00
vimux
7e0b05a51b
exampleSite/config: remove dateFormat param
Not used in demo site
2019-09-28 11:04:28 -04:00
vimux
6acb3ba90d
Update about example page from hugoBasicExample 2019-09-27 14:40:22 -04:00
vimux
8f25203787
Update exampleSite content
* Add featured image to "Translation Support" page
* Optimize featured-images/featured.png
* Rearrange pages by changing date (tricky, but simple way)
2019-09-24 11:24:36 -04:00
vimux
d747c2efe3
Delete migrate-from-jekyll.md page 2019-09-24 10:56:17 -04:00
Vimux
efb650245f
Improve featured image (#17)
WARNING: UPGRADE HUGO TO VERSION 0.54.0 OR LATER

* post_thumbnail -> post_featured
* Add url, alt, caption and credit params for featured
* Add previewOnly param
* Add styles for featured
* Add fallback for thumbnail.*
* Add "Featured Images" page
* Show caption & credit on single pages only
* Update README: add featured image guide
* Bump Hugo min version because `reflect.IsMap` [0.38 -> 0.54.0]
2019-09-24 10:50:06 -04:00
John Sing Dao Siu
33bff944f2 Add pinterest share button. (#16)
Close #15
2019-09-11 16:25:14 -04:00
vimux
e72cb22fa3
Summary.html: don't create empty content block 2019-08-31 16:57:37 -04:00
vimux
05cbb49e9c
Add customJS 2019-08-30 15:25:10 -04:00
vimux
a892076620
Update README.md 2019-08-29 14:31:28 -04:00
vimux
407c5d72df
Web Manifest: don't require .Site.Params.Manifest
Before, `.Site.Params.Manifest` was required to activate
Web App Manifest. Now, it's optional. Still, `.Site.Params.Manifest`
highly recommended.

* Don't require .Site.Params.Manifest
* Order Web App Manifest properties by required type (except icons)
* Add default value to startUrl param [`/`]
* README.md: enhance Web App Manifest configuration section
* README.md: add table with Web App Manifest default values in Binario
2019-08-28 11:21:46 -04:00
vimux
b8650503eb
Update README.md 2019-08-28 08:02:46 -04:00
vimux
df3503f794
Update Web App Manifest: fix line breaks 2019-08-27 01:11:34 -04:00
vimux
e3260f8671
Update example config 2019-08-26 09:57:42 -04:00
vimux
f472af6f08
Update MathJax 2.7.5 -> 2.7.6 2019-08-23 11:51:05 -04:00
vimux
07ae2416c1
Remove extra if statement 2019-08-20 09:23:14 -04:00
Vimux
2cf17c04e1
Fix broken homepage on Hugo 0.57+ (#14)
Hugo 0.57 breaks mainSections logic and how the home section works.
Switch to .Site.RegularPages for the home page paginator to restore old
behavior.

Fix #13

See https://github.com/gohugoio/hugoThemes/issues/682,
https://github.com/gohugoio/hugoThemes/issues/678,
https://github.com/gohugoio/hugo/issues/6153
2019-08-17 09:50:33 -04:00
vimux
5e2ccc28c0
Fix home link on 404 page
Fix #12
2019-07-22 09:38:31 -04:00
vimux
0d5335ea31
Fix formatting in partials 2019-07-16 11:07:46 -04:00
vimux
8b7b82cc4f
Update dev deps 2019-07-11 11:45:27 -04:00
vimux
8a16657730
Remove eclint from dev deps for real [2]
Related to 831aa8c368
2019-07-10 17:53:03 -04:00
Jaden Weiss
e3cbc83940 Switch Mastodon over to passing URLs (#10)
Use Mastodon full URLs instead of Mastodon usernames
2019-07-09 17:07:03 +03:00
vimux
831aa8c368
Remove eclint from dev deps
eclint looks abandoned and contains vulnerable dependency (axis). Need to find a good replacement.
2019-06-20 15:54:50 -04:00
vimux
ab780a0887
Update README.md
Close #4
2019-05-27 10:30:01 -04:00
vimux
0a91cf6b0b
Update README.md: fix CONTRIBUTING link 2019-05-22 10:25:57 -04:00
vimux
54bee92394
Fix IE11 Flexbox img height issue (thumbnail) 2019-05-20 16:00:10 -04:00
vimux
593fc3bbfb
Fix mobile menu in IE11
Remove trailing comma in functions (IE11)
2019-05-08 13:37:28 -04:00
vimux
f7d555ae80
Remove empty div.cards when no posts 2019-04-27 10:55:46 -04:00
vimux
94de1066d6
Fix paddings 2019-04-06 13:45:32 -04:00
vimux
fafb2f7989
Delete unused head partial
Related to a83b4c3199
2019-03-30 16:56:11 -04:00
vimux
ab28352d1c
Fix mainSections param 2019-03-21 11:21:36 -04:00
vimux
b57ff89fb6
Update README.md 2019-03-18 16:23:55 -04:00
vimux
46aaeb7bf6
Update README.md 2019-03-10 13:02:45 -04:00
vimux
a83b4c3199
Move head section to baseof.html
Unfortunately, blocks not work in nested partials.
2019-03-10 12:47:21 -04:00
vimux
ac6c8c857b
Add "title" block 2019-03-10 12:38:56 -04:00
vimux
64c5f15602
Add MathJax example post 2019-02-25 08:10:55 -05:00
vimux
6b96623900
Show desktop menu when resolution > 920px 2019-02-17 17:23:09 -05:00
vimux
2375b2313d
Add mainMenuAlignment param 2019-02-17 17:10:19 -05:00
vimux
59d1afeca1
Update deps 2019-02-14 11:51:43 -05:00
vimux
73d1600f6f
Add dark-red color theme 2019-01-26 23:52:55 -05:00