From cba42a0bc242839a8a0475637be5ad7eb05ae93f Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Mon, 10 Aug 2020 15:32:31 +0200 Subject: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a46ad65..d5b1ce4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Port for Zola of the [particle](https://github.com/nrandecker/particle) Jekyll theme +# Port for Zola of the [Particle](https://github.com/nrandecker/particle) Jekyll theme ![](./screenshot.jpg) -- cgit v1.2.3 From 4cf80f5b62744992bfac786566f839d4f1a7a95f Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Mon, 10 Aug 2020 15:38:41 +0200 Subject: removed link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d5b1ce4..015375a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Port for Zola of the [Particle](https://github.com/nrandecker/particle) Jekyll theme +# Port for Zola of the Particle Jekyll theme ![](./screenshot.jpg) -- cgit v1.2.3 From 36c5c74ecfb777f54efee46c5e7ed8fda82d8c92 Mon Sep 17 00:00:00 2001 From: Etienne Leroy <11815102+realsushi-official@users.noreply.github.com> Date: Thu, 29 Dec 2022 07:18:38 -0500 Subject: mod - doc - config extra set for toml syntax --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3