diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css new file mode 100644 index 0000000..12b1d53 --- /dev/null +++ b/assets/css/extended/custom.css @@ -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; +} diff --git a/config.yaml b/config.yaml index 9afd015..448bd98 100644 --- a/config.yaml +++ b/config.yaml @@ -8,14 +8,24 @@ pagination: params: defaultTheme: light disableThemeToggle: true - homeInfoParams: - Title: Привет, я Маша - Content: Делаю простые вещи и веду заметки. -menu: - main: - - name: Attendance - url: /attendance/ - weight: 10 - - name: Submit - url: /attendance/submit/ - weight: 11 + ShowShareButtons: false + ShowReadingTime: false + ShowPostNavLinks: false + ShowBreadCrumbs: false + ShowRssButtonInSectionTermList: false + profileMode: + enabled: true + title: Привет, я Маша + subtitle: | + Коротко обо мне: учусь. + 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 + diff --git a/static/images/avatar.jpg b/static/images/avatar.jpg new file mode 100644 index 0000000..e69de29