Commit graph

21 commits

Author SHA1 Message Date
Vimux
8b4c646cb0
Fix .Site.IsServer error in Hugo >= 0.132.0 (#96)
The `.Site.IsServer` no longer works since Hugo v0.132.0. Use `hugo.IsServer` since Hugo v0.120.0

Fixes #94
2024-08-15 14:29:44 -04:00
Vimux
3f0f4c199c
Remove X-UA-Compatible meta tag (#88)
As of IE11, "document modes are deprecated and should no longer be used."

Background:
This meta tag is only relevant to the Internet Explorer browser family. IE has
different modes for displaying web pages, allowing you to view HTML pages using
previous versions of rendering rules. `IE=edge` tells Internet Explorer to use
the latest available document mode. However, it is a default mode (IE11) for the
HTML5 doctype declaration.
2023-11-28 07:59:32 -05:00
vimux
c4c4154218
Remove google_analytics_async.html include
The internal Hugo template `google_analytics_async.html` no longer works because Google has removed
the version of Google Analytics it uses. The regular internal template (google_analytics.html)
already handles Google Analytics 4 asynchronously.
2023-11-07 11:36:41 -05:00
vimux
2456799f6d
Add support for Google Analytics v4
Hugo 0.82.0+ is required if you want to use Google Analytics v4
2021-04-12 11:40:22 -04:00
vimux
424a77d0e7
Add body classes 2020-10-07 16:51:02 -04:00
vimux
d7a6b540c2
Include Schema internal template 2020-07-02 16:18:03 -04: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
05cbb49e9c
Add customJS 2019-08-30 15:25:10 -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
a83b4c3199
Move head section to baseof.html
Unfortunately, blocks not work in nested partials.
2019-03-10 12:47:21 -04:00
vimux
4fae038bc5
Split baseof.html layout: add head as a partial 2019-01-13 09:11:06 -05:00
vimux
3d6c6cabba
Reduce empty lines in head section 2018-12-03 11:21:31 -05:00
vimux
45f0ca00f7
Don't include menu.js if no main menu items 2018-11-28 13:21:23 -05:00
vimux
0038cc1f58
Add authorbox 2018-11-18 11:00:23 -05:00
vimux
cdc13f1bf7
Improve semantic layout 2018-11-14 13:34:07 -05:00
vimux
1665f619df
Better handling Web Manifest include 2018-11-14 10:03:23 -05:00
vimux
1e9df01d20
Delete Modernizr script declaration from baseof 2018-11-03 15:09:49 -04:00
vimux
74dfcb269f
Use no-js -> js script instead of Modernizr 2018-11-03 10:42:19 -04:00
vimux
896326481e
Define Base Template (baseof.html) 2018-11-03 10:23:41 -04:00