gitpush
This commit is contained in:
parent
a1b3e76cac
commit
27f506d6e4
@ -28,7 +28,7 @@ custom_file_path:
|
|||||||
#bodyEnd: source/_data/body-end.njk
|
#bodyEnd: source/_data/body-end.njk
|
||||||
#variable: source/_data/variables.styl
|
#variable: source/_data/variables.styl
|
||||||
#mixin: source/_data/mixins.styl
|
#mixin: source/_data/mixins.styl
|
||||||
#style: source/_data/styles.styl
|
style: source/_data/styles.styl
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# Scheme Settings
|
# Scheme Settings
|
||||||
@ -139,7 +139,7 @@ avatar:
|
|||||||
# Replace the default image and set the url here.
|
# Replace the default image and set the url here.
|
||||||
url: /images/zhaoxin.jpg
|
url: /images/zhaoxin.jpg
|
||||||
# If true, the avatar will be displayed in circle.
|
# If true, the avatar will be displayed in circle.
|
||||||
rounded: false
|
rounded: true
|
||||||
# If true, the avatar will be rotated with the cursor.
|
# If true, the avatar will be rotated with the cursor.
|
||||||
rotated: false
|
rotated: false
|
||||||
|
|
||||||
|
4
source/_data/styles.styl
Normal file
4
source/_data/styles.styl
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pre,
|
||||||
|
code {
|
||||||
|
font-family: 'Fira Code', 'Ubuntu Mono', monospace;
|
||||||
|
}
|
@ -8,13 +8,6 @@ tags: []
|
|||||||
date: 2022-09-18 16:45:10
|
date: 2022-09-18 16:45:10
|
||||||
---
|
---
|
||||||
|
|
||||||
<style>
|
|
||||||
pre,
|
|
||||||
code {
|
|
||||||
font-family: 'Fira Code', 'Ubuntu Mono', monospace;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
let offset = 0
|
let offset = 0
|
||||||
let ratio = 0.01
|
let ratio = 0.01
|
||||||
|
Loading…
Reference in New Issue
Block a user