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

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2017-07-24 10:14:15 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-24 10:14:15 +0300
commitfdbf86cceb3e7c99e9d3b905f6e49327aacdcbe7 (patch)
tree7f60bf278e40ee7dc7844a74d58ab21de5c6e9e6
parentc31c15544752b26f797c119b2aa016a326418a74 (diff)
Update README to use neutral examples
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0eca0a1..a204d77 100644
--- a/README.md
+++ b/README.md
@@ -19,17 +19,17 @@ A few parameters should be adjusted in the site config:
```toml
[params]
description = "Blog meta description."
- githubUsername = "damiencaselli"
- twitterUsername = "damiencaselli"
+ githubUsername = "your_gh_username"
+ twitterUsername = "your_twitter_handle"
tagline = "Blog tagline. Shown under index title."
[params.work]
- jobTitle = "some"
- company = "Inria"
- companyUrl = "https://www.inria.fr/"
+ jobTitle = "your job"
+ company = "the company"
+ companyUrl = "https://the.company.url/"
[params.gpg]
- key = "0xF788CE68916E6C39"
- fingerprint = "9C29 20E7 2B07 E195 4E38 52E4 F788 CE68 916E 6C39"
- link = "https://pgp.mit.edu/pks/lookup?op=get&search=0xF788CE68916E6C39"
+ key = "0x1111111111111111"
+ fingerprint = "0000 0000 0000 0000 0000 0000 0000 0000 0000 0000"
+ link = "https://pgp.mit.edu/pks/lookup?op=get&search=0x1111111111111111"
```
### Code highlighting