@ -1,3 +1,3 @@ |
|||
[submodule "themes/alberta-eniac111"] |
|||
path = themes/alberta-eniac111 |
|||
url = https://github.com/eniac111/hexo-theme-alberta |
|||
[submodule "themes/hugo.386"] |
|||
path = themes/hugo.386 |
|||
url = https://gitlab.com/maxlefou/hugo.386 |
|||
|
@ -1,86 +0,0 @@ |
|||
# Hexo Configuration |
|||
## Docs: http://hexo.io/docs/configuration.html |
|||
## Source: https://github.com/hexojs/hexo/ |
|||
|
|||
# Site |
|||
title: Blagovest Petrov's blog |
|||
subtitle: |
|||
description: |
|||
author: Blagovest Petrov |
|||
language: en |
|||
timezone: Europe/Sofia |
|||
|
|||
# Feed |
|||
feed: |
|||
type: atom |
|||
path: atom.xml |
|||
limit: 20 |
|||
|
|||
# URL |
|||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' |
|||
url: http://petrovs.info |
|||
root: / |
|||
permalink: :year/:month/:day/:title/ |
|||
permalink_defaults: |
|||
|
|||
# Directory |
|||
source_dir: source |
|||
public_dir: public |
|||
tag_dir: tags |
|||
archive_dir: archives |
|||
category_dir: categories |
|||
code_dir: downloads/code |
|||
i18n_dir: :lang |
|||
skip_render: |
|||
|
|||
# Writing |
|||
new_post_name: :year-:month-:day-:title.md # File name of new posts |
|||
default_layout: post |
|||
titlecase: false # Transform title into titlecase |
|||
external_link: true # Open external links in new tab |
|||
filename_case: 0 |
|||
render_drafts: false |
|||
post_asset_folder: true |
|||
relative_link: false |
|||
future: true |
|||
highlight: |
|||
enable: true |
|||
line_number: true |
|||
auto_detect: true |
|||
tab_replace: |
|||
|
|||
# Category & Tag |
|||
default_category: uncategorized |
|||
category_map: |
|||
tag_map: |
|||
|
|||
# Date / Time format |
|||
## Hexo uses Moment.js to parse and display date |
|||
## You can customize the date format as defined in |
|||
## http://momentjs.com/docs/#/displaying/format/ |
|||
date_format: YYYY-MM-DD |
|||
time_format: HH:mm:ss |
|||
|
|||
# Pagination |
|||
## Set per_page to 0 to disable pagination |
|||
per_page: 10 |
|||
pagination_dir: page |
|||
|
|||
# Extensions |
|||
## Plugins: http://hexo.io/plugins/ |
|||
## Themes: http://hexo.io/themes/ |
|||
theme: transquilpeak |
|||
|
|||
plugins: |
|||
-hexo-generator-cname |
|||
|
|||
# Disqus |
|||
disqus_shortname: blagosblog |
|||
|
|||
# Deployment |
|||
## Docs: http://hexo.io/docs/deployment.html |
|||
deploy: |
|||
type: git |
|||
repo: git@github.com:eniac111/eniac111.github.io.git |
|||
branch: master |
|||
|
@ -0,0 +1,93 @@ |
|||
baseURL = "https://petrovs.info" |
|||
title = "Blago's blog" |
|||
languageCode = "en" |
|||
DefaultContentLanguage = "en" # Change this to change the site's language |
|||
theme = "hugo.386" |
|||
preserveTaxonomyNames = true |
|||
|
|||
[params] |
|||
# The name to display as main title in the home page |
|||
mainpagetitle = "Home" |
|||
|
|||
# The subtitle to display under the title in the home page |
|||
mainpagesubtitle = "Just another personal blog about system administration and stuff" |
|||
|
|||
# The description of your website. It will be displayed in the home page |
|||
mainpagedesc = "" |
|||
|
|||
# Enables or disables the loading animations. false activates them. Default is false. |
|||
loadfastload = false |
|||
|
|||
# Sets the speed for the page loading effect. Default is 1.0. |
|||
loadspeedfactor = 2.0 |
|||
|
|||
# Enables or disables the second flyby cursor. Default is false. |
|||
loadonepass = false |
|||
|
|||
[menu] |
|||
# This displays buttons in the navbar to access your contents |
|||
[[menu.main]] |
|||
identifier = "about" # An unique identifier for the button |
|||
name = "About" # A display name for the button |
|||
url = "/about/" # The path to the content. It can lead to a single page (like here) |
|||
weight = 10 # A number to order the buttons in the navbar |
|||
|
|||
[[menu.main]] |
|||
identifier = "posts" |
|||
name = "All posts" |
|||
url = "/post/" # The path can lead to a content folder too. |
|||
weight = 20 |
|||
|
|||
[[menu.main]] |
|||
identifier = "code" |
|||
name = "Code" |
|||
url = "https://code.petrovs.info/explore/repos" |
|||
weight = 30 |
|||
hrefTargetBlank = true |
|||
|
|||
[[menu.main]] |
|||
identifier = "linkedin" |
|||
name = "Linkedin" |
|||
url = "https://www.linkedin.com/in/blpetrov/" |
|||
weight = 30 |
|||
hrefTargetBlank = true |
|||
|
|||
[[menu.main]] |
|||
identifier = "fediverse" |
|||
name = "Fediverse" |
|||
url = "https://social.petrovs.info/@blagovest" |
|||
weight = 30 |
|||
hrefTargetBlank = true |
|||
|
|||
[taxonomies] |
|||
category = "categories" |
|||
tag = "tags" |
|||
|
|||
|
|||
[privacy] |
|||
|
|||
[privacy.vimeo] |
|||
disabled = false |
|||
simple = true |
|||
|
|||
[privacy.twitter] |
|||
disabled = false |
|||
enableDNT = true |
|||
simple = true |
|||
|
|||
[privacy.instagram] |
|||
disabled = false |
|||
simple = true |
|||
|
|||
[privacy.youtube] |
|||
disabled = false |
|||
privacyEnhanced = true |
|||
|
|||
[services] |
|||
|
|||
[services.instagram] |
|||
disableInlineCSS = true |
|||
|
|||
[services.twitter] |
|||
disableInlineCSS = true |
|||
|
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 79 KiB |
@ -0,0 +1,8 @@ |
|||
|
|||
![Me](img/avatar.png) My name is Blagovest Petrov and this is my personal blog. Here I'm writing mainly about Linux, System Administration and DevOps. The purpose of most of the posts is to track what I have done over the years for myself. |
|||
|
|||
Currently I'm working as a DevOps Engineer at [AtScale](https://www.atscale.com/). |
|||
|
|||
![kayak](img/kayak.gif) |
|||
|
|||
In my free time I like to go kayaking on dams or to the Greek seasisde, visiting music festivals, working on DIY projects, etc.. :) |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 375 KiB After Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 351 KiB |
Before Width: | Height: | Size: 355 KiB After Width: | Height: | Size: 355 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 615 B After Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 253 KiB After Width: | Height: | Size: 253 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 99 B After Width: | Height: | Size: 99 B |
Before Width: | Height: | Size: 301 B After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 43 B After Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 932 B After Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 636 B After Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 881 B After Width: | Height: | Size: 881 B |
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 1014 B After Width: | Height: | Size: 1014 B |
Before Width: | Height: | Size: 452 B After Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 426 B |
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 581 B |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 602 B |
Before Width: | Height: | Size: 556 B After Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 383 B |