Skip to content

Commit

Permalink
feat:Added boy svg, belajar kode, config yaml bulma
Browse files Browse the repository at this point in the history
  • Loading branch information
isudirman-hijra committed Feb 1, 2025
1 parent a06b11a commit d568257
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# and mount points are declared
module:
imports:
- path: github.com/jgthms/bulma
- path: bulma
mounts:
- source: bulma.sass
target: assets/bulma/bulma.sass
Expand Down
3 changes: 3 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ <h3>{{ $socialMediaTitle }}</h3>
<a href="https://bulma.io" target="_blank">
<img src="{{ "images/logos/made-with-bulma.png" | relURL }}" alt="Made with Bulma" width="128" height="24">
</a>
<a href="https://github.com/StefMa/hugo-fresh" target="_blank">
<img src="{{ "images/logos/fresh-white.svg" | relURL }}" alt="Hugo-Fresh" width="108" height="20">
</a>
{{- end }}
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/hero-body.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- $hero := .Site.Params.hero }}
{{- $title := index $hero "title" }}
{{- $subtitle := index $hero "subtitle" }}
{{- $buttonText := index $hero "buttontext" }}
<!-- {{- $buttonText := index $hero "buttontext" }} -->
{{- $buttonLink := index $hero "buttonlink" }}
{{- $image := index $hero "image" }}
<div class="hero-body">
Expand All @@ -16,11 +16,11 @@ <h2 class="subtitle is-5 is-muted">
{{ . }}
</h2>
{{ end }}
<p>
<!-- <p>
<a class="button cta rounded primary-btn raised" href="{{ $buttonLink }}">
{{ $buttonText }}
</a>
</p>
</p> -->
</div>
<div class="column is-5 is-offset-1">
<figure class="image is-4by3">
Expand Down
9 changes: 9 additions & 0 deletions static/images/illustrations/boy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/images/illustrations/work.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/images/logos/belajarkode.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d568257

Please sign in to comment.