From 12e878352ebc582ce9d23d6bdb27ddc4d52cd9e1 Mon Sep 17 00:00:00 2001 From: forstmeier Date: Thu, 25 Jan 2018 16:51:15 -0500 Subject: Add additional supported social media links Description: The social.md file lists several other options for social media that were not included in the official documentation. I have added them here for completeness (alternatively, a note could just be made in the README which points to said file to see the most up-to-date list of supported accounts). Note: Documentation update --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f30344..8ffe1a5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ From the root of your blog: ``` mkdir -p themes cd themes -git clone https://github.com/shenoybr/hugo-goa +git clone https://github.com/shenoybr/hugo-goa ``` ## Content creation @@ -39,7 +39,7 @@ or hugo new posts/first.md ```` -You can now go ahead an edit the newly created file under the `content` directory. Once you are finished editing, to have hugo generate the page, set `draft = false` in the articles front matter. +You can now go ahead an edit the newly created file under the `content` directory. Once you are finished editing, to have hugo generate the page, set `draft = false` in the articles front matter. ### Organizing pages @@ -108,10 +108,14 @@ These settings to display your social accounts. - `github`: Your github username. - `instagram`: Your instagram username. - `xing`: Your xing username. -- `linkedin`: Your linkedIn username. +- `linkedin`: Your linkedin username. - `twitter`: Your twitter username. - `facebook`: Your facebook username. - `google`: Your google username. +- `medium`: Your medium username. +- `dev.to`: Your dev.to username. +- `stackoverflow`: Your stackoverflow username. +- `angellist`: Your angellist username. - `email`: Your email. ### Extras `[params.extra]` @@ -191,7 +195,7 @@ Example: 3. Make sure your code follows the style of the project. 4. Test it thoroughly. 5. Open a PR requesting for it to be merged. -6. Describe the feature or issue your are solving in detail. +6. Describe the feature or issue your are solving in detail. 7. Wait for its approval. 8. Merge and Rejoice. @@ -207,4 +211,3 @@ The theme's design was inspired by many blogs and themes: ## License Licensed under the [MIT](https://opensource.org/licenses/MIT) License. See the [LICENSE](https://raw.githubusercontent.com/shenoybr/hugo-goa/master/LICENSE) file for more details. - -- cgit v1.2.3 From 26cbb2213dd16c5b5162010007e25575f710cfff Mon Sep 17 00:00:00 2001 From: forstmeier Date: Thu, 25 Jan 2018 17:04:58 -0500 Subject: Repair erroneous reference in README Description: I've updated it to read `devto` (which is the proper reference). Note: Documentation update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffe1a5..7e7f32f 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ These settings to display your social accounts. - `facebook`: Your facebook username. - `google`: Your google username. - `medium`: Your medium username. -- `dev.to`: Your dev.to username. +- `devto`: Your dev.to username. - `stackoverflow`: Your stackoverflow username. - `angellist`: Your angellist username. - `email`: Your email. -- cgit v1.2.3