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

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatúš Námešný <namesny.matus@gmail.com>2018-07-25 14:23:11 +0300
committerGitHub <noreply@github.com>2018-07-25 14:23:11 +0300
commit38de2dd3e2f381c2920b6eb1e3066e9bc34275a3 (patch)
tree80c1ba8e21ad3c21253524ebaad1b5b94f9f14b9 /README.md
parent82e0d969b80106dd7659285dc4e31e4e970f9928 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.md b/README.md
index 126bc7b..c59315b 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ Add these parameters to your `config.toml`:
```
[params]
+ Name = "your_name"
+ HeaderUsername = "username"
+ HeaderHostname = "hostname"
+ About = "info_about_you"
+ ProfilePicture = "profile_picture_url"
+```
+
+`HeaderUsername` and `HeaderHostname` will be displayed in navbar on left side in the format: `HeaderUsername@HeaderHostname ~ $`.
+Optionaly you can add any of these social networks to the \[params\] section.
+
+```
GnuPGFingerprint = "your_gpg_fingerprint"
StackExchangeID = "your_stackexchange_id"
StackOverflowID = "your_stackoverflow_id"
@@ -33,14 +44,9 @@ Add these parameters to your `config.toml`:
FacebookID = "your_facebook"
InstagramID = "your_instagram"
TelegramID = "your_telegram"
- Name = "your_name"
- HeaderUsername = "username"
- HeaderHostname = "hostname"
Email = "your_email"
Phone = "+1-201-555-0123"
Mobile = "+1-201-555-0123"
- About = "info_about_you"
- ProfilePicture = "profile_picture_url"
GoogleAnalytics = "your_google_analytics_id"
SlackURL = "https://join.slack.com/..."
PayPalMeID = "https://www.paypal.me/..."
@@ -48,8 +54,6 @@ Add these parameters to your `config.toml`:
CvURL = "your_cv_url"
```
-Edit them as needed. If you don't want one of the social networks or Google Analytics simply delete that line. `HeaderUsername` and `HeaderHostname` will be displayed in navbar on left side in the format: `HeaderUsername@HeaderHostname ~ $`
-
To add a menu item add `[[menu.header]]` item to `config.toml`. For example:
```