Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:Added boy svg, belajar kode, config yaml bulma #220

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading