Skip to content

Commit f3b9af7

Browse files
committed
fix: merge conflicts
2 parents 40be82c + 74a1258 commit f3b9af7

File tree

159 files changed

+197
-111800
lines changed

Some content is hidden

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

159 files changed

+197
-111800
lines changed

.gitignore

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,74 @@
11
.DS_Store
2+
package-lock.json
3+
node_modules
24
test/report.txt
35
.vscode
46

57
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
6-
78
# Created by https://www.gitignore.io/api/jekyll,node
89
# Edit at https://www.gitignore.io/?templates=jekyll,node
9-
1010
### Jekyll ###
1111
_site/
1212
.sass-cache/
1313
.jekyll-cache/
1414
.jekyll-metadata
15-
1615
### Node ###
1716
# Logs
1817
logs
1918
*.log
2019
npm-debug.log*
2120
yarn-debug.log*
2221
yarn-error.log*
23-
2422
# Runtime data
2523
pids
2624
*.pid
2725
*.seed
2826
*.pid.lock
29-
3027
# Directory for instrumented libs generated by jscoverage/JSCover
3128
lib-cov
32-
3329
# Coverage directory used by tools like istanbul
3430
coverage
35-
3631
# nyc test coverage
3732
.nyc_output
38-
3933
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
4034
.grunt
41-
4235
# Bower dependency directory (https://bower.io/)
4336
bower_components
44-
4537
# node-waf configuration
4638
.lock-wscript
47-
4839
# Compiled binary addons (https://nodejs.org/api/addons.html)
4940
build/Release
50-
5141
# Dependency directories
5242
node_modules/
5343
jspm_packages/
54-
5544
# TypeScript v1 declaration files
5645
typings/
57-
5846
# Optional npm cache directory
5947
.npm
60-
6148
# Optional eslint cache
6249
.eslintcache
63-
6450
# Optional REPL history
6551
.node_repl_history
66-
6752
# Output of 'npm pack'
6853
*.tgz
69-
7054
# Yarn Integrity file
7155
.yarn-integrity
72-
7356
# dotenv environment variables file
7457
.env
7558
.env.test
76-
7759
# parcel-bundler cache (https://parceljs.org/)
7860
.cache
79-
8061
# next.js build output
8162
.next
82-
8363
# nuxt.js build output
8464
.nuxt
85-
8665
# vuepress build output
8766
.vuepress/dist
88-
8967
# Serverless directories
9068
.serverless/
91-
9269
# FuseBox cache
9370
.fusebox/
94-
9571
# DynamoDB Local files
9672
.dynamodb/
97-
9873
# End of https://www.gitignore.io/api/jekyll,node
99-
100-
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
101-
74+
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)

.vscode/settings.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
<<<<<<< HEAD
3+
=======
4+
"workbench.colorCustomizations": {
5+
"activityBar.background": "#6ca2ee",
6+
"activityBar.foreground": "#15202b",
7+
"activityBar.inactiveForeground": "#15202b99",
8+
"activityBarBadge.background": "#c81761",
9+
"activityBarBadge.foreground": "#e7e7e7",
10+
"titleBar.activeBackground": "#3e85e9",
11+
"titleBar.inactiveBackground": "#3e85e999",
12+
"titleBar.activeForeground": "#e7e7e7",
13+
"titleBar.inactiveForeground": "#e7e7e799",
14+
"statusBar.background": "#3e85e9",
15+
"statusBarItem.hoverBackground": "#6ca2ee",
16+
"statusBar.foreground": "#e7e7e7"
17+
},
18+
"peacock.color": "#3e85e9",
19+
"spellright.language": [
20+
"en",
21+
"de"
22+
],
23+
"spellright.documentTypes": [
24+
"markdown",
25+
"latex",
26+
"plaintext"
27+
]
28+
>>>>>>> develop
29+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ git push -u origin HEAD
5252
# Against the develop branch (not master).
5353
```
5454

55+
This repo holds the [site/docs for Basil.js](https://basiljs.github.io/). The current state of development (develop branch) can be found here [basiljs2.netlify.com](https://basiljs2.netlify.com/)
56+
5557
## Development
5658

5759
To build these docs we are using [Webpack](https://webpack.js.org/) and [Jekyll](https://jekyllrb.com/). You need both of these to develop on this.

0 commit comments

Comments
 (0)