mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-18 16:42:21 +01:00
Use Node.js 14 instead of 12
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
54d3242633
commit
a94ebccf3d
@ -1,6 +1,6 @@
|
|||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- nodejs-lts-erbium
|
- nodejs-lts-fermium
|
||||||
- npm
|
- npm
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
|
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
|
||||||
|
15
.drone.yml
15
.drone.yml
@ -1,20 +1,5 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: node12
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: node:12-alpine
|
|
||||||
commands:
|
|
||||||
- npm --version
|
|
||||||
- npm install -g npm
|
|
||||||
- npm --version
|
|
||||||
- npm install
|
|
||||||
- npm run build
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: node14
|
name: node14
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## Unreleased Changes
|
## Unreleased Changes
|
||||||
### Updated
|
### Updated
|
||||||
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
|
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
|
||||||
|
- Use Node.js 14 in CI, remove Node.js 12
|
||||||
|
|
||||||
## [[ 1.6.0 ]] - 2020-12-05
|
## [[ 1.6.0 ]] - 2020-12-05
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -38,7 +38,7 @@ A few suggestions to help you get a good looking site quickly:
|
|||||||
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
|
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
|
||||||
|
|
||||||
## Building (For Developers)
|
## Building (For Developers)
|
||||||
This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS >= v10 installed, and then run the following from inside the theme's directory:
|
This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have Node.js >= v14 installed, and then run the following from inside the theme's directory:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ npm install
|
$ npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user