7a2ac26879
.drone.yml: Update npm before install and build
...
continuous-integration/drone/push Build is passing
It seems that the issue with not being able to find webpack-cli is
due to some behavior with an older version of npm. My local devel-
opment environment has npm 7.6.x and so does the Node.js 15 conta-
iner, while the Node.js 12 and 14 containers have npm 6.14.x.
Updating npm fixes the issue with `npx webpack` not being able to
find webpack-cli's webpack command (perhaps it installs the peer
dependency automatically, I don't know).
2021-03-23 10:16:02 +02:00
72fe18fd4d
package.json: Run webpack with npx
...
continuous-integration/drone/push Build is failing
My local dev environment automatically adds ./node_modules/.bin to
the shell PATH, but it seems a better way to do this is to use npx
so that it works here and on the CI.
2021-03-23 09:45:19 +02:00
085cf9847f
.drone.yml: Run on current and LTS Node.js releases
...
Node.js v10 will cease to be LTS next month and I haven't even used
it for a while already, so let's change this to only run on 12, 14,
and 15, which are the current active and LTS releases.
See: https://nodejs.org/en/about/releases/
2021-03-23 09:39:40 +02:00
dbc97128f3
package-lock.json: Run npm update
continuous-integration/drone/push Build is failing
2021-03-22 13:45:47 +02:00
5dd511963d
package.json: Only install webpack-cli
...
We don't explicitly need webpack, as webpack-cli will bring it in
for us.
2021-03-22 13:45:21 +02:00
d24e709cd3
CHANGELOG.md: Minor dependency updates
continuous-integration/drone/push Build is passing
2021-01-19 22:11:57 +02:00
6c30836cc9
Regenerate static assets
2021-01-19 22:10:35 +02:00
ddd2836905
source/scss/bootstrap.scss: Update header
...
Minor, but can be very confusing when looking at CSS and wondering
why the version is old.
2021-01-19 22:10:04 +02:00
f3a5cf6630
Run npm update
...
Brings in Bootstrap v4.6.0 as well as a few others.
2021-01-19 22:09:26 +02:00
1876747063
README.md: Fix link syntax
continuous-integration/drone/push Build is passing
2021-01-12 09:25:42 +02:00
96d6304f09
Remove .travis.yml
...
continuous-integration/drone/push Build is passing
TravisCI changed their business model recently and I realized it is
better to not rely on free cloud services. I am now using a Drone.io
instance on my own infrastructure.
2020-12-10 12:56:02 +02:00
e0c8b5a057
README.md: Use badge from Drone CI
2020-12-10 12:55:37 +02:00
d6ab3cda0a
.drone.yml: Correct npm task
continuous-integration/drone/push Build is passing
2020-12-10 12:49:57 +02:00
e1dfe242a6
.travis.yml: Only build on Node.js LTS versions
2020-12-10 12:48:38 +02:00
bfac136c3e
Add .drone.yml for ci.mjanja.ch
2020-12-10 12:48:12 +02:00
4a922d8657
README.md: Use travis-ci.com domain for badge
2020-12-08 09:07:25 +02:00
94269648d6
.travis.yml: Try to build on AWS graviton2 instances
...
These are the second generation of Amazon's ARM-based instances.
See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
2020-12-06 09:54:23 +02:00
3fc531eb66
Move unreleased changes to 1.6.0
2020-12-05 19:01:52 +02:00
82362818a1
README.md: Add note about new figure shortcode
2020-12-05 18:59:06 +02:00
54f85c3beb
layouts/_default/single.html: Fix for images in the page bundle
2020-12-04 14:09:27 +02:00
c6498a4bfb
layouts/partials: Override internal templates for page bundles
...
The Hugo internal Twitter and OpenGraph templates assume your post
images are in the static directory. This tries to look them up in
the page bundle first and falls back to the Hugo default behavior.
2020-12-04 14:06:47 +02:00
147ee8cf76
layouts/shortcodes/figure.html: Add srcset support
...
This overrides Hugo's default figure shortcode to enable img srcset
support, which allows the client to decide which size of image they
want to download based on a CSS media query. During build time Hugo
creates several versions of each image to match several breakpoints.
Unfortunately this only works if the images are in the post's page
bundle, falling back to retrieving images from the static directory
if they aren't found in the bundle.
This shortcode was originally from Charl P. Botha, but I modified
it to automatically rotate images that have orientation EXIF data.
See: https://gohugo.io/content-management/page-bundles/
See: http://www.johann-oberdorfer.eu/blog/2020/01/05/20-01-05_leverage_page_bundles_in_hugo/
See: https://cpbotha.net/2020/05/02/drop-in-replacement-for-hugo-figure-shortcode-with-responsive-img-srcset/
2020-12-04 14:03:29 +02:00
cb81c7818d
CHANGELOG.md: Add note about dart sass
2020-11-30 12:45:04 +02:00
37e48b1e28
Regenerate static assets
2020-11-30 12:42:10 +02:00
39a9a8fd2a
Adjust source/scss for dart sass
...
Imports are relative to the current file it seems.
2020-11-30 12:41:53 +02:00
64d62a9179
Migrate to dart sass
...
libsass (and therefore node-sass) is deprecated and dart sass is
recommended.
See: https://sass-lang.com/blog/libsass-is-deprecated
2020-11-30 12:39:54 +02:00
6dde205d0d
Move unreleased changes to v1.5.1
2020-11-15 11:58:56 +02:00
28a2013d85
theme.toml: Use picturingjordan.com as homepage
...
It's more current and it's the one that is using this theme anyway.
2020-11-15 11:57:58 +02:00
66298fa0ef
package.json: Upgrade to node-sass v5.0.0
2020-11-15 11:56:59 +02:00
a38342b330
Regenerate static assets
2020-11-15 11:36:45 +02:00
6d8df04c19
Upgrade to webpack 5
2020-11-15 11:36:25 +02:00
900bb6468c
CHANGELOG.md: Add note about omitting date
2020-10-29 12:54:33 +03:00
7d40acef85
CHANGELOG.md: Add note about JSON-LD fix
2020-10-29 12:54:03 +03:00
Jeremy Campbell
7dbe547dce
Allow content without PublishDate, eliminates extraneous date output.
2020-10-29 12:53:14 +03:00
Jeremy Campbell
43d4fb3d2d
Fixed formatting of ld-json keywords list on list.html default
2020-10-29 12:50:49 +03:00
5fe17ee120
.travis.yml: Use Ubuntu 20.04 "Focal" environment
2020-10-29 00:12:57 +03:00
ab444c93b5
Regenerate static assets
2020-10-19 16:26:33 +03:00
eb70aea769
source/scss/bootstrap.scss: Bump version in comment
...
This can be super confusing when you're looking at CSS.
2020-10-19 16:26:01 +03:00
5b548c730a
Run npm update
2020-10-19 16:25:24 +03:00
2a42864125
package.json: Bootstrap v4.5.3
2020-10-19 16:25:06 +03:00
7f819cfdd1
CHANGELOG.md: Add note about deps
2020-10-09 23:19:34 +03:00
4b2b1617c0
Regenerate static assets
2020-10-09 23:18:48 +03:00
415ae8956c
source/scss/bootstrap.scss: Bump version to 4.5.2
...
This is only a comment but it shows in the generated CSS and can be
confusing when you are expecting to see one number, but see another.
2020-10-09 23:17:45 +03:00
3987192a31
Run npm update
2020-10-09 23:16:45 +03:00
3254306148
.travis.yml: Node.js 15 isn't released yet
...
See: https://nodejs.org/en/about/releases/
2020-07-27 15:40:55 +03:00
536dd793fe
.travis.yml: Add current Node.js versions
...
See: https://nodejs.org/en/about/releases/
2020-07-27 15:38:55 +03:00
9b877752b7
Version 1.5.0
2020-05-17 22:48:58 +03:00
ef714f2192
layouts: Fix error in Haven invocation
2020-05-17 22:45:23 +03:00
d72552cde3
layouts: Update Haven invocation
...
If the user has configured a cookie consent information URL we will
show it in the banner.
2020-05-17 22:42:56 +03:00
21aab8a79d
README.md: Update Google Analytics description
...
Now consent is mandatory if you enable Google Analytics.
2020-05-17 22:40:32 +03:00