-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seo.yml: Add lychee args and fix broken links
Signed-off-by: Norbert Kamiński <[email protected]>
- Loading branch information
Norbert Kamiński
committed
Jul 31, 2023
1 parent
371a081
commit a8c969c
Showing
78 changed files
with
240 additions
and
253 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 |
---|---|---|
|
@@ -13,23 +13,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Setup Hugo | ||
uses: peaceiris/actions-hugo@v2 | ||
with: | ||
extended: true | ||
|
||
- name: Serve site | ||
run: | | ||
hugo serve -s blog/ -b http://localhost:1313 --bind=0.0.0.0 & | ||
sleep 10 | ||
- name: Link Checker | ||
id: lychee | ||
uses: lycheeverse/[email protected] | ||
with: | ||
fail: true | ||
args: --max-redirects 10 -a 403,500,503 . | ||
args: | | ||
--max-concurrency 20 --max-redirects 10 -a 403,429,500,502,503,999 . | ||
seo_spy_orphan_pages: | ||
runs-on: ubuntu-latest | ||
|
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 |
---|---|---|
@@ -1,2 +1,7 @@ | ||
.Permalink | ||
themes/3mdeb/layouts | ||
[email protected] | ||
https://www.embedded-world.de/ | ||
https://www.paypal.com/cgi-bin/webscr | ||
https://twitter.com | ||
localhost:1313 |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,11 +145,13 @@ To simplify multiple accounts configuration I added two things: | |
- separated account files configuration - in my case placed in | ||
`$HOME/.mutt/accounts` | ||
|
||
set postponed = <[email protected]>/Drafts set spoolfile = | ||
<[email protected]>/INBOX set record = <[email protected]>/Sent set from | ||
= '<[email protected]>' set realname = 'My Name' set smtp_url = | ||
smtps://[email protected]:587 set smtp_pass = $my_pass set signature = | ||
"~/.mutt/signature.example" | ||
```bash | ||
set postponed = <[email protected]>/Drafts set spoolfile = | ||
<[email protected]>/INBOX set record = <[email protected]>/Sent set from | ||
= '<[email protected]>' set realname = 'My Name' set smtp_url = | ||
smtps://[email protected]:587 set smtp_pass = $my_pass set signature = | ||
"~/.mutt/signature.example" | ||
``` | ||
|
||
- folder hooks for particular account - it cause automatic loading of | ||
configurations when folder was changed (in `$HOME/muttrc`): | ||
|
@@ -202,6 +204,6 @@ reading. | |
[1]: http://ethanschoonover.com/solarized | ||
[2]: https://github.com/sigurdga/gnome-terminal-colors-solarized | ||
[3]: https://github.com/altercation/mutt-colors-solarized | ||
[4]: http://www.clasohm.com/blog/one-entry?entry_id=90957 | ||
[4]: https://web.archive.org/web/20110722113402/http://www.clasohm.com/blog/one-entry?entry_id=90957 | ||
[5]: /2012/02/19/improve-productivity-by-tracking-work | ||
[6]: /2012/02/20/improve-productivity-by-tracking-work_20 |
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
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.