Commit Graph

6 Commits

Author SHA1 Message Date
Alan Orth 40c902ae8a
Run npm update
continuous-integration/drone/push Build is passing Details
2020-12-21 09:58:13 +02:00
Alan Orth 74299d9faa
Bootstrap v5 Beta 1 2020-12-07 21:31:39 +02:00
Alan Orth ace8d97cd8
Adjust git URL 2020-12-07 14:41:02 +02:00
Alan Orth db7473dc74
package.json: Don't build CSS source map
Hugo uses a filname with a fingerprint for cache busting and we can
never know what that is during npm build time, so let's not try. I
don't use the source map anyways...
2020-11-30 17:25:14 +02:00
Alan Orth 03072cdc38
Add PostCSS to build process
I'm not sure why we need this, but the Bootstrap build uses it and
I would like to follow their lead.

See: https://github.com/twbs/bootstrap/blob/v5.0.0-alpha3/package.json
2020-11-30 15:44:06 +02:00
Alan Orth 647fc929a8
Initial commit
Barely working port of the "snarky" (their words) new Bootstrap Blog
example that was introduced with Bootstrap v4.0.0, but as it exists
in Bootstrap v5 alpha 3 currently. This example replaced the classic
blog example that had been a part of Bootstrap for several years and
was replaced after v4 alpha.

The Hugo theme logic here comes from my existing "Hugo Bootstrap v4
Blog" theme.

See: https://github.com/alanorth/hugo-theme-bootstrap4-blog/
See: https://v5.getbootstrap.com/docs/5.0/examples/blog/
2020-11-30 13:30:22 +02:00