[gimp-web-devel/hugo] content: move writing-a-plug-in/ into the resource development section.



commit 592961d12c7c85378fdc955ed43d7f868e4f345d
Author: Jehan <jehan girinstud io>
Date:   Sun Aug 7 18:15:11 2022 +0200

    content: move writing-a-plug-in/ into the resource development section.

 content/resource_developers/api.md                       | 1 +
 content/{ => resource_developers}/writing-a-plug-in/1.md | 3 ++-
 content/{ => resource_developers}/writing-a-plug-in/2.md | 1 +
 content/{ => resource_developers}/writing-a-plug-in/3.md | 1 +
 4 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/content/resource_developers/api.md b/content/resource_developers/api.md
index dc9aca7..eb88e54 100644
--- a/content/resource_developers/api.md
+++ b/content/resource_developers/api.md
@@ -3,6 +3,7 @@ title = "API References"
 date = "2022-08-07"
 abbrev = "api-ref"
 description = "GIMP Reference Manuals"
+weight = 1
 +++
 
 GIMP comes with libraries which can be used by plug-in developers to
diff --git a/content/writing-a-plug-in/1.md b/content/resource_developers/writing-a-plug-in/1.md
similarity index 99%
rename from content/writing-a-plug-in/1.md
rename to content/resource_developers/writing-a-plug-in/1.md
index e8581c1..08fef41 100644
--- a/content/writing-a-plug-in/1.md
+++ b/content/resource_developers/writing-a-plug-in/1.md
@@ -1,8 +1,9 @@
 +++
-title = "How to write a GIMP plug-in"
+title = "How to write a GIMP plug-in, part I"
 abbrev = "Writing A Plug-In"
 description = "Write your own"
 author = "Dave Neary"
+weight = 2
 +++
 
 Written By [Dave Neary](mailto:bolsh NOSPAM gimp org).
diff --git a/content/writing-a-plug-in/2.md b/content/resource_developers/writing-a-plug-in/2.md
similarity index 99%
rename from content/writing-a-plug-in/2.md
rename to content/resource_developers/writing-a-plug-in/2.md
index 6d959bc..195c1af 100644
--- a/content/writing-a-plug-in/2.md
+++ b/content/resource_developers/writing-a-plug-in/2.md
@@ -3,6 +3,7 @@ title = "How to write a GIMP plug-in, part II"
 abbrev = "Part II"
 description = "Write your own"
 author = "Dave Neary"
+weight = 3
 +++
 
 Written By [Dave Neary](mailto:bolsh NOSPAM gimp org).
diff --git a/content/writing-a-plug-in/3.md b/content/resource_developers/writing-a-plug-in/3.md
similarity index 99%
rename from content/writing-a-plug-in/3.md
rename to content/resource_developers/writing-a-plug-in/3.md
index 233d834..588277a 100644
--- a/content/writing-a-plug-in/3.md
+++ b/content/resource_developers/writing-a-plug-in/3.md
@@ -4,6 +4,7 @@ abbrev = "Part III"
 description = "Write your own"
 date = "2022-07-23"
 author = "Dave Neary"
+weight = 4
 +++
 
 Written By [Dave Neary](mailto:bolsh NOSPAM gimp org).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]