diff --git a/deploy.py b/.deprecated/deploy.py similarity index 100% rename from deploy.py rename to .deprecated/deploy.py diff --git a/unpack.php b/.deprecated/unpack.php similarity index 100% rename from unpack.php rename to .deprecated/unpack.php diff --git a/config.toml b/config.toml index e56d6ff..c772abf 100644 --- a/config.toml +++ b/config.toml @@ -1,144 +1,14 @@ -baseURL = 'https://blog.iiiypuk.me/' +baseURL = 'https://iiiypuk.me/' defaultContentLanguage = 'ru' languageCode = 'ru' title = 'Alexander Popov' theme = 'papercut' -enableRobotsTXT = false +enableRobotsTXT = true buildDrafts = false buildFuture = false buildExpired = false -googleAnalytics = 'UA-123-45' [minify] -disableXML = true +disableXML = false minifyOutput = true - -[params] -env = 'production' -title = 'Блог Сашки Попова' -description = 'Блог Сашки Попова' -keywords = ['Blog', 'iiiypuk'] -author = 'Alexander Popov' -images = [ '' ] -DateFormat = 'January 2, 2006' -defaultTheme = 'auto' -disableThemeToggle = false -ShowReadingTime = true -ShowShareButtons = false -ShowPostNavLinks = true -ShowBreadCrumbs = true -ShowCodeCopyButtons = true -ShowWordCount = false -ShowRssButtonInSectionTermList = false -UseHugoToc = false -disableSpecial1stPost = false -disableScrollToTop = false -comments = false -hidemeta = false -hideSummary = false -showtoc = false -tocopen = false - - [params.assets] - favicon = '' - favicon16x16 = '' - favicon32x32 = '' - apple_touch_icon = '' - safari_pinned_tab = '' - - [params.label] - text = 'На главную' - icon = '' - iconHeight = 35 - - [params.profileMode] - enabled = true - title = "Привет! Я Сашка 👋" - subtitle = '(phc forever)' - imageUrl = 'avatar.png' - imageWidth = 110 - imageHeight = 110 - imageTitle = 'Avatar' - - [[params.profileMode.buttons]] - name = 'Блог' - url = 'posts' - - [[params.profileMode.buttons]] - name = 'Портфолио' - url = 'https://iiiypuk.me' - - [params.homeInfoParams] - Title = 'Hi there 👋' - Content = 'Welcome to my blog' - - [[params.socialIcons]] - name = 'gitea' - url = 'https://git.a2s.su' - - [[params.socialIcons]] - name = 'kofi' - url = 'https://ko-fi.com/iiiypuk' - - [[params.socialIcons]] - name = 'email' - url = 'mailto:iiiypuk@fastmail.fm' - - [[params.socialIcons]] - name = 'steam' - url = 'https://steamcommunity.com/id/_iiiypuk' - - [[params.socialIcons]] - name = 'twitter' - url = 'https://twitter.com/_iiiypuk' - - [[params.socialIcons]] - name = 'lastfm' - url = 'https://www.last.fm/user/Alex_Popov' - -[params.analytics.google] -SiteVerificationTag = '' - -[params.analytics.bing] -SiteVerificationTag = '' - -[params.analytics.yandex] -SiteVerificationTag = '' - - [params.cover] - hidden = true - hiddenInList = true - hiddenInSingle = true - - [params.editPost] - URL = 'https://git.a2s.su/iiiypuk/Blog/content' - Text = 'Предложить исправление' - appendFilePath = true - - [params.fuseOpts] - isCaseSensitive = false - shouldSort = true - location = 0 - distance = 1_000 - threshold = 0.4 - minMatchCharLength = 0 - keys = [ 'title', 'permalink', 'summary', 'content' ] - -[[menu.main]] -identifier = 'posts' -name = 'блог' -url = '/posts/' -weight = 10 - -[[menu.main]] -identifier = 'tags' -name = 'теги' -url = '/tags/' -weight = 20 - -[[menu.main]] -identifier = 'example' -name = 'example.org' -url = 'https://example.org' -weight = 30