mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 23:15:36 +00:00
Compare commits
12 Commits
2023-10-17
...
2023-10-25
Author | SHA1 | Date | |
---|---|---|---|
840892daa6 | |||
e98203ddac | |||
de0874c866 | |||
1ebfc82f78 | |||
74bce86804 | |||
7665da5c08 | |||
630ba71c8f | |||
ac7e50b940 | |||
5c2ff7aaee | |||
64a5e34538 | |||
8a459a7664 | |||
0c13b9c9d2 |
@ -5,6 +5,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/devlifefrommodernway/${CI_COMMIT_TAG}"
|
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/devlifefrommodernway/${CI_COMMIT_TAG}"
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
stage: upload
|
stage: upload
|
||||||
@ -40,11 +41,11 @@ pages:
|
|||||||
- apt-get update && apt-get install -y calibre --no-install-recommends
|
- apt-get update && apt-get install -y calibre --no-install-recommends
|
||||||
|
|
||||||
- apt-get update && apt-get install -y fontconfig unzip sudo
|
- apt-get update && apt-get install -y fontconfig unzip sudo
|
||||||
- unzip "./styles/fonts/*.zip" -d /usr/share/fonts/
|
- unzip "./fonts/*.zip" -d /usr/share/fonts/
|
||||||
&& fc-cache -fv
|
&& fc-cache -fv
|
||||||
|
|
||||||
- mkdir -p /etc/fonts/conf.d &&
|
- mkdir -p /etc/fonts/conf.d &&
|
||||||
cp -a ./styles/fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
|
cp -a ./fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
|
||||||
fc-cache -fv
|
fc-cache -fv
|
||||||
|
|
||||||
- sudo corepack enable
|
- sudo corepack enable
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "gitbook-plugin-obsidian-code-admonition"]
|
||||||
|
path = plugins/gitbook-plugin-obsidian-code-admonition
|
||||||
|
url = https://github.com/anosatsuk124/gitbook-plugin-obsidian-code-admonition.git
|
12
book.json
12
book.json
@ -7,12 +7,14 @@
|
|||||||
"anchors",
|
"anchors",
|
||||||
"collapsible-chapters",
|
"collapsible-chapters",
|
||||||
"hide-published-with",
|
"hide-published-with",
|
||||||
"hints",
|
"search-pro-fixed",
|
||||||
"search-pro-fixed"
|
"image-captions",
|
||||||
|
"copy-code-button",
|
||||||
|
"obsidian-code-admonition",
|
||||||
|
"-highlight",
|
||||||
|
"prism"
|
||||||
],
|
],
|
||||||
"styles": {
|
"pdf.fontFamily": "FirgeNerd",
|
||||||
"website": "./_styles/website.css"
|
|
||||||
},
|
|
||||||
"pdf.fontSize": 16,
|
"pdf.fontSize": 16,
|
||||||
"pdf.paperSize": "a4",
|
"pdf.paperSize": "a4",
|
||||||
"pdf.embedFonts": true
|
"pdf.embedFonts": true
|
||||||
|
BIN
fonts/M_PLUS_1p.zip
(Stored with Git LFS)
BIN
fonts/M_PLUS_1p.zip
(Stored with Git LFS)
Binary file not shown.
BIN
fonts/Zen_Maru_Gothic.zip
(Stored with Git LFS)
BIN
fonts/Zen_Maru_Gothic.zip
(Stored with Git LFS)
Binary file not shown.
@ -15,11 +15,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gitbook-plugin-anchors": "^0.7.1",
|
"gitbook-plugin-anchors": "^0.7.1",
|
||||||
"gitbook-plugin-collapsible-chapters": "^0.1.8",
|
"gitbook-plugin-collapsible-chapters": "^0.1.8",
|
||||||
|
"gitbook-plugin-copy-code-button": "^0.0.2",
|
||||||
"gitbook-plugin-hide-published-with": "^0.0.1",
|
"gitbook-plugin-hide-published-with": "^0.0.1",
|
||||||
"gitbook-plugin-hints": "^1.0.2",
|
"gitbook-plugin-obsidian-code-admonition": "link:./plugins/gitbook-plugin-obsidian-code-admonition",
|
||||||
"gitbook-plugin-search-pro-fixed": "^1.0.1",
|
"gitbook-plugin-search-pro-fixed": "^1.0.1",
|
||||||
"graceful-fs": "^4.2.11",
|
"graceful-fs": "^4.2.11",
|
||||||
"honkit": "^5.1.1",
|
"honkit": "^5.1.1",
|
||||||
|
"honkit-plugin-image-captions": "^3.1.1",
|
||||||
|
"honkit-plugin-prism": "^2.5.1",
|
||||||
"license-report": "^6.5.0",
|
"license-report": "^6.5.0",
|
||||||
"npm-run-all": "^4.1.5"
|
"npm-run-all": "^4.1.5"
|
||||||
}
|
}
|
||||||
|
1
plugins/gitbook-plugin-obsidian-code-admonition
Submodule
1
plugins/gitbook-plugin-obsidian-code-admonition
Submodule
Submodule plugins/gitbook-plugin-obsidian-code-admonition added at a8f0c6189c
193
pnpm-lock.yaml
generated
193
pnpm-lock.yaml
generated
@ -11,12 +11,15 @@ devDependencies:
|
|||||||
gitbook-plugin-collapsible-chapters:
|
gitbook-plugin-collapsible-chapters:
|
||||||
specifier: ^0.1.8
|
specifier: ^0.1.8
|
||||||
version: 0.1.8
|
version: 0.1.8
|
||||||
|
gitbook-plugin-copy-code-button:
|
||||||
|
specifier: ^0.0.2
|
||||||
|
version: 0.0.2
|
||||||
gitbook-plugin-hide-published-with:
|
gitbook-plugin-hide-published-with:
|
||||||
specifier: ^0.0.1
|
specifier: ^0.0.1
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
gitbook-plugin-hints:
|
gitbook-plugin-obsidian-code-admonition:
|
||||||
specifier: ^1.0.2
|
specifier: link:./plugins/gitbook-plugin-obsidian-code-admonition
|
||||||
version: 1.0.2
|
version: link:plugins/gitbook-plugin-obsidian-code-admonition
|
||||||
gitbook-plugin-search-pro-fixed:
|
gitbook-plugin-search-pro-fixed:
|
||||||
specifier: ^1.0.1
|
specifier: ^1.0.1
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
@ -26,6 +29,12 @@ devDependencies:
|
|||||||
honkit:
|
honkit:
|
||||||
specifier: ^5.1.1
|
specifier: ^5.1.1
|
||||||
version: 5.1.1
|
version: 5.1.1
|
||||||
|
honkit-plugin-image-captions:
|
||||||
|
specifier: ^3.1.1
|
||||||
|
version: 3.1.1
|
||||||
|
honkit-plugin-prism:
|
||||||
|
specifier: ^2.5.1
|
||||||
|
version: 2.5.1
|
||||||
license-report:
|
license-report:
|
||||||
specifier: ^6.5.0
|
specifier: ^6.5.0
|
||||||
version: 6.5.0
|
version: 6.5.0
|
||||||
@ -312,6 +321,28 @@ packages:
|
|||||||
domutils: 3.1.0
|
domutils: 3.1.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/cheerio@0.22.0:
|
||||||
|
resolution: {integrity: sha512-8/MzidM6G/TgRelkzDG13y3Y9LxBjCb+8yOEZ9+wwq5gVF2w2pV0wmHvjfT0RvuxGyR7UEuK36r+yYMbT4uKgA==}
|
||||||
|
engines: {node: '>= 0.6'}
|
||||||
|
dependencies:
|
||||||
|
css-select: 1.2.0
|
||||||
|
dom-serializer: 0.1.1
|
||||||
|
entities: 1.1.2
|
||||||
|
htmlparser2: 3.10.1
|
||||||
|
lodash.assignin: 4.2.0
|
||||||
|
lodash.bind: 4.2.1
|
||||||
|
lodash.defaults: 4.2.0
|
||||||
|
lodash.filter: 4.6.0
|
||||||
|
lodash.flatten: 4.4.0
|
||||||
|
lodash.foreach: 4.5.0
|
||||||
|
lodash.map: 4.6.0
|
||||||
|
lodash.merge: 4.6.2
|
||||||
|
lodash.pick: 4.4.0
|
||||||
|
lodash.reduce: 4.6.0
|
||||||
|
lodash.reject: 4.6.0
|
||||||
|
lodash.some: 4.6.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/cheerio@1.0.0-rc.10:
|
/cheerio@1.0.0-rc.10:
|
||||||
resolution: {integrity: sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==}
|
resolution: {integrity: sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
@ -431,6 +462,15 @@ packages:
|
|||||||
which: 1.3.1
|
which: 1.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/css-select@1.2.0:
|
||||||
|
resolution: {integrity: sha512-dUQOBoqdR7QwV90WysXPLXG5LO7nhYBgiWVfxF80DKPF8zx1t/pUd2FYy73emg3zrjtM6dzmYgbHKfV2rxiHQA==}
|
||||||
|
dependencies:
|
||||||
|
boolbase: 1.0.0
|
||||||
|
css-what: 2.1.3
|
||||||
|
domutils: 1.5.1
|
||||||
|
nth-check: 1.0.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/css-select@4.3.0:
|
/css-select@4.3.0:
|
||||||
resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
|
resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -451,6 +491,10 @@ packages:
|
|||||||
nth-check: 2.1.1
|
nth-check: 2.1.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/css-what@2.1.3:
|
||||||
|
resolution: {integrity: sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/css-what@6.1.0:
|
/css-what@6.1.0:
|
||||||
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
|
resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
@ -575,6 +619,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/domhandler@2.4.2:
|
||||||
|
resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==}
|
||||||
|
dependencies:
|
||||||
|
domelementtype: 1.3.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/domhandler@3.3.0:
|
/domhandler@3.3.0:
|
||||||
resolution: {integrity: sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==}
|
resolution: {integrity: sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==}
|
||||||
engines: {node: '>= 4'}
|
engines: {node: '>= 4'}
|
||||||
@ -596,6 +646,20 @@ packages:
|
|||||||
domelementtype: 2.3.0
|
domelementtype: 2.3.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/domutils@1.5.1:
|
||||||
|
resolution: {integrity: sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==}
|
||||||
|
dependencies:
|
||||||
|
dom-serializer: 0.1.1
|
||||||
|
domelementtype: 1.3.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/domutils@1.7.0:
|
||||||
|
resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==}
|
||||||
|
dependencies:
|
||||||
|
dom-serializer: 0.1.1
|
||||||
|
domelementtype: 1.3.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/domutils@2.8.0:
|
/domutils@2.8.0:
|
||||||
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
|
resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -872,7 +936,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-uA0agz3Z6Rohs9MfI0kTLeYVjhA16DvxsYd5ao5QOLIWePLoU3YdA2aqGGQf0lUsXbdoD/pQi1m6TuCikPH3VQ==}
|
resolution: {integrity: sha512-uA0agz3Z6Rohs9MfI0kTLeYVjhA16DvxsYd5ao5QOLIWePLoU3YdA2aqGGQf0lUsXbdoD/pQi1m6TuCikPH3VQ==}
|
||||||
engines: {gitbook: '>=2.5.0'}
|
engines: {gitbook: '>=2.5.0'}
|
||||||
dependencies:
|
dependencies:
|
||||||
cheerio: 1.0.0-rc.12
|
cheerio: 0.22.0
|
||||||
github-slugid: 1.0.1
|
github-slugid: 1.0.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
@ -881,6 +945,10 @@ packages:
|
|||||||
engines: {gitbook: '>=0.4.6'}
|
engines: {gitbook: '>=0.4.6'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/gitbook-plugin-copy-code-button@0.0.2:
|
||||||
|
resolution: {integrity: sha512-47i/0/HQBb9Z7jSkfSkDuwP8vJw6gEpgvI4HTmuKGK4Vqd7mDIE3h/1HgJocLkqtz1/WwDPoU/vNiG/06J4x/Q==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/gitbook-plugin-fontsettings@2.0.0:
|
/gitbook-plugin-fontsettings@2.0.0:
|
||||||
resolution: {integrity: sha512-bZpz/Jev7lL1d3VNp41KHZD67UYqyqdOwbsJE6YEW93R2mGiLfZLpUs86d2nrY61BedhlNck1xF52FNT6sWeig==}
|
resolution: {integrity: sha512-bZpz/Jev7lL1d3VNp41KHZD67UYqyqdOwbsJE6YEW93R2mGiLfZLpUs86d2nrY61BedhlNck1xF52FNT6sWeig==}
|
||||||
engines: {gitbook: '>=2.4.0'}
|
engines: {gitbook: '>=2.4.0'}
|
||||||
@ -890,11 +958,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-aa4Dch5lJ1xzNRpLur2P53IOLqyWR+me1wwU9hd90+WoHXqL/N7LM3QHwmfZcDVXmU74AxSbp6xoNf8YLAGxcg==}
|
resolution: {integrity: sha512-aa4Dch5lJ1xzNRpLur2P53IOLqyWR+me1wwU9hd90+WoHXqL/N7LM3QHwmfZcDVXmU74AxSbp6xoNf8YLAGxcg==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/gitbook-plugin-hints@1.0.2:
|
|
||||||
resolution: {integrity: sha512-Zj0ZA38H31TZvhnBvyVjSNIUv30MnhNPcFlAJaAKwenytHY7fNYuOv7x1Hjukk4R4A7HGeCILiCW5a4bXRqWWQ==}
|
|
||||||
engines: {gitbook: '>2.x.x'}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/gitbook-plugin-livereload@0.0.1:
|
/gitbook-plugin-livereload@0.0.1:
|
||||||
resolution: {integrity: sha512-+5xinicId2ZcbP6jBTFfQBnjz8nhoBgcOuQfKTEM6Yg9fBsmo2mxY6ubrx1b5ozuIMyfDLkSihx97A7+X+EtQQ==}
|
resolution: {integrity: sha512-+5xinicId2ZcbP6jBTFfQBnjz8nhoBgcOuQfKTEM6Yg9fBsmo2mxY6ubrx1b5ozuIMyfDLkSihx97A7+X+EtQQ==}
|
||||||
dev: true
|
dev: true
|
||||||
@ -1029,6 +1092,23 @@ packages:
|
|||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/honkit-plugin-image-captions@3.1.1:
|
||||||
|
resolution: {integrity: sha512-ZkJ+LyIax/EpGymU6pJDVEwOUexhQgClpfsPBFA3e54z7fSLo5CnEyegBpOw2mUz2NXyTrEpmuZ9/M9iuBmZOw==}
|
||||||
|
engines: {gitbook: '>=3.0.0'}
|
||||||
|
dependencies:
|
||||||
|
cheerio: 0.22.0
|
||||||
|
q: 1.5.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/honkit-plugin-prism@2.5.1:
|
||||||
|
resolution: {integrity: sha512-tyWb49euUx7We0NptzKNZxICrtjU9qjhfXbpedLIriHJSDyhf3mryoySGvHWJ39AJGTawk5Pzs8puHAXeQDA/g==}
|
||||||
|
engines: {gitbook: '>=2.4.1'}
|
||||||
|
dependencies:
|
||||||
|
cheerio: 0.22.0
|
||||||
|
mkdirp: 2.1.6
|
||||||
|
prismjs: 1.29.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/honkit@5.1.1:
|
/honkit@5.1.1:
|
||||||
resolution: {integrity: sha512-dacSCX0bXL4TF7yT4nQ9ZSTofpFhxrljm4sonrnwxPP1RV36mmQVfFagKfImZvGYxr+HR4wDfVnaSjWExTISWQ==}
|
resolution: {integrity: sha512-dacSCX0bXL4TF7yT4nQ9ZSTofpFhxrljm4sonrnwxPP1RV36mmQVfFagKfImZvGYxr+HR4wDfVnaSjWExTISWQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
@ -1097,6 +1177,17 @@ packages:
|
|||||||
engines: {'0': node >= 0.4.0}
|
engines: {'0': node >= 0.4.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/htmlparser2@3.10.1:
|
||||||
|
resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==}
|
||||||
|
dependencies:
|
||||||
|
domelementtype: 1.3.1
|
||||||
|
domhandler: 2.4.2
|
||||||
|
domutils: 1.7.0
|
||||||
|
entities: 1.1.2
|
||||||
|
inherits: 2.0.4
|
||||||
|
readable-stream: 3.6.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/htmlparser2@5.0.1:
|
/htmlparser2@5.0.1:
|
||||||
resolution: {integrity: sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==}
|
resolution: {integrity: sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1432,6 +1523,54 @@ packages:
|
|||||||
strip-bom: 3.0.0
|
strip-bom: 3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/lodash.assignin@4.2.0:
|
||||||
|
resolution: {integrity: sha512-yX/rx6d/UTVh7sSVWVSIMjfnz95evAgDFdb1ZozC35I9mSFCkmzptOzevxjgbQUsc78NR44LVHWjsoMQXy9FDg==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.bind@4.2.1:
|
||||||
|
resolution: {integrity: sha512-lxdsn7xxlCymgLYo1gGvVrfHmkjDiyqVv62FAeF2i5ta72BipE1SLxw8hPEPLhD4/247Ijw07UQH7Hq/chT5LA==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.defaults@4.2.0:
|
||||||
|
resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.filter@4.6.0:
|
||||||
|
resolution: {integrity: sha512-pXYUy7PR8BCLwX5mgJ/aNtyOvuJTdZAo9EQFUvMIYugqmJxnrYaANvTbgndOzHSCSR0wnlBBfRXJL5SbWxo3FQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.flatten@4.4.0:
|
||||||
|
resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.foreach@4.5.0:
|
||||||
|
resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.map@4.6.0:
|
||||||
|
resolution: {integrity: sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.merge@4.6.2:
|
||||||
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.pick@4.4.0:
|
||||||
|
resolution: {integrity: sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.reduce@4.6.0:
|
||||||
|
resolution: {integrity: sha512-6raRe2vxCYBhpBu+B+TtNGUzah+hQjVdu3E17wfusjyrXBka2nBS8OH/gjVZ5PvHOhWmIZTYri09Z6n/QfnNMw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.reject@4.6.0:
|
||||||
|
resolution: {integrity: sha512-qkTuvgEzYdyhiJBx42YPzPo71R1aEr0z79kAv7Ixg8wPFEjgRgJdUsGMG3Hf3OYSF/kHI79XhNlt+5Ar6OzwxQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
|
/lodash.some@4.6.0:
|
||||||
|
resolution: {integrity: sha512-j7MJE+TuT51q9ggt4fSgVqro163BEFjAt3u97IqU+JA2DkWl80nFTrowzLpZ/BnpN7rrl0JA/593NAdd8p/scQ==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/lodash@4.17.21:
|
/lodash@4.17.21:
|
||||||
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
||||||
dev: true
|
dev: true
|
||||||
@ -1520,6 +1659,12 @@ packages:
|
|||||||
hasBin: true
|
hasBin: true
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/mkdirp@2.1.6:
|
||||||
|
resolution: {integrity: sha512-+hEnITedc8LAtIP9u3HJDFIdcLV2vXP33sqLLIzkv1Db1zO/1OxbvYf0Y1OC/S/Qo5dxHXepofhmxL02PsKe+A==}
|
||||||
|
engines: {node: '>=10'}
|
||||||
|
hasBin: true
|
||||||
|
dev: true
|
||||||
|
|
||||||
/moment@2.29.4:
|
/moment@2.29.4:
|
||||||
resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==}
|
resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==}
|
||||||
dev: true
|
dev: true
|
||||||
@ -1594,6 +1739,12 @@ packages:
|
|||||||
string.prototype.padend: 3.1.5
|
string.prototype.padend: 3.1.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/nth-check@1.0.2:
|
||||||
|
resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==}
|
||||||
|
dependencies:
|
||||||
|
boolbase: 1.0.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/nth-check@2.1.1:
|
/nth-check@2.1.1:
|
||||||
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1756,6 +1907,11 @@ packages:
|
|||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/prismjs@1.29.0:
|
||||||
|
resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==}
|
||||||
|
engines: {node: '>=6'}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/q@1.5.1:
|
/q@1.5.1:
|
||||||
resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==}
|
resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==}
|
||||||
engines: {node: '>=0.6.0', teleport: '>=0.2.0'}
|
engines: {node: '>=0.6.0', teleport: '>=0.2.0'}
|
||||||
@ -1805,6 +1961,15 @@ packages:
|
|||||||
path-type: 3.0.0
|
path-type: 3.0.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/readable-stream@3.6.2:
|
||||||
|
resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==}
|
||||||
|
engines: {node: '>= 6'}
|
||||||
|
dependencies:
|
||||||
|
inherits: 2.0.4
|
||||||
|
string_decoder: 1.3.0
|
||||||
|
util-deprecate: 1.0.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/readdirp@3.6.0:
|
/readdirp@3.6.0:
|
||||||
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==}
|
||||||
engines: {node: '>=8.10.0'}
|
engines: {node: '>=8.10.0'}
|
||||||
@ -2059,6 +2224,12 @@ packages:
|
|||||||
resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==}
|
resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/string_decoder@1.3.0:
|
||||||
|
resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==}
|
||||||
|
dependencies:
|
||||||
|
safe-buffer: 5.2.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/strip-ansi@6.0.1:
|
/strip-ansi@6.0.1:
|
||||||
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@ -2206,6 +2377,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==}
|
resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/util-deprecate@1.0.2:
|
||||||
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
||||||
|
dev: true
|
||||||
|
|
||||||
/valid-data-url@3.0.1:
|
/valid-data-url@3.0.1:
|
||||||
resolution: {integrity: sha512-jOWVmzVceKlVVdwjNSenT4PbGghU0SBIizAev8ofZVgivk/TVHXSbNL8LP6M3spZvkR9/QolkyJavGSX5Cs0UA==}
|
resolution: {integrity: sha512-jOWVmzVceKlVVdwjNSenT4PbGghU0SBIizAev8ofZVgivk/TVHXSbNL8LP6M3spZvkR9/QolkyJavGSX5Cs0UA==}
|
||||||
engines: {node: '>=10'}
|
engines: {node: '>=10'}
|
||||||
|
@ -14,6 +14,12 @@
|
|||||||
> You should have received a copy of the license along with this
|
> You should have received a copy of the license along with this
|
||||||
> work. If not, see <https://creativecommons.org/licenses/by/4.0/>.
|
> work. If not, see <https://creativecommons.org/licenses/by/4.0/>.
|
||||||
|
|
||||||
|
# フォント
|
||||||
|
|
||||||
|
| Name | Author | License type | Link |
|
||||||
|
| :---- | :----------- | :-------------------- | :----------------------------- |
|
||||||
|
| Firge | Yuko OTAWARA | SIL Open Font License | https://github.com/yuru7/Firge |
|
||||||
|
|
||||||
## その他の使用ライブラリ等の外部ライセンス
|
## その他の使用ライブラリ等の外部ライセンス
|
||||||
|
|
||||||
{%include "EXTERNAL_LICENSE_REPORT.md" %}
|
{%include "EXTERNAL_LICENSE_REPORT.md" %}
|
||||||
|
@ -1,40 +1,34 @@
|
|||||||
# 「モダンからはじめる プログラミング生活!」
|
# 「モダンからはじめる プログラミング生活!」
|
||||||
|
|
||||||
{% hint style="info" %}
|
> [!info] **本としてダウンロード**
|
||||||
|
>
|
||||||
|
> [**Releases**](https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io/-/releases/permalink/latest) から以下のファイル形式でのダウンロードも可能です。
|
||||||
|
>
|
||||||
|
> - PDF
|
||||||
|
>
|
||||||
|
> - EPUB
|
||||||
|
>
|
||||||
|
> - MOBI
|
||||||
|
>
|
||||||
|
> **link: <https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io/-/releases/permalink/latest>**
|
||||||
|
|
||||||
**本としてダウンロード**
|
---
|
||||||
|
|
||||||
[**Releases**](https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io/-/releases/permalink/latest) から以下のファイル形式でのダウンロードも可能です。
|
> [!danger] **注意**:
|
||||||
|
>
|
||||||
- PDF
|
> 本リポジトリは余裕をもって、片手間にでも読み進めることを想定しています。
|
||||||
|
>
|
||||||
- EPUB
|
> いますぐ即戦力になるような教材では**ありません**。
|
||||||
|
>
|
||||||
- MOBI
|
> 興味を持ったところから、気軽に読み進めてください。
|
||||||
|
|
||||||
**link: <https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io/-/releases/permalink/latest>**
|
|
||||||
|
|
||||||
{% endhint %}
|
|
||||||
|
|
||||||
{% hint style="danger" %}
|
|
||||||
|
|
||||||
**注意**:
|
|
||||||
|
|
||||||
本リポジトリは余裕をもって、片手間にでも読み進めることを想定しています。
|
|
||||||
|
|
||||||
いますぐ即戦力になるような教材では**ありません**。
|
|
||||||
|
|
||||||
興味を持ったところから、気軽に読み進めてください。
|
|
||||||
|
|
||||||
{% endhint %}
|
|
||||||
|
|
||||||
本リポジトリはゲーム感覚で現代的で実践的なプログラマになるための教材です。
|
本リポジトリはゲーム感覚で現代的で実践的なプログラマになるための教材です。
|
||||||
|
|
||||||
## 構成と目的
|
## 構成と目的
|
||||||
|
|
||||||
多くのプログラミング教材が** (たった) 一つの**プログラミング言語 (あるいは _framework_) の文法や機能を説明することに重点を置いていますが、
|
多くのプログラミング教材が** (たった) 一つの**プログラミング言語 (あるいは _framework_) の文法や機能を説明することに重点を置いています。
|
||||||
ここではそれらを最小限に抑え、むしろより多くの広い範囲に目を向けます。
|
|
||||||
|
|
||||||
|
しかしここではそれらを最小限に抑え、
|
||||||
様々な領域の開発を通じて**プログラミングと開発**を広く学びます (プログラミング**言語**を広く学ぶわけではないのです!) 。
|
様々な領域の開発を通じて**プログラミングと開発**を広く学びます (プログラミング**言語**を広く学ぶわけではないのです!) 。
|
||||||
|
|
||||||
- 低レイヤプログラミング
|
- 低レイヤプログラミング
|
||||||
@ -54,20 +48,27 @@
|
|||||||
- プログラミングにまつわる思想 / 文化
|
- プログラミングにまつわる思想 / 文化
|
||||||
|
|
||||||
- 複数のプログラミング言語を書く力
|
- 複数のプログラミング言語を書く力
|
||||||
|
|
||||||
- `JavaScript / TypeScript`
|
- `JavaScript / TypeScript`
|
||||||
|
|
||||||
- `Rust`
|
- `Rust`
|
||||||
|
|
||||||
- `C#`
|
- `C#`
|
||||||
|
|
||||||
など、プログラミングとは切り離せない周辺分野の知識さえも得られます。
|
など、プログラミングとは切り離せない周辺分野の知識さえも得られます。
|
||||||
|
|
||||||
## なぜ複数の言語を学ぶのか
|
## なぜ複数の言語を学ぶのか
|
||||||
|
|
||||||
例えば、[X (Twitter)][2] の [Twitter の GitHub][1] [^1] を見てみると、 **Top languages** (プログラミング言語のランキング) は
|
例えば、[Twitter の GitHub][1] [^1] を見てみると、 **Top languages** (プログラミング言語のランキング) は
|
||||||
|
|
||||||
- `Scala`
|
- `Scala`
|
||||||
|
|
||||||
- `Java`
|
- `Java`
|
||||||
|
|
||||||
- `Python`
|
- `Python`
|
||||||
|
|
||||||
- `JavaScript`
|
- `JavaScript`
|
||||||
|
|
||||||
- `C`
|
- `C`
|
||||||
|
|
||||||
となっています。他にも同サービスには `Rust` や `TypeScript` なども利用されています。
|
となっています。他にも同サービスには `Rust` や `TypeScript` なども利用されています。
|
||||||
@ -87,6 +88,8 @@
|
|||||||
[1]: https://github.com/twitter
|
[1]: https://github.com/twitter
|
||||||
[2]: https://x.com/
|
[2]: https://x.com/
|
||||||
|
|
||||||
|
[^1]: [X (Twitter)][2] は、イーロン氏以降に _Open Source_ 化が進んでいます。
|
||||||
|
|
||||||
## このリポジトリの使い方、読み進め方
|
## このリポジトリの使い方、読み進め方
|
||||||
|
|
||||||
### 用語の表記について
|
### 用語の表記について
|
||||||
@ -96,7 +99,4 @@
|
|||||||
|
|
||||||
> プログラミング言語 (あるいは _framework_) の文法や機能を …
|
> プログラミング言語 (あるいは _framework_) の文法や機能を …
|
||||||
|
|
||||||
---
|
[^2]: Google での検索しやすさ。C 言語は `C` と検索せず、 `C-language` `C-lang` などとすると Googleablity が高い。
|
||||||
|
|
||||||
[^1]: [X (Twitter)][2] は、イーロン氏以降に _Open Source_ 化が進んでいます。
|
|
||||||
[^2]: Google での検索しやすさ。`C language` は `C-language` `C-lang` などと表記すると Googleablity が高い。
|
|
||||||
|
13
src/_layouts/layout.html
Normal file
13
src/_layouts/layout.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<!-- prettier-ignore -->
|
||||||
|
{% extends template.self %}
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
{% block style %}
|
||||||
|
{{ super() }}
|
||||||
|
<link rel="stylesheet" href="/_styles/base.css" />
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
{% block body %}
|
||||||
|
{{ super() }}
|
||||||
|
{% endblock %}
|
103
src/_styles/base.css
Normal file
103
src/_styles/base.css
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "FirgeNerd";
|
||||||
|
src: url("./fonts/woff2/FirgeNerd-Regular.woff2") format("woff2");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "FirgeNerd";
|
||||||
|
src: url("./fonts/woff2/FirgeNerd-Bold.woff2") format("woff2");
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.book.font-family-1 {
|
||||||
|
font-family: "FirgeNerd", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section p {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section code,
|
||||||
|
.markdown-section pre {
|
||||||
|
font-family: "FirgeNerd", monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section code {
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* For hints Plguin */
|
||||||
|
|
||||||
|
.hints-container {
|
||||||
|
/* To be fitted */
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hints-alert {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* UnderLines */
|
||||||
|
|
||||||
|
.markdown-section h1,
|
||||||
|
.markdown-section h2,
|
||||||
|
.markdown-section h3,
|
||||||
|
.markdown-section h4,
|
||||||
|
.markdown-section h5,
|
||||||
|
.markdown-section h6 {
|
||||||
|
border-bottom: dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Table responsive */
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-top: 1px solid #ccc;
|
||||||
|
border-left: 1px solid #ccc;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
width: 16.6%;
|
||||||
|
padding: 0.6em 1em;
|
||||||
|
border-right: 1px solid #ccc;
|
||||||
|
border-bottom: 1px solid #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 640px) {
|
||||||
|
body {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody {
|
||||||
|
overflow-x: scroll;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:last-child {
|
||||||
|
margin-left: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
display: block;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
@ -1,30 +0,0 @@
|
|||||||
@font-face {
|
|
||||||
font-family: "FirgeNerd";
|
|
||||||
src: url("./fonts/woff2/FirgeNerd-Regular.woff2") format("woff2");
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "FirgeNerd";
|
|
||||||
src: url("./fonts/woff2/FirgeNerd-Bold.woff2") format("woff2");
|
|
||||||
font-weight: bold;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.book.font-family-1 {
|
|
||||||
font-family: "FirgeNerd", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section p {
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section code,
|
|
||||||
.markdown-section pre {
|
|
||||||
font-family: "FirgeNerd", monospace;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdown-section code {
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
Reference in New Issue
Block a user