diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 100% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md diff --git a/README.md b/README.md index a644bca..7e040f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The [Diceware Password Generator][dpg] is open-source software written in Python Using Dicewear as a methodology ensures that not only is a password like `mumbo-giver-alarm-lived-gig-wages-exit` easy to memorise, it is over **100 times**[[2]](#fn2) more secure than traditional passwords such as this `%u}+6:~TY/(8uR[/vB`. -The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly. +The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly. ## Installation and Usage There is a [dedicated project page][dpg] for the [Diceware Password Generator][dpg]. You can head on over to that page to read more about: @@ -27,13 +27,13 @@ You can also [download the latest release][download] if you'd like to start gett [diceware]: http://www.diceware.com/ [eff]: http://www.eff.org -[dpg]: https://justin.hartman.me/projects/diceware-password-generator.html +[dpg]: https://hartman.me/projects/diceware-password-generator.html [download]: https://github.com/justinhartman/diceware-password-generator/releases -[install]: https://justin.hartman.me/projects/diceware-password-generator.html#installation -[wordlist]: https://justin.hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists -[use]: https://justin.hartman.me/projects/diceware-password-generator.html#usage -[examples]: https://justin.hartman.me/projects/diceware-password-generator.html#usage-examples -[licensing]: https://justin.hartman.me/projects/diceware-password-generator.html#license -[credits]: https://justin.hartman.me/projects/diceware-password-generator.html#credits -[links]: https://justin.hartman.me/projects/diceware-password-generator.html#links -[release]: https://justin.hartman.me/projects/diceware-password-generator-release-notes.html +[install]: https://hartman.me/projects/diceware-password-generator.html#installation +[wordlist]: https://hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists +[use]: https://hartman.me/projects/diceware-password-generator.html#usage +[examples]: https://hartman.me/projects/diceware-password-generator.html#usage-examples +[licensing]: https://hartman.me/projects/diceware-password-generator.html#license +[credits]: https://hartman.me/projects/diceware-password-generator.html#credits +[links]: https://hartman.me/projects/diceware-password-generator.html#links +[release]: https://hartman.me/projects/diceware-password-generator-release-notes.html diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fa1600f..09d6a8b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes -This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software. +This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software. + +## v1.0.4 +Release Date: 2 July 2020 + +- Fixed links in the README. +- Better structure for GitHub issues. ## v1.0.3 Release Date: 21 March 2018 diff --git a/_config.yml b/_config.yml index 5bf0eca..d82e9bb 100644 --- a/_config.yml +++ b/_config.yml @@ -1,13 +1,13 @@ theme: jekyll-theme-leap-day title: Diceware Password Generator description: Diceware password generator with multiple variations; written in Python. -url: https://justin.hartman.me/diceware-password-generator/ +url: https://hartman.me/diceware-password-generator/ publisher: Justin Hartman lang: en_GB author: name: Justin Hartman email: justin@hartman.me - uri: https://justin.hartman.me/ + uri: https://hartman.me/ image: https://avatars3.githubusercontent.com/u/717118?s=460&v=4 twitter: username: justinhartman @@ -18,9 +18,8 @@ social: name: Justin Hartman links: - https://twitter.com/justinhartman - - https://www.facebook.com/justin.hartman.me + - https://www.facebook.com/justinhartman.blog - https://www.linkedin.com/in/justinhartman - - https://plus.google.com/+iamjustinhartman - https://github.com/justinhartman - https://www.instagram.com/justin.hartman - https://www.pinterest.com/iamjustinhartman diff --git a/diceware.sublime-project b/diceware.sublime-project deleted file mode 100644 index 24db303..0000000 --- a/diceware.sublime-project +++ /dev/null @@ -1,8 +0,0 @@ -{ - "folders": - [ - { - "path": "." - } - ] -}