mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-09-08 11:51:47 +02:00
Compare commits
5 Commits
v1.6.0
...
d6ab3cda0a
Author | SHA1 | Date | |
---|---|---|---|
d6ab3cda0a
|
|||
e1dfe242a6
|
|||
bfac136c3e
|
|||
4a922d8657
|
|||
94269648d6
|
34
.drone.yml
Normal file
34
.drone.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node10
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:10-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node12
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:12-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: node14
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:14-alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
@@ -2,9 +2,10 @@ language: node_js
|
||||
node_js:
|
||||
- 10
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
script: npm run build
|
||||
os: linux
|
||||
arch: arm64-graviton2
|
||||
dist: focal
|
||||
|
||||
# vim: ts=2 sw=2 et
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Hugo Bootstrap v4 Blog [](https://travis-ci.org/alanorth/hugo-theme-bootstrap4-blog) [](https://builds.sr.ht/~alanorth/hugo-theme-bootstrap4-blog?)
|
||||
# Hugo Bootstrap v4 Blog [](https://travis-ci.org/alanorth/hugo-theme-bootstrap4-blog) [](https://builds.sr.ht/~alanorth/hugo-theme-bootstrap4-blog?)
|
||||
A simple but opinionated [Hugo](https://gohugo.io) theme geared towards blog-style content. Based on the older two-column [Bootstrap blog example](https://v4-alpha.getbootstrap.com/examples/blog/) that was used for several Bootstrap versions, but has now been retired in favor of a "snarky" (their words) new example as of version [4.0.0's final release](https://blog.getbootstrap.com/2018/01/18/bootstrap-4/).
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user