Commit graph

62 commits

Author SHA1 Message Date
vimux
d7a6b540c2
Include Schema internal template 2020-07-02 16:18:03 -04:00
vimux
7bffa43920
BREAKING CHANGE: rename Post → Entry
* .Site.Params.post_meta → .Site.Params.Entry.meta
* .Site.Params.toc → .Site.Params.Entry.toc
* .Site.Params.tocOpen → .Site.Params.Entry.tocOpen
2020-02-11 09:27:01 -05:00
vimux
59bea459d8
Add initial breadcrumb partial
* Add initial breadcrumb partial
* Add aria-current=page property
* Add separators via CSS to be comply with screen readers
* Use ordered list to the set of links
* Update README.md: add breadcrumb section
2019-12-11 09:08:02 -05:00
vimux
e84f01e546
Update README.md 2019-10-13 16:42:04 -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
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
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
f472af6f08
Update MathJax 2.7.5 -> 2.7.6 2019-08-23 11:51:05 -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
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
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
2375b2313d
Add mainMenuAlignment param 2019-02-17 17:10:19 -05:00
vimux
73d1600f6f
Add dark-red color theme 2019-01-26 23:52:55 -05:00
vimux
5f6d7d68b1
Add dark-violet color theme 2019-01-25 15:32:59 -05:00
vimux
e93fbbec0e
Update README.md 2019-01-24 10:15:18 -05:00
vimux
e674706aab
Add color themes support 2019-01-20 13:03:25 -05:00
vimux
521e84b74c
Update README.md: add custom CSS in config options 2019-01-19 09:16:18 -05:00
vimux
d178091ccd
Add possibility to include custom CSS files 2019-01-18 11:53:31 -05:00
vimux
c54f9a9b06
Update README.md 2019-01-17 10:22:50 -05:00
vimux
da6509ba3c
Update README.md 2019-01-15 10:20:19 -05:00
vimux
30e3277682
Add hideNoPostsWarning param 2019-01-14 09:26:42 -05:00
vimux
ecfa7f6421
Update README.md 2019-01-14 08:08:53 -05:00
vimux
7f3f0ece7c
Add relatedMax param
Added possibility to set the maximum number of posts that can be displayed in related block
2019-01-13 11:31:10 -05:00
vimux
ff1883aa39
Add copyright holder global param 2019-01-03 10:24:05 -05:00
vimux
c0c65c8fa6
Clarify "Front Matter example" 2018-12-21 09:51:55 -05:00
vimux
205da237b2
Remove Google Plus social and share links
Google is closing Google Plus for consumers in August 2019. RIP Google+
2018-11-30 15:39:14 -05:00
vimux
1f600c2781
Update README.md 2018-11-28 10:22:51 -05:00
vimux
44ee910e2b
Add footer menu 2018-11-27 15:30:08 -05:00
vimux
2d9354423a
Update README.md 2018-11-26 14:10:09 -05:00
vimux
0038cc1f58
Add authorbox 2018-11-18 11:00:23 -05:00
vimux
228a06dc5f
Make post meta fields configurable 2018-11-15 14:21:34 -05:00
vimux
ad7478c905
Add related param
It is possible to turn on/off related content block
2018-11-15 09:11:46 -05:00
vimux
4371d429ce
Update CSS reset 2018-11-14 09:57:56 -05:00
vimux
f8d952fad5
Update MathJax 2.7.4 -> 2.7.5 2018-08-08 21:30:27 +03:00
vimux
1954da8a3a
Update README.md 2018-07-31 20:40:03 +03:00
vimux
d27b1a6f56
Update README.md 2018-07-10 15:50:06 +03:00
vimux
a2f0d83b61
Update README.md: add installation guide 2018-06-20 10:49:27 +03:00
vimux
384c1ac3e1
Update README.md 2018-06-18 18:33:23 +03:00
vimux
6b36c1ca0a
Add sharing buttons 2018-06-12 09:02:31 +03:00
vimux
2cd9ed5bc2
Update README.md: add topOpen param & manifest cfg 2018-06-04 10:26:09 +03:00
vimux
6e72956f06
Add Email social 2018-05-28 11:38:52 +03:00
vimux
d9e9863721
Add Medium social 2018-05-28 09:33:36 +03:00
vimux
baeb33f114
Update README.md 2018-05-28 09:29:46 +03:00