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 %} - + -