From ac5cb32b2ce235f1a4dbe978e207d39dbdab15d7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 20 Mar 2023 16:41:37 +0100 Subject: [PATCH] update profile picture and metadata; remove unneeded files --- .../front_matter/templates/blog-template.yml | 24 ------ .forestry/settings.yml | 27 ------- _config.yml | 6 +- _drafts/2019-11-17-fullhacker-changes-2019.md | 13 --- _includes/head.html | 2 +- _includes/header.html | 76 +++++++++--------- _layouts/default.html | 2 +- _layouts/post.html | 2 +- about.md | 4 +- assets/images/ayo.png | Bin 0 -> 412503 bytes index.md | 4 +- privacy.md | 4 +- 12 files changed, 49 insertions(+), 115 deletions(-) delete mode 100644 .forestry/front_matter/templates/blog-template.yml delete mode 100644 .forestry/settings.yml delete mode 100644 _drafts/2019-11-17-fullhacker-changes-2019.md create mode 100644 assets/images/ayo.png diff --git a/.forestry/front_matter/templates/blog-template.yml b/.forestry/front_matter/templates/blog-template.yml deleted file mode 100644 index 8d166a0..0000000 --- a/.forestry/front_matter/templates/blog-template.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -label: Blog Template -hide_body: false -fields: -- type: text - name: title - label: title -- type: text - name: permalink - label: permalink -- type: text - name: description - label: description -- type: text - name: keywords - label: keywords -- type: text - name: image - label: image -- type: text - name: image-attrib - label: image-attrib -pages: -- _posts/test-new-post.md diff --git a/.forestry/settings.yml b/.forestry/settings.yml deleted file mode 100644 index 6b0c5fd..0000000 --- a/.forestry/settings.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -new_page_extension: md -auto_deploy: false -admin_path: '' -webhook_url: -sections: -- type: jekyll-pages - label: Pages - create: all -- type: jekyll-posts - label: Posts - create: all -upload_dir: uploads -public_path: "/uploads" -front_matter_path: '' -use_front_matter_path: false -file_template: ":filename:" -build: - preview_env: - - JEKYLL_ENV=staging - preview_output_directory: _site - install_dependencies_command: bundle install --path vendor/bundle - preview_docker_image: forestryio/ruby:2.6 - mount_path: "/srv" - working_dir: "/srv" - instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future - --port 8080 --host 0.0.0.0 -d _site diff --git a/_config.yml b/_config.yml index 68918c5..c8c5b74 100644 --- a/_config.yml +++ b/_config.yml @@ -13,9 +13,9 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Ayos Blog -description: Blogs on life and personal growth -author: Ayo +title: Ayo Ayco +description: Blogs on tech, life, and personal growth +author: Ayo Ayco attribution: Ayo Ayco attribution-url: "https://ayco.io" bugreport_url: "https://github.com/fullhacker/blog/issues/new" diff --git a/_drafts/2019-11-17-fullhacker-changes-2019.md b/_drafts/2019-11-17-fullhacker-changes-2019.md deleted file mode 100644 index b231be4..0000000 --- a/_drafts/2019-11-17-fullhacker-changes-2019.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Ayos Blog is Changing" -permalink: "/fullhacker-changes-2019/" -description: "Ayos Blog is changing. In this post, I will go through the changes that will happen in the coming days." -keywords: "announcement" -image: "hello-world" -image-attrib: "" ---- - -This started as a blog where I can talk about things I learn as a software developer. - -But lately I realized that learning software development does not work just by reading books or articles and then writing blogs about them. - diff --git a/_includes/head.html b/_includes/head.html index 1b01091..7fd3ae5 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -58,7 +58,7 @@ {% endif %} - + -
- {% for link in site.navigation %} - {% assign current = nil %} - {% if page.url == link.url%} - {% assign current = 'current' %} - {% endif %} - - {{ link.text }} - {% endfor %} -
- + {{ link.text }} + {% endfor %} + + {% endif %} - diff --git a/_layouts/default.html b/_layouts/default.html index 2dd086e..e4ab3ab 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,7 +29,7 @@