diff --git a/_config.yml b/_config.yml index 84f804e..f61feb8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,14 @@ theme: jekyll-theme-chirpy -lang: ru-RU +lang: en timezone: Europe/Moscow title: spybull tagline: anywhere deep dive description: >- - blog, devOps, linux, unix, dev, programming, c, c++, - kernel, security, redos, astra, altlinux, gentoo, lfs + blog, devOps, linux, unix, dev, programming, c, c++, kernel, security, redos, astra, altlinux, gentoo, lfs -url: "https://spybull.github.io" +url: 'https://spybull.github.io' github: username: spybull @@ -18,6 +17,7 @@ social: name: spybull email: danullbyte@gmail.com links: + - https://spybull.github.io google_site_verification: google_analytics: diff --git a/_data/authors.yml b/_data/authors.yml new file mode 100644 index 0000000..16e3b5d --- /dev/null +++ b/_data/authors.yml @@ -0,0 +1,4 @@ +spybull: + name: spybull + telegram: 'https://t.me/spybull' + url: 'https://github.com/spybull' \ No newline at end of file diff --git a/_posts/2023-12-06-introduction to c.md b/_posts/2023-12-06-introduction to c.md index 09f7db7..e09141e 100644 --- a/_posts/2023-12-06-introduction to c.md +++ b/_posts/2023-12-06-introduction to c.md @@ -4,6 +4,7 @@ date: 2023-12-06 00:00:00 +0300 categories: [Programming, С] tags: [c] pin: true +author: spybull --- ## Настройка окружения