Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-29CHANGELOG.md: Add note about DanishHEADmasterAlan Orth
2022-07-29Merge pull request #146 from schack/feature_danish_translationAlan Orth
en.yaml translated to Danish
2022-07-29en.yaml translated to DanishHenrik Schack
2022-07-29CHANGELOG.md: add note about Bootstrap tablesAlan Orth
2022-07-29Regenerate static assetsAlan Orth
2022-07-29package-lock.json: run npm updateAlan Orth
2022-07-29Regenerate static assetsAlan Orth
2022-07-29source/scss/bootstrap.scss: enable tablesAlan Orth
Requested by a user. See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/issues/145
2022-06-07Use Node.js 14 instead of 12Alan Orth
2021-10-18CHANGELOG.md: update notesAlan Orth
2021-10-18Regenerate static assetsAlan Orth
2021-10-18package.json: update cleancss optionsAlan Orth
We use -O1 instead of --level 1 now.
2021-10-18Update npm dependenciesAlan Orth
2021-09-15Regenerate static assetsAlan Orth
2021-09-15package-lock.json: Run npm updateAlan Orth
2021-08-19.drone.yml: Build on Node.js 16Alan Orth
We want to build on LTS or "current" releases only. See: https://nodejs.org/en/about/releases/
2021-07-09theme.toml: Add demo linkAlan Orth
As of 2021-07-01 the Hugo Themes showcase is no longer building our themes so we need to include a link to a demo.
2021-03-23package.json: Run webpack without npxAlan Orth
This only affects the CI, but the inability to run webpack seems to have been due to using an older version of npm (v6.14.x), and now we upgrade npm before install so we don't need this hack.
2021-03-23.drone.yml: Update npm before install and buildAlan Orth
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-23package.json: Run webpack with npxAlan Orth
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.drone.yml: Run on current and LTS Node.js releasesAlan Orth
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-22package-lock.json: Run npm updateAlan Orth
2021-03-22package.json: Only install webpack-cliAlan Orth
We don't explicitly need webpack, as webpack-cli will bring it in for us.
2021-01-19CHANGELOG.md: Minor dependency updatesAlan Orth
2021-01-19Regenerate static assetsAlan Orth
2021-01-19source/scss/bootstrap.scss: Update headerAlan Orth
Minor, but can be very confusing when looking at CSS and wondering why the version is old.
2021-01-19Run npm updateAlan Orth
Brings in Bootstrap v4.6.0 as well as a few others.
2021-01-12README.md: Fix link syntaxAlan Orth
2020-12-10Remove .travis.ymlAlan Orth
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-10README.md: Use badge from Drone CIAlan Orth
2020-12-10.drone.yml: Correct npm taskAlan Orth
2020-12-10.travis.yml: Only build on Node.js LTS versionsAlan Orth
2020-12-10Add .drone.yml for ci.mjanja.chAlan Orth
2020-12-08README.md: Use travis-ci.com domain for badgeAlan Orth
2020-12-06.travis.yml: Try to build on AWS graviton2 instancesAlan Orth
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-05Move unreleased changes to 1.6.0v1.6.0Alan Orth
2020-12-05README.md: Add note about new figure shortcodeAlan Orth
2020-12-04layouts/_default/single.html: Fix for images in the page bundleAlan Orth
2020-12-04layouts/partials: Override internal templates for page bundlesAlan Orth
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-04layouts/shortcodes/figure.html: Add srcset supportAlan Orth
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-11-30CHANGELOG.md: Add note about dart sassAlan Orth
2020-11-30Regenerate static assetsAlan Orth
2020-11-30Adjust source/scss for dart sassAlan Orth
Imports are relative to the current file it seems.
2020-11-30Migrate to dart sassAlan Orth
libsass (and therefore node-sass) is deprecated and dart sass is recommended. See: https://sass-lang.com/blog/libsass-is-deprecated
2020-11-15Move unreleased changes to v1.5.1v1.5.1Alan Orth
2020-11-15theme.toml: Use picturingjordan.com as homepageAlan Orth
It's more current and it's the one that is using this theme anyway.
2020-11-15package.json: Upgrade to node-sass v5.0.0Alan Orth
2020-11-15Regenerate static assetsAlan Orth
2020-11-15Upgrade to webpack 5Alan Orth
2020-10-29CHANGELOG.md: Add note about omitting dateAlan Orth