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(-) 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(-) 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 89b5218340e67bec123adeb55b5dce3d2c9505d6 Mon Sep 17 00:00:00 2001 From: Jake G <106644+Jieiku@users.noreply.github.com> Date: Sat, 2 Apr 2022 19:59:20 -0700 Subject: Update macros.html --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index a8747bf..f69c50e 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -15,7 +15,7 @@ {% macro footer() %} -- cgit v1.2.3 From 9e66b1c4a7c687d013e32e4af1d7b61b14f0ffb3 Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:20:07 -0700 Subject: add screenshot.png - required for listing on zola themes site --- screenshot.png | Bin 0 -> 78785 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 screenshot.png diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..08d1fd6 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3 From f93fb9857e40a3cf04a001cff6fe55f22f9aa538 Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:43:05 -0700 Subject: fixed screenshot.png --- screenshot.png | Bin 78785 -> 141945 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/screenshot.png b/screenshot.png index 08d1fd6..db60eef 100644 Binary files a/screenshot.png and b/screenshot.png differ -- cgit v1.2.3 From f72b7ee21322f5ce643535134c060245169c6c9a Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:00:16 -0700 Subject: update footer --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index f69c50e..37a2eb4 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -15,7 +15,7 @@ {% macro footer() %} -- 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(-) 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 From a8610e64397d620384b8da80de2af2ea34bc5bfe Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:22:39 -0700 Subject: Fix For New Zola Versions --- content/.gitkeep | 0 theme.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 content/.gitkeep diff --git a/content/.gitkeep b/content/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/theme.toml b/theme.toml index 12acdda..795ca68 100644 --- a/theme.toml +++ b/theme.toml @@ -1,7 +1,7 @@ name = "particle" description = "Particle theme for Zola" license = "MIT" -homepage = "https://github.com/svavs/particle" +homepage = "https://github.com/svavs/particle-zola" min_version = "0.11.0" demo = "https://particle-zola.vercel.app/" -- cgit v1.2.3 From c922a4da0b7088e63785a1c7d5dbceda743e6efd Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Tue, 14 Mar 2023 22:27:39 -0700 Subject: Fix For New Zola Versions --- theme.toml | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.toml b/theme.toml index 795ca68..86a4fa8 100644 --- a/theme.toml +++ b/theme.toml @@ -2,7 +2,7 @@ name = "particle" description = "Particle theme for Zola" license = "MIT" homepage = "https://github.com/svavs/particle-zola" -min_version = "0.11.0" +min_version = "0.16.1" demo = "https://particle-zola.vercel.app/" [author] diff --git a/vercel.json b/vercel.json index 9f4d9ad..b62c84a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.16.1" } } } -- cgit v1.2.3 From da98b0f1a0179473a96f5f58b77c858c1738ab80 Mon Sep 17 00:00:00 2001 From: Silvano Sallese Date: Thu, 11 May 2023 00:09:37 +0200 Subject: Downgrade Zola version to match vercel glibc compatibility --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index b62c84a..b4ff15f 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "ZOLA_VERSION": "0.16.1" + "ZOLA_VERSION": "0.14.0" } } } -- cgit v1.2.3