Skip to content

Commit

Permalink
Remove particles, use hugo 0.76.5 version okkur/syna#851
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Sep 3, 2021
1 parent 6bce243 commit f559ae3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.87.0'
hugo-version: '0.76.5'
extended: true
- name: Build
run: hugo --minify
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ tags

# Coc configuration directory
.vim
.vscode
2 changes: 1 addition & 1 deletion content/_index/hero-free-to-write-anything.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fragment = "hero"
date = "2021-09-01"
weight = 70
background = "light" # can influence the text color
particles = true
particles = false

title = ""
subtitle = "Free To Write Anything!"
Expand Down
2 changes: 1 addition & 1 deletion content/_index/hero-im.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fragment = "hero"
date = "2021-09-01"
weight = 60
background = "light" # can influence the text color
particles = true
particles = false

title = ""
subtitle = "Type Anywhere On Screen"
Expand Down
2 changes: 1 addition & 1 deletion content/_index/hero-last-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fragment = "hero"
date = "2021-09-01"
weight = 80
background = "medium" # can influence the text color
particles = true
particles = false

title = ""
subtitle = ""
Expand Down
2 changes: 1 addition & 1 deletion content/_index/hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fragment = "hero"
date = "2021-09-01"
weight = 10
background = "light" # can influence the text color
particles = true
particles = false

title = "Varnam"
subtitle = "Type Indian Languages Easily"
Expand Down

0 comments on commit f559ae3

Please sign in to comment.