Skip to content

Commit

Permalink
Modified docs to match the update to Bulma V1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domw95 committed Jul 27, 2024
1 parent e75a414 commit d04cbb3
Show file tree
Hide file tree
Showing 7 changed files with 22,730 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/content/deepmodifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ git init
# Add this theme as a git submodule
git submodule add https://github.com/StefMa/hugo-fresh.git themes/hugo-fresh

# Add the dependency to the css files as a git submodule and checkout version 0.9.4
# Add the dependency to the css files as a git submodule
git submodule add https://github.com/jgthms/bulma.git themes/bulma
cd themes/bulma && git checkout 0.9.4

# Go back from themes/bulma dir
cd ../..
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include_footer: false

To create a new site using this theme as hugo module:

Make sure `go` > 1.13 is installed on your system. [Download](https://go.dev/dl/) and install if needed.
Make sure `go` > 1.13 is installed on your system. [Download](https://go.dev/dl/) and install if needed. Dart Sass must also be installed, see details [here](https://gohugo.io/hugo-pipes/transpile-sass-to-css/#dart-sass).

```bash
# Create site and cd into it
Expand Down
4 changes: 2 additions & 2 deletions docs/content/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sidebarlogo: fresh-white
include_footer: false
---

## Hugo extended
## Dart Sass

If you see `error: failed to transform resource: TOCSS: failed to transform "style.sass"` when attempting to run your `hugo server`, make sure you have the extended version of Hugo installed!
If you see `error: failed to transform resource: TOCSS: failed to transform "style.sass"` when attempting to run your `hugo server`, make sure you have the extended version of Dart Sass installed!
5 changes: 4 additions & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ go 1.15

replace github.com/StefMa/hugo-fresh => ../

require github.com/StefMa/hugo-fresh v1.0.0 // indirect
require (
github.com/StefMa/hugo-fresh v1.1.0 // indirect
github.com/jgthms/bulma v0.0.0-20240727135340-230b21f7fbe0 // indirect
)
2 changes: 2 additions & 0 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
github.com/jgthms/bulma v0.0.0-20220508134905-3e00a8e6d0d0/go.mod h1:89FLBKXYFKfOKAoDeUT26V0pHGwzr205cMXAEqtAVOI=
github.com/jgthms/bulma v0.0.0-20240727135340-230b21f7fbe0 h1:e/bV4Y7Uy/rDpoiblIjZX5A1S498UsE0tmZjYRdSymw=
github.com/jgthms/bulma v0.0.0-20240727135340-230b21f7fbe0/go.mod h1:89FLBKXYFKfOKAoDeUT26V0pHGwzr205cMXAEqtAVOI=
22,719 changes: 22,719 additions & 0 deletions docs/resources/_gen/assets/style.sass_6ce9045686ce2e399fbb6ffd0bd31075.content

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"css/style.css","MediaType":"text/css","Data":{}}

0 comments on commit d04cbb3

Please sign in to comment.