initial commit
This commit is contained in:
commit
dbb1da9360
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/beautifulhugo"]
|
||||
path = themes/beautifulhugo
|
||||
url = https://github.com/halogenica/beautifulhugo.git
|
69
config.toml
Normal file
69
config.toml
Normal file
@ -0,0 +1,69 @@
|
||||
baseurl = "https://blog.b4tman.ru"
|
||||
DefaultContentLanguage = "ru"
|
||||
title = "b4tman.ru"
|
||||
theme = "beautifulhugo"
|
||||
metaDataFormat = "yaml"
|
||||
pygmentsStyle = "trac"
|
||||
pygmentsUseClasses = true
|
||||
pygmentsCodeFences = true
|
||||
pygmentsCodefencesGuessSyntax = true
|
||||
#pygmentsUseClassic = true
|
||||
#pygmentOptions = "linenos=inline"
|
||||
#disqusShortname = "XXX"
|
||||
#googleAnalytics = "XXX"
|
||||
|
||||
[Params]
|
||||
# homeTitle = "Beautiful Hugo Theme" # Set a different text for the header on the home page
|
||||
subtitle = " "
|
||||
logo = "img/img.jpg" # Expecting square dimensions
|
||||
favicon = "img/favicon.ico"
|
||||
dateFormat = "January 2, 2006"
|
||||
commit = false
|
||||
rss = true
|
||||
comments = true
|
||||
readingTime = true
|
||||
wordCount = true
|
||||
useHLJS = true
|
||||
socialShare = true
|
||||
delayDisqus = true
|
||||
showRelatedPosts = true
|
||||
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
|
||||
|
||||
[Author]
|
||||
name = "Dmitry Belyaev"
|
||||
website = "https://b4tman.ru"
|
||||
email = "b4tm4n@mail.ru"
|
||||
github = "b4tman"
|
||||
gitlab = "b4tman"
|
||||
bitbucket = "b4tman"
|
||||
vk = "0xffff"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Блог"
|
||||
url = ""
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Git"
|
||||
url = "https://gitea.b4tman.ru"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Вопросы"
|
||||
url = "https://b4tman.ru/q/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Календарь"
|
||||
url = "https://b4tman.ru/calendar/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "обо мне"
|
||||
url = "page/about/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "теги"
|
||||
url = "tags"
|
||||
weight = 3
|
4
content/_index.md
Normal file
4
content/_index.md
Normal file
@ -0,0 +1,4 @@
|
||||
## Привет!
|
||||
|
||||
Короче привет!
|
||||
|
13
content/page/about.md
Normal file
13
content/page/about.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Обо мне
|
||||
subtitle: Кто я такой?
|
||||
comments: false
|
||||
---
|
||||
|
||||
Меня зовут Дмитрий.
|
||||
|
||||
Забавные факты:
|
||||
|
||||
- я очень ленив
|
||||
|
||||
Ну типа всё?
|
6
content/post/2019-08-13-first-post.md
Normal file
6
content/post/2019-08-13-first-post.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Первый пост!
|
||||
date: 2019-08-13
|
||||
---
|
||||
|
||||
Привет мир! Ну вот наконец то и первый пост!
|
1
layouts/partials/footer_custom.html
Normal file
1
layouts/partials/footer_custom.html
Normal file
@ -0,0 +1 @@
|
||||
<!-- Yandex.Metrika counter --> <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter48214757 = new Ya.Metrika2({ id:48214757, clickmap:true, trackLinks:true, accurateTrackBounce:true, trackHash:true, ut:"noindex" }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/tag.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks2"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/48214757?ut=noindex" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
|
0
layouts/partials/head_custom.html
Normal file
0
layouts/partials/head_custom.html
Normal file
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
BIN
static/img/img.jpg
Normal file
BIN
static/img/img.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
1
themes/beautifulhugo
Submodule
1
themes/beautifulhugo
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 07f765675dab2b00ad39aa460118edff2f2d3fcd
|
Loading…
Reference in New Issue
Block a user