summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEtienne Leroy <11815102+realsushi-official@users.noreply.github.com>2022-12-29 07:18:38 -0500
committerGitHub <noreply@github.com>2022-12-29 07:18:38 -0500
commit36c5c74ecfb777f54efee46c5e7ed8fda82d8c92 (patch)
tree7d1fc9a6eb7639bc61442931fa0224d0713070f2 /README.md
parente9e75edba8758334cb83e50bc93428559bfb81a0 (diff)
mod - doc - config extra set for toml syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 015375a..8e3b530 100644
--- a/README.md
+++ b/README.md
@@ -19,24 +19,24 @@ The Theme features:
1. [Install Zola](https://getzola.com)
2. Clone the particle theme: `git clone https://github.com/svavs/particle-zola.git`
-3. Edit `config.yml` to personalize your site.
+3. Edit `config.toml` to personalize your site.
## Site and User Settings
-You have to fill some informations on the `[extra]` section of the `config.yml` to customize your site.
+You have to fill some informations on the `[extra]` section of the `config.toml` to customize your site.
```
# Site settings
-description: A blog about lorem ipsum dolor sit amet
+description = "A blog about lorem ipsum dolor sit amet"
# User settings
-username: Lorem Ipsum
-user_description: Anon Developer at Lorem Ipsum Dolor
-user_title: Anon Developer
-email: my@email.com
-twitter_username: lorem_ipsum
-github_username: lorem_ipsum
-gplus_username: lorem_ipsum
+username = "Lorem Ipsum"
+user_description = "Anon Developer at Lorem Ipsum Dolor"
+user_title = "Anon Developer"
+email = "my@email.com"
+twitter_username = "lorem_ipsum"
+github_username = "lorem_ipsum"
+gplus_username = "lorem_ipsum"
```
## Color and Particle Customization