Commit graph

299 commits

Author SHA1 Message Date
dependabot[bot]
061ffc7a38
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 01:53:20 +00:00
Vimux
1f2b27b4f7
Merge pull request #39 from abraaolevi/i18n-pt-br
Add Portuguese translations
2020-10-24 20:38:10 +03:00
Abraão Levi
115a746ab0 Add Portuguese translations 2020-10-22 18:47:56 -03:00
vimux
424a77d0e7
Add body classes 2020-10-07 16:51:02 -04:00
Mikhail Morfikov
af225d5c9b
Add a missing slash in the category URLs (#38)
Fix #37
2020-09-16 16:27:39 -04:00
vimux
0b07776836
Update CONTRIBUTING.md: add example template for bug reports 2020-08-27 15:45:30 -04:00
dependabot[bot]
6ca37b0ddc
Bump lodash from 4.17.15 to 4.17.19 (#34)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 11:05:19 -04:00
vimux
33b3f1071b
Upgrade dev deps 2020-07-03 16:51:39 -04:00
vimux
d7a6b540c2
Include Schema internal template 2020-07-02 16:18:03 -04:00
Annwan
cce4ffae74
Add French translation (#31) 2020-05-12 23:45:30 +03:00
vimux
0ee5294c21
Upgrade dev deps 2020-04-05 09:47:40 -04:00
vimux
259ea8228f
Fix editorconfig lint error 2020-03-24 17:35:10 -04:00
vimux
e3b7282c01
editorconfig: don't insert final newline in [layouts/**.{html,svg}] 2020-03-24 16:57:58 -04:00
dependabot[bot]
0c9e06ba52
Bump acorn from 7.1.0 to 7.1.1 (#26)
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-13 19:00:38 -04:00
vimux
f469db6c8f
Remove main menu item sort 2020-03-12 19:08:53 -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
a03c5ca663
Split logo into separate partial 2020-02-05 12:09:41 -05:00
vimux
8c43dc704e
menu.html → header_menu.html 2020-02-05 11:34:22 -05:00
vimux
2b0f9a8e76
i18n: formatting 2020-02-03 15:54:37 -05:00
vimux
ba5ca535e9
Formatting 2020-01-16 13:58:40 -05:00
vimux
e1d1c0e2c4
Upgrade dev deps
* Upgrade dev deps
* Bump node version [8 → 10]
2020-01-08 11:30:20 -05:00
vimux
449f51ed66
Fix no-js main menu (>920px) 2020-01-07 10:50:28 -05:00
vimux
81848653eb
Main menu: fix padding for active item on mobile 2020-01-05 14:39:47 -05:00
vimux
a3f9e9aea2
Update CONTRIBUTING.md 2019-12-11 09:08:19 -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
a9f995eb1d
Add a separate file for print styles 2019-12-09 09:30:31 -05:00
vimux
c77e4ede53
Split main CSS file
* Split main CSS file
* Update Bootstrap Reboot [4.1.3 → 4.3.1]
* Move own theme rules from reboot.css to main.css
* package.json: fix scripts
2019-12-08 12:11:25 -05:00
vimux
965c3fa699
Store CSS as an asset file 2019-12-07 15:40:26 -05:00
vimux
6dc14f2df3
Pagination: avoid .Scratch function 2019-12-02 13:36:02 -05:00
vimux
64780c1741
Format pagination partial 2019-12-02 12:36:31 -05:00
vimux
1b73262d85
Fix post_tags partial
Fixes #20

I tried to follow the Hugo documentation example for taxonomy templates,
but it should not be trusted right now, in this particular example,
at least.
2019-11-30 10:46:54 -05:00
vimux
6cc4ac4218
Fix bold text in Firefox on macOS 2019-11-28 12:56:16 -05:00
vimux
b8d4e82d00
Use RFC3339 format for datetime property 2019-11-21 10:35:22 -05:00
vimux
077ae0345e
Update post_tags partial
* Simplify tags existense check
* Update tags partial in line with the Hugo Docs
2019-11-12 09:45:51 -05:00
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