Skip to content

Commit 80c24c1

Browse files
committed
upd. page. about. add email.
1 parent df3a157 commit 80c24c1

11 files changed

Lines changed: 37 additions & 44 deletions

blog/assets/img/avatar.jpg

23.9 KB
Loading

blog/assets/jsconfig.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"*": [
6+
"../themes/hugo-theme-stack/assets/*"
7+
]
8+
}
9+
}
10+
}

blog/config.yaml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@ permalinks:
88
post: /p/:slug/
99
page: /:slug/
1010

11-
DefaultContentLanguage: ru
11+
DefaultContentLanguage: en
1212
languages:
1313
en:
1414
languageName: en
15-
title: Example Site 123
16-
description: Example description
15+
title: Blog
16+
description: php, js, db, linux, etc.
1717
weight: 2
1818
ru:
1919
languageName: ru
20-
title: тест
21-
description: тест description
20+
title: Блог
21+
description: php, js, db, linux, etc.
2222
weight: 1
2323

2424
params:
25+
sidebar:
26+
# emoji: 🍥
27+
subtitle: php, js, db, linux, etc.
28+
avatar:
29+
enabled: true
30+
local: true
31+
src: img/avatar.jpg
32+
2533
widgets:
2634
homepage:
2735
- type: search

blog/content/about/index.en.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

blog/content/about/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "Test"
3+
description: "This is an example category"
4+
slug: "test"
5+
image: "hugo.jpg"
6+
style:
7+
background: "#2a9d8f"
8+
color: "#fff"
9+
---
148 KB
Loading

blog/content/page/about/index.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
title: About
3-
description: Hugo, the world's fastest framework for building websites
3+
description: Full-stack web developer
44
date: '2019-02-28'
55
aliases:
6-
- about-us
7-
- about-hugo
6+
- about
87
- contact
9-
license: CC BY-NC-ND
8+
# license: CC BY-NC-ND
109
lastmod: '2020-10-09'
1110
menu:
1211
main:
@@ -15,20 +14,6 @@ menu:
1514
icon: user
1615
---
1716

18-
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
17+
Contacts
1918

20-
Hugo makes use of a variety of open source projects including:
21-
22-
* https://github.com/yuin/goldmark
23-
* https://github.com/alecthomas/chroma
24-
* https://github.com/muesli/smartcrop
25-
* https://github.com/spf13/cobra
26-
* https://github.com/spf13/viper
27-
28-
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
29-
30-
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
31-
32-
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
33-
34-
Learn more and contribute on [GitHub](https://github.com/gohugoio).
19+
- svfcode@gmail.com
3.88 KB
Loading
Loading

0 commit comments

Comments
 (0)