Skip to content

Commit 7191483

Browse files
authored
Initial commit
0 parents  commit 7191483

File tree

8,278 files changed

+335351
-0
lines changed

Some content is hidden

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

8,278 files changed

+335351
-0
lines changed

.all-contributorsrc

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "sujaykundu777",
10+
"name": "Sujay Kundu",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/10703200?v=4",
12+
"profile": "https://sujaykundu.com",
13+
"contributions": [
14+
"infra",
15+
"design",
16+
"code"
17+
]
18+
},
19+
{
20+
"login": "rmrt1n",
21+
"name": "Ryan Martin",
22+
"avatar_url": "https://avatars.githubusercontent.com/u/51780559?v=4",
23+
"profile": "https://rmrt1n.github.io/",
24+
"contributions": [
25+
"infra"
26+
]
27+
},
28+
{
29+
"login": "jackneer",
30+
"name": "Jack Wu",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/6252713?v=4",
32+
"profile": "http://don't have one",
33+
"contributions": [
34+
"bug"
35+
]
36+
},
37+
{
38+
"login": "russdreamer",
39+
"name": "Iga Kovtun",
40+
"avatar_url": "https://avatars.githubusercontent.com/u/10559538?v=4",
41+
"profile": "https://github.com/russdreamer",
42+
"contributions": [
43+
"design",
44+
"bug"
45+
]
46+
},
47+
{
48+
"login": "csvance",
49+
"name": "Carroll Vance",
50+
"avatar_url": "https://avatars.githubusercontent.com/u/6805096?v=4",
51+
"profile": "https://csvance.github.io",
52+
"contributions": [
53+
"bug"
54+
]
55+
},
56+
{
57+
"login": "Tzeny",
58+
"name": "Andrei Tenescu",
59+
"avatar_url": "https://avatars.githubusercontent.com/u/6255363?v=4",
60+
"profile": "https://tzeny.com",
61+
"contributions": [
62+
"design",
63+
"code"
64+
]
65+
},
66+
{
67+
"login": "Raghwendra-Dey",
68+
"name": "Raghwendra Dey",
69+
"avatar_url": "https://avatars.githubusercontent.com/u/45457947?v=4",
70+
"profile": "http://raghwendra-dey.github.io",
71+
"contributions": [
72+
"bug"
73+
]
74+
},
75+
{
76+
"login": "Danysan1",
77+
"name": "Daniele Santini",
78+
"avatar_url": "https://avatars.githubusercontent.com/u/8406735?v=4",
79+
"profile": "https://www.dsantini.it",
80+
"contributions": [
81+
"bug"
82+
]
83+
},
84+
{
85+
"login": "aekkasit114",
86+
"name": "Chivaszx",
87+
"avatar_url": "https://avatars.githubusercontent.com/u/57280995?v=4",
88+
"profile": "http://chivaszx.netlify.app",
89+
"contributions": [
90+
"code"
91+
]
92+
},
93+
{
94+
"login": "resynth1943",
95+
"name": "resynth1943",
96+
"avatar_url": "https://avatars.githubusercontent.com/u/49915996?v=4",
97+
"profile": "https://github.com/resynth1943",
98+
"contributions": [
99+
"infra",
100+
"code"
101+
]
102+
},
103+
{
104+
"login": "x-limitless-x",
105+
"name": "Blake Drumm",
106+
"avatar_url": "https://avatars.githubusercontent.com/u/17127926?v=4",
107+
"profile": "https://blakedrumm.com",
108+
"contributions": [
109+
"code"
110+
]
111+
},
112+
{
113+
"login": "blakedrumm",
114+
"name": "Blake Drumm",
115+
"avatar_url": "https://avatars.githubusercontent.com/u/63755224?v=4",
116+
"profile": "https://blakedrumm.com",
117+
"contributions": [
118+
"doc"
119+
]
120+
},
121+
{
122+
"login": "Ledmington",
123+
"name": "Filippo Barbari",
124+
"avatar_url": "https://avatars.githubusercontent.com/u/68538713?v=4",
125+
"profile": "https://ledmington.github.io",
126+
"contributions": [
127+
"code"
128+
]
129+
},
130+
{
131+
"login": "Apezdr",
132+
"name": "Adam Drumm",
133+
"avatar_url": "https://avatars.githubusercontent.com/u/2986979?v=4",
134+
"profile": "https://github.com/Apezdr",
135+
"contributions": [
136+
"doc"
137+
]
138+
}
139+
],
140+
"contributorsPerLine": 7,
141+
"projectName": "devlopr-jekyll",
142+
"projectOwner": "sujaykundu777",
143+
"repoType": "github",
144+
"repoHost": "https://github.com",
145+
"skipCi": true,
146+
"commitConvention": "angular"
147+
}

.buildconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[default]
2+
name=Default
3+
runtime=host
4+
config-opts=
5+
run-opts=
6+
prefix=/home/sujay/.cache/gnome-builder/install/devlopr-jekyll/host
7+
app-id=
8+
postbuild=
9+
prebuild=
10+
default=true

.firebaserc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "devlopr"
4+
}
5+
}

.forestry/settings.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
new_page_extension: md
3+
auto_deploy: false
4+
admin_path:
5+
webhook_url:
6+
sections:
7+
- type: jekyll-pages
8+
label: Pages
9+
create: all
10+
- type: jekyll-posts
11+
label: Posts
12+
create: documents
13+
new_doc_ext: md
14+
- type: directory
15+
path: _products
16+
label: Products
17+
create: all
18+
match: "**/*"
19+
upload_dir: uploads
20+
public_path: "/uploads"
21+
front_matter_path: ''
22+
use_front_matter_path: false
23+
file_template: ":filename:"
24+
build:
25+
preview_env:
26+
- JEKYLL_ENV=staging
27+
preview_output_directory: _site
28+
install_dependencies_command: bundle install --path vendor/bundle
29+
preview_docker_image: forestryio/ruby:2.6
30+
mount_path: "/srv"
31+
working_dir: "/srv"
32+
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
33+
--port 8080 --host 0.0.0.0 -d _site}}

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: devlopr-jekyll # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: ['buymeacoff.ee/sujaykundu'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# To get started with Dependabot version updates, you'll need to specify which
3+
# package ecosystems to update and where the package manifests are located.
4+
# Please see the documentation for all configuration options:
5+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
6+
7+
version: 2
8+
updates:
9+
10+
# Maintain dependencies for GitHub Actions
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "daily"
15+
16+
# Maintain dependencies for gemfile/gemspec
17+
- package-ecosystem: "bundler"
18+
directory: "/" # Location of package manifests
19+
schedule:
20+
interval: "daily"
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# For most projects, this workflow file will not need changing; you simply need
2+
# to commit it to your repository. You may wish to alter this file to override
3+
# the set of languages analyzed, or to provide custom queries or build logic.
4+
5+
name: "Jekyll CI"
6+
7+
8+
# Controls when the workflow will run
9+
on:
10+
# Triggers the workflow on push or pull request events but only for the main branch
11+
push:
12+
branches: [ master ]
13+
pull_request:
14+
# The branches below must be a subset of the branches above
15+
branches: [ master ]
16+
# Triggers the workflow on push or pull request events but only for the main branch
17+
schedule:
18+
# Runs at 6am UTC every Monday
19+
- cron: '0 6 * * 1'
20+
21+
22+
jobs:
23+
# Check the Jekyll itself for errors and syntax
24+
build:
25+
name: Jekyll Build
26+
# The type of runner that the job will run on
27+
runs-on: ubuntu-latest
28+
# Check that the Jekyll can actually build
29+
steps:
30+
- name: Checkout repository
31+
uses: actions/checkout@v3
32+
- name: Build the site in the jekyll/builder container
33+
run: |
34+
docker run \
35+
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
36+
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future"
37+
38+
# Then check the markdown files are properly formatted
39+
analyse:
40+
name: Markdown Lint
41+
# The type of runner that the job will run on
42+
runs-on: ubuntu-latest
43+
# Check markdown files are markdown-lint compliant
44+
steps:
45+
- name: Checkout repository
46+
uses: actions/checkout@v3
47+
- name: Lint markdown files with markdown-lint
48+
uses: articulate/[email protected]
49+
with:
50+
# Includes some specific rules to ignore
51+
config: .github/workflows/markdownlint-config.json
52+
files: '_posts/**/*.md'
53+
# Ignore the built website, might have some funky files
54+
ignore: _site/
55+
# Try to fix basic errors
56+
fix: true

0 commit comments

Comments
 (0)