mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 23:15:36 +00:00
Compare commits
3 Commits
2023-10-15
...
2023-10-15
Author | SHA1 | Date | |
---|---|---|---|
f965677403 | |||
bb93c8cca2 | |||
2872b3b432 |
@ -43,8 +43,13 @@ pages:
|
|||||||
- unzip "./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 &&
|
||||||
|
cp -a ./fonts/fonts.conf /etc/fonts/conf.d/99-firgenerd.conf &&
|
||||||
|
fc-cache -fv
|
||||||
|
|
||||||
- sudo corepack enable
|
- sudo corepack enable
|
||||||
- sudo -u node pnpm install
|
- sudo -u node pnpm install
|
||||||
|
|
||||||
- sudo -u node env LANG=ja_JP.UTF-8 pnpm run build
|
- sudo -u node env LANG=ja_JP.UTF-8 pnpm run build
|
||||||
|
|
||||||
- cp -a _book/. public/
|
- cp -a _book/. public/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
{
|
{
|
||||||
"root": "./src",
|
"root": "./src",
|
||||||
"title": "「モダンからはじめる プログラミング生活!」",
|
"title": "「モダンからはじめる プログラミング生活!」",
|
||||||
"author": "Satsuki Akiba <anosatsuk124@gmail.com>",
|
"author": "Satsuki Akiba",
|
||||||
"authorShort": "Satsuki Akiba",
|
|
||||||
"language": "ja",
|
"language": "ja",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"anchors",
|
"anchors",
|
||||||
@ -12,7 +11,6 @@
|
|||||||
"search-pro-fixed"
|
"search-pro-fixed"
|
||||||
],
|
],
|
||||||
"pdf.fontSize": 16,
|
"pdf.fontSize": 16,
|
||||||
"pdf.fontFamily": "ZenMaruGothic",
|
|
||||||
"pdf.paperSize": "a4",
|
"pdf.paperSize": "a4",
|
||||||
"pdf.embedFonts": true
|
"pdf.embedFonts": true
|
||||||
}
|
}
|
||||||
|
BIN
fonts/FirgeNerd_v0.2.0.zip
(Stored with Git LFS)
Normal file
BIN
fonts/FirgeNerd_v0.2.0.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
9
fonts/fonts.conf
Normal file
9
fonts/fonts.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version='1.0'?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||||
|
<fontconfig>
|
||||||
|
<match target="pattern">
|
||||||
|
<edit name="family" mode="assign">
|
||||||
|
<string>FirgeNerd</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
</fontconfig>
|
2
public/.gitignore
vendored
Normal file
2
public/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
Reference in New Issue
Block a user