Skip to content

Commit

Permalink
Merge pull request #42 from markdumay/develop
Browse files Browse the repository at this point in the history
Add command prompt to features
  • Loading branch information
markdumay authored Oct 28, 2022
2 parents 72b1cf7 + c44f35d commit 9d1a5ad
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 76 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Additional features include:
- Social links
- Blog pagination
- Code highlighting
- Command prompt
- Color customization
- i18n support

Expand Down
171 changes: 98 additions & 73 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
Expand Up @@ -47,9 +47,9 @@
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.12",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.2.2",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
Expand All @@ -62,7 +62,7 @@
"purgecss-whitelister": "^2.4.0",
"shx": "^0.3.4",
"stylelint": "^14.14.0",
"stylelint-config-standard-scss": "^5.0.0"
"stylelint-config-standard-scss": "^6.0.0"
},
"otherDependencies": {
"hugo": "0.104.3"
Expand Down

0 comments on commit 9d1a5ad

Please sign in to comment.