Skip to content

Commit

Permalink
Merge pull request #4 from markdumay/develop
Browse files Browse the repository at this point in the history
Code highlighting
  • Loading branch information
markdumay authored Apr 16, 2022
2 parents 68c4f80 + a4a76bc commit fe33f58
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 36 deletions.
92 changes: 59 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markdumay/hugo-theme-hinode-child",
"version": "0.1.0",
"version": "0.2.0",
"description": "Hinode is a clean blog theme for Hugo, an open-source static site generator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@markdumay/hugo-theme-hinode": "^0.2.1",
"@markdumay/hugo-theme-hinode": "^0.3.0",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"eslint": "^7.32.0",
Expand All @@ -57,6 +57,6 @@
"stylelint-config-standard-scss": "^3.0.0"
},
"otherDependencies": {
"hugo": "0.96.0"
"hugo": "0.97.0"
}
}

0 comments on commit fe33f58

Please sign in to comment.