Skip to content

Commit

Permalink
Fix various issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 28, 2021
1 parent 57ca5aa commit 8fea663
Show file tree
Hide file tree
Showing 7 changed files with 1,192 additions and 5,836 deletions.
4 changes: 4 additions & 0 deletions example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "bridgetown"

gem "bulmatown", group: :bridgetown_plugins, path: "../"

# Puma is a Rack-compatible server
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.2"
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"webpack-dev": "webpack --mode development -w"
},
"dependencies": {
"bulmatown": "1.0.5"
"bulmatown": "1.2.1"
},
"devDependencies": {
"css-loader": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion example/src/authors/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: Articles by :prototype-data-label
exclude_from_search: true
prototype:
collection: posts
collection: posts
term: author
data: authors
data_label: name
Expand Down
7,014 changes: 1,183 additions & 5,831 deletions example/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Bulmatown from "bulmatown"
Bulmatown()
*/
import "bridgetown-quick-search"
import "bridgetown-quick-search/dist"

export default function() {
console.log("Success! The Bulmatown theme has been loaded.")
Expand Down
2 changes: 1 addition & 1 deletion lib/bulmatown/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bulmatown
VERSION = "1.2.0"
VERSION = "1.2.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bulmatown",
"description": "A Bulma CSS starter theme for Bridgetown",
"version": "1.2.0",
"version": "1.2.1",
"main": "frontend/javascript/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8fea663

Please sign in to comment.