forked from rhazdon/hugo-theme-hello-friend-ng
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(multiple): Multiple changes from upstream
BREAKING CHANGE: Adds Dependency on FontAwesome Kits adds i18n pt-pt language adds static/fontawesome-6.1.1 Changes Multi language behavior * Laguage flags instead of text * Shows Available languages instead of active language * Disables submenu and switches between languages when only 2 languages availbale Adds support for posts on front page Adds Icons on footer or frontpage or both Adds Optional Overlay to darken the background Changes Menu and adds support for sub-menus Adds Read in text Adds option to hide page title and languages on sigle pages Updates README.md Adds GithubActions Adds semantic release
- Loading branch information
Showing
2,123 changed files
with
168,496 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Release | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Install semantic-release plugins | ||
run: | | ||
npm install @semantic-release/github -D | ||
npm install @semantic-release/changelog -D | ||
- name: Release | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: npx semantic-release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "hugo-theme-hello-4s3ti", | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogFile": "./CHANGELOG.md" | ||
} | ||
], | ||
["@semantic-release/github", { | ||
"assets": [ | ||
{"path": "dist/asset.min.css", "label": "CSS distribution"}, | ||
{"path": "dist/asset.min.js", "label": "JS distribution"} | ||
] | ||
}] | ||
], | ||
"release": { | ||
"branches": [ | ||
"master", | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.