Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@users.noreply.github.com>2018-02-12 21:33:14 +0300
committerGitHub <noreply@github.com>2018-02-12 21:33:14 +0300
commit80aa3ddd051922ad30bf291f31cd84c38c9287e1 (patch)
treeb6e6a841283759099a9efd591eff451694edde3d
parente571b7a7889c0520f3e79a8f9bffbd2ad92534f2 (diff)
parent26cbb2213dd16c5b5162010007e25575f710cfff (diff)
Merge pull request #39 from forstmeier/master
Add additional supported social media links
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1f30344..7e7f32f 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.
+- `devto`: 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.
-