Skip to content

Commit

Permalink
Merge pull request #1 from Comamoca/quartz
Browse files Browse the repository at this point in the history
Change publish tool to Quartz
  • Loading branch information
Comamoca authored Oct 23, 2024
2 parents bfca043 + 1b71124 commit d5b3553
Show file tree
Hide file tree
Showing 318 changed files with 21,637 additions and 3,243 deletions.
5 changes: 0 additions & 5 deletions .bookignore

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
_book/
.DS_Store
.gitignore
node_modules
.mermaid_*
public
prof
tsconfig.tsbuildinfo
.obsidian
.quartz-cache
private/
.replit
replit.nix
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.9.0
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
public
node_modules
.quartz-cache
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 jackyzha0

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
55 changes: 0 additions & 55 deletions _layouts/page.html

This file was deleted.

26 changes: 0 additions & 26 deletions article/Elixir/programs/.gitignore

This file was deleted.

155 changes: 0 additions & 155 deletions article/SUMMARY.md

This file was deleted.

10 changes: 0 additions & 10 deletions book.json

This file was deleted.

5 changes: 0 additions & 5 deletions build.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ここではDenoの環境構築について説明します。DenoはLSPが内蔵されているため、新しくLSPサーバーをインストールする必要はありません。しかし、使える状態にするためにはいくつか作業を行う必要があります。

## VSCode

VSCodeでは公式から出ている拡張機能が使えます。

## Vim/Neovim
Vimユーザーの方はプラグインが公開されているので、それをインストールしてください。また、Neovimを使っている方はBuildin LSPを管理するプラグイン[Mason.vim](https://github.com/williamboman/mason.nvim)を用いるのがオススメです。
ここではDenoの環境構築について説明します。DenoはLSPが内蔵されているため、新しくLSPサーバーをインストールする必要はありません。しかし、使える状態にするためにはいくつか作業を行う必要があります。

## VSCode

VSCodeでは公式から出ている拡張機能が使えます。

## Vim/Neovim
Vimユーザーの方はプラグインが公開されているので、それをインストールしてください。また、Neovimを使っている方はBuildin LSPを管理するプラグイン[Mason.vim](https://github.com/williamboman/mason.nvim)を用いるのがオススメです。
Loading

0 comments on commit d5b3553

Please sign in to comment.