Skip to content

Commit 1c6a3be

Browse files
committed
chore(housekeeping): move all jekyll files to its own folder
separates config from src BREAKING CHANGE: All files that make up the site are now located in the _source folder
1 parent 2f583d3 commit 1c6a3be

File tree

475 files changed

+5128
-682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

475 files changed

+5128
-682
lines changed

_data/categories.json renamed to _source/_data/categories.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7574,7 +7574,7 @@
75747574
"entries": [
75757575
{
75767576
"name": "image",
7577-
"description": "Adds an image to the document. If the image argument is given as a string the image file must be in the document's data directory which is in the same directory where the document is saved in. The image argument can also be a File instance which can be placed even before the document was saved. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size.",
7577+
"description": "Adds an image to the document. If the image argument is given as a string, the path can point either directly at an image in the document's data directory or be specified as an absolute path to the image file. The image argument can also be a File instance. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size.",
75787578
"returns": {
75797579
"name": null,
75807580
"description": "The item instance the image was placed in.",
@@ -7641,7 +7641,7 @@
76417641
},
76427642
{
76437643
"title": "description",
7644-
"description": "Adds an image to the document. If the image argument is given as a string the image file must be in the document's data directory which is in the same directory where the document is saved in. The image argument can also be a File instance which can be placed even before the document was saved. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size."
7644+
"description": "Adds an image to the document. If the image argument is given as a string, the path can point either directly at an image in the document's data directory or be specified as an absolute path to the image file. The image argument can also be a File instance. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size."
76457645
}
76467646
],
76477647
"examples": [],
@@ -7945,7 +7945,7 @@
79457945
},
79467946
{
79477947
"name": "loadString",
7948-
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as String, it must be located in the document's data directory.",
7948+
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path.",
79497949
"returns": {
79507950
"name": null,
79517951
"description": "String file or URL content.",
@@ -7974,7 +7974,7 @@
79747974
},
79757975
{
79767976
"title": "description",
7977-
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as String, it must be located in the document's data directory."
7977+
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path."
79787978
}
79797979
],
79807980
"examples": [],
@@ -7984,7 +7984,7 @@
79847984
},
79857985
{
79867986
"name": "loadStrings",
7987-
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, it must be located in the document's data directory.",
7987+
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path.",
79887988
"returns": {
79897989
"name": null,
79907990
"description": "Array of the individual lines in the given file or URL",
@@ -8013,7 +8013,7 @@
80138013
},
80148014
{
80158015
"title": "description",
8016-
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, it must be located in the document's data directory."
8016+
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path."
80178017
}
80188018
],
80198019
"examples": [],

_data/cats-and-subcats.json renamed to _source/_data/cats-and-subcats.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4655,7 +4655,7 @@
46554655
"entries": [
46564656
{
46574657
"name": "image",
4658-
"description": "Adds an image to the document. If the image argument is given as a string the image file must be in the document's data directory which is in the same directory where the document is saved in. The image argument can also be a File instance which can be placed even before the document was saved. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size.",
4658+
"description": "Adds an image to the document. If the image argument is given as a string, the path can point either directly at an image in the document's data directory or be specified as an absolute path to the image file. The image argument can also be a File instance. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size.",
46594659
"returns": {
46604660
"name": null,
46614661
"description": "The item instance the image was placed in.",
@@ -4722,7 +4722,7 @@
47224722
},
47234723
{
47244724
"title": "description",
4725-
"description": "Adds an image to the document. If the image argument is given as a string the image file must be in the document's data directory which is in the same directory where the document is saved in. The image argument can also be a File instance which can be placed even before the document was saved. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size."
4725+
"description": "Adds an image to the document. If the image argument is given as a string, the path can point either directly at an image in the document's data directory or be specified as an absolute path to the image file. The image argument can also be a File instance. The second argument can either be the `x` position of the frame to create or an instance of a rectangle, oval or polygon to place the image in. If an `x` position is given, a `y` position must be given, too. If `x` and `y` positions are given and width and height are not given, the frame's size gets set to the original image size."
47264726
}
47274727
],
47284728
"examples": [],
@@ -5035,7 +5035,7 @@
50355035
},
50365036
{
50375037
"name": "loadString",
5038-
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as String, it must be located in the document's data directory.",
5038+
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path.",
50395039
"returns": {
50405040
"name": null,
50415041
"description": "String file or URL content.",
@@ -5064,7 +5064,7 @@
50645064
},
50655065
{
50665066
"title": "description",
5067-
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as String, it must be located in the document's data directory."
5067+
"description": "Reads the contents of a file or loads an URL into a String. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path."
50685068
}
50695069
],
50705070
"examples": [],
@@ -5074,7 +5074,7 @@
50745074
},
50755075
{
50765076
"name": "loadStrings",
5077-
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, it must be located in the document's data directory.",
5077+
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path.",
50785078
"returns": {
50795079
"name": null,
50805080
"description": "Array of the individual lines in the given file or URL",
@@ -5103,7 +5103,7 @@
51035103
},
51045104
{
51055105
"title": "description",
5106-
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, it must be located in the document's data directory."
5106+
"description": "Reads the contents of a file or loads an URL and creates a string array of its individual lines. If the file is specified by name as string, the path can point either directly at a file in the document's data directory or be specified as an absolute path."
51075107
}
51085108
],
51095109
"examples": [],
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)