profile landing + avatar (stub)
This commit is contained in:
19
assets/css/extended/custom.css
Normal file
19
assets/css/extended/custom.css
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
:root {
|
||||||
|
--theme: 255, 255, 255;
|
||||||
|
--entry: 248, 249, 250;
|
||||||
|
--primary: 17, 17, 17;
|
||||||
|
--secondary: 90, 90, 90;
|
||||||
|
--content: 36, 36, 36;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: rgb(var(--theme));
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
max-width: 820px;
|
||||||
|
}
|
||||||
|
.profile .profile-title {
|
||||||
|
letter-spacing: 0.2px;
|
||||||
|
}
|
||||||
|
.profile .profile-subtitle {
|
||||||
|
opacity: 0.85;
|
||||||
|
}
|
||||||
32
config.yaml
32
config.yaml
@@ -8,14 +8,24 @@ pagination:
|
|||||||
params:
|
params:
|
||||||
defaultTheme: light
|
defaultTheme: light
|
||||||
disableThemeToggle: true
|
disableThemeToggle: true
|
||||||
homeInfoParams:
|
ShowShareButtons: false
|
||||||
Title: Привет, я Маша
|
ShowReadingTime: false
|
||||||
Content: Делаю простые вещи и веду заметки.
|
ShowPostNavLinks: false
|
||||||
menu:
|
ShowBreadCrumbs: false
|
||||||
main:
|
ShowRssButtonInSectionTermList: false
|
||||||
- name: Attendance
|
profileMode:
|
||||||
url: /attendance/
|
enabled: true
|
||||||
weight: 10
|
title: Привет, я Маша
|
||||||
- name: Submit
|
subtitle: |
|
||||||
url: /attendance/submit/
|
Коротко обо мне: учусь.
|
||||||
weight: 11
|
imageUrl: /images/avatar.jpg
|
||||||
|
imageWidth: 160
|
||||||
|
imageHeight: 160
|
||||||
|
buttons:
|
||||||
|
- name: Telegram
|
||||||
|
url: https://t.me/marder06
|
||||||
|
- name: Email
|
||||||
|
url: mailto:you@example.com
|
||||||
|
- name: Позвонить
|
||||||
|
url: tel:+79521474129
|
||||||
|
|
||||||
|
|||||||
0
static/images/avatar.jpg
Normal file
0
static/images/avatar.jpg
Normal file
Reference in New Issue
Block a user