diff options
| author | Silvano Sallese <svavs@users.noreply.github.com> | 2023-05-11 00:30:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 00:30:10 +0200 |
| commit | 2fd9859e7f5f92bd1c023525428a88bc5e411017 (patch) | |
| tree | 7e28a7b29bde2da24644a906c85acba87c7f9c5d /README.md | |
| parent | 6ed4b7cbe848e18e418cacbc58608637f6056f43 (diff) | |
| parent | da98b0f1a0179473a96f5f58b77c858c1738ab80 (diff) | |
Merge pull request #6 from svavs/master
Align to master
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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  @@ -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 |
