Skip to content

Commit bdefb26

Browse files
committed
First batch of content
1 parent dcc87cf commit bdefb26

344 files changed

Lines changed: 78799 additions & 83657 deletions

File tree

Some content is hidden

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

.all-contributorsrc

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
{
2-
"files": ["README.md"],
3-
"imageSize": 100,
4-
"commit": false,
5-
"contributorsPerLine": 7,
6-
"projectName": "al-folio",
7-
"projectOwner": "alshedivat",
8-
"repoType": "github",
9-
"repoHost": "https://github.com",
10-
"badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'",
11-
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
12-
"skipCi": true,
13-
"contributors": [
14-
{
15-
"login": "alshedivat",
16-
"name": "Maruan",
17-
"avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4",
18-
"profile": "http://maruan.alshedivat.com",
19-
"contributions": ["design", "code"]
20-
},
21-
{
22-
"login": "rohandebsarkar",
23-
"name": "Rohan Deb Sarkar",
24-
"avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4",
25-
"profile": "http://rohandebsarkar.github.io",
26-
"contributions": ["code"]
27-
},
28-
{
29-
"login": "pourmand1376",
30-
"name": "Amir Pourmand",
31-
"avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4",
32-
"profile": "https://amirpourmand.ir",
33-
"contributions": ["code"]
34-
},
35-
{
36-
"login": "george-gca",
37-
"name": "George",
38-
"avatar_url": "https://avatars.githubusercontent.com/u/31376482?v=4",
39-
"profile": "https://george-gca.github.io/",
40-
"contributions": ["code"]
41-
}
42-
],
43-
"commitConvention": "angular"
44-
}
1+
{
2+
"files": ["README.md"],
3+
"imageSize": 100,
4+
"commit": false,
5+
"contributorsPerLine": 7,
6+
"projectName": "al-folio",
7+
"projectOwner": "alshedivat",
8+
"repoType": "github",
9+
"repoHost": "https://github.com",
10+
"badgeTemplate": "[core_contributors]: https://img.shields.io/badge/core_contributors-<%= contributors.length %>-orange.svg 'Number of core contributors'",
11+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
12+
"skipCi": true,
13+
"contributors": [
14+
{
15+
"login": "alshedivat",
16+
"name": "Maruan",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/2126561?v=4",
18+
"profile": "http://maruan.alshedivat.com",
19+
"contributions": ["design", "code"]
20+
},
21+
{
22+
"login": "rohandebsarkar",
23+
"name": "Rohan Deb Sarkar",
24+
"avatar_url": "https://avatars.githubusercontent.com/u/50144004?v=4",
25+
"profile": "http://rohandebsarkar.github.io",
26+
"contributions": ["code"]
27+
},
28+
{
29+
"login": "pourmand1376",
30+
"name": "Amir Pourmand",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/32064808?v=4",
32+
"profile": "https://amirpourmand.ir",
33+
"contributions": ["code"]
34+
},
35+
{
36+
"login": "george-gca",
37+
"name": "George",
38+
"avatar_url": "https://avatars.githubusercontent.com/u/31376482?v=4",
39+
"profile": "https://george-gca.github.io/",
40+
"contributions": ["code"]
41+
}
42+
],
43+
"commitConvention": "angular"
44+
}

.devcontainer/devcontainer.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2-
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
3-
{
4-
"name": "Jekyll",
5-
"image": "mcr.microsoft.com/devcontainers/jekyll",
6-
7-
// Features to add to the dev container. More info: https://containers.dev/features.
8-
"features": {
9-
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
10-
"packages": "build-essential,imagemagick,inotify-tools,jupyter-nbconvert,procps,ruby-full,zlib1g-dev"
11-
},
12-
"ghcr.io/devcontainers-extra/features/prettier:1.0.2": {}
13-
},
14-
15-
// Optionally: run jekyll serve automatically on container entering using the Docker entrypoint
16-
"postAttachCommand": "./bin/entry_point.sh",
17-
18-
"customizations": {
19-
"vscode": {
20-
"extensions": ["esbenp.prettier-vscode", "sissel.shopify-liquid", "yzhang.markdown-all-in-one"],
21-
"settings": {
22-
// use prettier code formatter as default formatter
23-
"editor.defaultFormatter": "esbenp.prettier-vscode",
24-
"prettier.configPath": ".prettierrc",
25-
"editor.formatOnSave": true
26-
}
27-
}
28-
},
29-
30-
"remoteUser": "vscode"
31-
}
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
3+
{
4+
"name": "Jekyll",
5+
"image": "mcr.microsoft.com/devcontainers/jekyll",
6+
7+
// Features to add to the dev container. More info: https://containers.dev/features.
8+
"features": {
9+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
10+
"packages": "build-essential,imagemagick,inotify-tools,jupyter-nbconvert,procps,ruby-full,zlib1g-dev"
11+
},
12+
"ghcr.io/devcontainers-extra/features/prettier:1.0.2": {}
13+
},
14+
15+
// Optionally: run jekyll serve automatically on container entering using the Docker entrypoint
16+
"postAttachCommand": "./bin/entry_point.sh",
17+
18+
"customizations": {
19+
"vscode": {
20+
"extensions": ["esbenp.prettier-vscode", "sissel.shopify-liquid", "yzhang.markdown-all-in-one"],
21+
"settings": {
22+
// use prettier code formatter as default formatter
23+
"editor.defaultFormatter": "esbenp.prettier-vscode",
24+
"prettier.configPath": ".prettierrc",
25+
"editor.formatOnSave": true
26+
}
27+
}
28+
},
29+
30+
"remoteUser": "vscode"
31+
}

.dockerignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
_site/
2-
.git/
3-
assets/
1+
_site/
2+
.git/
3+
assets/

.git-blame-ignore-revs

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
# Template taken from https://github.com/v8/v8/blob/master/.git-blame-ignore-revs.
2-
#
3-
# This file contains a list of git hashes of revisions to be ignored by git blame. These
4-
# revisions are considered "unimportant" in that they are unlikely to be what you are
5-
# interested in when blaming. Most of these will probably be commits related to linting
6-
# and code formatting.
7-
#
8-
# Instructions:
9-
# - Only large (generally automated) reformatting or renaming CLs should be
10-
# added to this list. Do not put things here just because you feel they are
11-
# trivial or unimportant. If in doubt, do not put it on this list.
12-
# - Precede each revision with a comment containing the PR title and number.
13-
# For bulk work over many commits, place all commits in a block with a single
14-
# comment at the top describing the work done in those commits.
15-
# - Only put full 40-character hashes on this list (not short hashes or any
16-
# other revision reference).
17-
# - Append to the bottom of the file (revisions should be in chronological order
18-
# from oldest to newest).
19-
# - Because you must use a hash, you need to append to this list in a follow-up
20-
# PR to the actual reformatting PR that you are trying to ignore.
21-
22-
# Format all the code using prettier.io. (#2048, #2062)
23-
beb6f27d596e753014cb9bff1939e5f78d66431c
24-
2d34024961c3a3d27d6fd18ce06a551657983234
1+
# Template taken from https://github.com/v8/v8/blob/master/.git-blame-ignore-revs.
2+
#
3+
# This file contains a list of git hashes of revisions to be ignored by git blame. These
4+
# revisions are considered "unimportant" in that they are unlikely to be what you are
5+
# interested in when blaming. Most of these will probably be commits related to linting
6+
# and code formatting.
7+
#
8+
# Instructions:
9+
# - Only large (generally automated) reformatting or renaming CLs should be
10+
# added to this list. Do not put things here just because you feel they are
11+
# trivial or unimportant. If in doubt, do not put it on this list.
12+
# - Precede each revision with a comment containing the PR title and number.
13+
# For bulk work over many commits, place all commits in a block with a single
14+
# comment at the top describing the work done in those commits.
15+
# - Only put full 40-character hashes on this list (not short hashes or any
16+
# other revision reference).
17+
# - Append to the bottom of the file (revisions should be in chronological order
18+
# from oldest to newest).
19+
# - Because you must use a hash, you need to append to this list in a follow-up
20+
# PR to the actual reformatting PR that you are trying to ignore.
21+
22+
# Format all the code using prettier.io. (#2048, #2062)
23+
beb6f27d596e753014cb9bff1939e5f78d66431c
24+
2d34024961c3a3d27d6fd18ce06a551657983234

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Force LF line endings, needed for Docker to work on Windows
1+
# Force LF line endings, needed for Docker to work on Windows
22
*.sh text eol=lf

0 commit comments

Comments
 (0)