update profile picture and metadata; remove unneeded files
This commit is contained in:
parent
4bf5c7c094
commit
ac5cb32b2c
12 changed files with 49 additions and 115 deletions
|
@ -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
|
|
@ -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
|
|
@ -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"
|
||||
|
|
|
@ -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.<!--more-->
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
{% endif %}
|
||||
<meta property="og:image:alt" content="{{ page.description }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<meta property="og:site_name" content="Ayos Blog" />
|
||||
<meta property="og:site_name" content="Ayo Ayco's Blog" />
|
||||
<meta property="fb:admins" content="748355687" />
|
||||
<!--meta property="article:published_time" content="2013-09-17T05:59:00+01:00" />
|
||||
<meta property="article:modified_time" content="2013-09-16T19:08:47+01:00" />
|
||||
|
|
|
@ -1,49 +1,47 @@
|
|||
<header class="site-header" role="banner">
|
||||
|
||||
<div class="wrapper">
|
||||
{% assign default_paths = site.pages | map: "path" %}
|
||||
{% assign page_paths = site.header_pages | default: default_paths %}
|
||||
{% assign default_paths = site.pages | map: "path" %} {% assign page_paths =
|
||||
site.header_pages | default: default_paths %}
|
||||
<div class="site-title-wrapper">
|
||||
<a href="{{ '/' | relative_url }}" class="text-js site-title">{{ site.title }}</a>
|
||||
<a href="{{ '/' | relative_url }}" class="text-js site-title"
|
||||
>{{ site.title }}</a
|
||||
>
|
||||
</div>
|
||||
|
||||
{% if page_paths %}
|
||||
<nav class="site-nav">
|
||||
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||
<label for="nav-trigger">
|
||||
<span class="menu-icon">
|
||||
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
|
||||
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
|
||||
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
|
||||
</svg>
|
||||
</span>
|
||||
</label>
|
||||
<nav class="site-nav">
|
||||
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||
<label for="nav-trigger">
|
||||
<span class="menu-icon">
|
||||
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||
<path
|
||||
fill="#424242"
|
||||
d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"
|
||||
/>
|
||||
<path
|
||||
fill="#424242"
|
||||
d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"
|
||||
/>
|
||||
<path
|
||||
fill="#424242"
|
||||
d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"
|
||||
/>
|
||||
</svg>
|
||||
</span>
|
||||
</label>
|
||||
<div class="trigger">
|
||||
{% for link in site.navigation %} {% assign current = nil %} {% if
|
||||
page.url == link.url%} {% assign current = 'current' %} {% endif %}
|
||||
|
||||
<!--div class="trigger">
|
||||
{% for path in page_paths %}
|
||||
{% assign my_page = site.pages | where: "path", path | first %}
|
||||
{% if my_page.title %}
|
||||
{% if my_page.url == page.url %}
|
||||
{% assign current = 'current' %}
|
||||
{% endif %}
|
||||
<a class="page-link {{ current }}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</div-->
|
||||
<div class="trigger">
|
||||
{% for link in site.navigation %}
|
||||
{% assign current = nil %}
|
||||
{% if page.url == link.url%}
|
||||
{% assign current = 'current' %}
|
||||
{% endif %}
|
||||
|
||||
<a class="page-link {{ current }}" href="{{ link.url | relative_url }}" title="{{link.text}}">{{ link.text }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
<a
|
||||
class="page-link {{ current }}"
|
||||
href="{{ link.url | relative_url }}"
|
||||
title="{{link.text}}"
|
||||
>{{ link.text }}</a
|
||||
>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</nav>
|
||||
{% endif %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<nav id="side-nav" class="float-left">
|
||||
<div class="side-panel side-panel-top" id="about-me">
|
||||
<div class="ayo-thumb">
|
||||
<img src="../assets/images/ayo.jpg" alt="{{ site.description }}" />
|
||||
<img src="../assets/images/ayo.png" alt="{{ site.description }}" />
|
||||
</div>
|
||||
<h2>{{ site.description }}</h2>
|
||||
<!--p>Learn how to use the best and latest web applications and technologies to boost your productivity.</p-->
|
||||
|
|
|
@ -105,7 +105,7 @@ layout: default
|
|||
<div class="subscription-message-div">
|
||||
<div class="subscription-message-thumb float-left">
|
||||
<img
|
||||
src="../assets/images/ayo.jpg"
|
||||
src="../assets/images/ayo.png"
|
||||
alt="Free exclusive web development tips!"
|
||||
/>
|
||||
</div>
|
||||
|
|
4
about.md
4
about.md
|
@ -5,8 +5,8 @@ permalink: /about/
|
|||
type: about
|
||||
---
|
||||
|
||||
[Ayo Ayco](https://ayco.io), also known as Ramon Ayco Jr., is the blogger behind the Ayos Blog.
|
||||
[Ayo Ayco](https://ayco.io) is a professional software engineer specializing in web development with a decade of experience building web applications for both private businesses and government-funded high-impact projects utilizing web technologies, IoT, data viz/insights, remote sensing, and GIS".
|
||||
|
||||
He has contributed software development expertise to [UPLB](http://itc.uplb.edu.ph), [DOST](http://dost.gov.ph), [Infor](http://infor.com), and various government-funded projects such as University of the Philippines' [National Operational Assessment of Hazards](http://noah.up.edu.ph) and Ateneo's [Cloud-Based Intelligent Total Analysis System](http://v2.citas.ph).
|
||||
|
||||
He is a passionate learner and is quite fond of explaining how things work. Now he works on ERP software created for the Cloud.<!-- anywhere he wants with his beautiful wife, Jen, and adorable son, Kahel. -->
|
||||
He is a passionate learner and is quite fond of explaining how things work. Now he works as a consultant to organizations in The Netherlands.<!-- anywhere he wants with his beautiful wife, Jen, and adorable son, Kahel. -->
|
||||
|
|
BIN
assets/images/ayo.png
Normal file
BIN
assets/images/ayo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 403 KiB |
4
index.md
4
index.md
|
@ -5,7 +5,7 @@
|
|||
|
||||
layout: "home"
|
||||
type: "home"
|
||||
title: "Ayos Blog Homepage"
|
||||
description: "Ayos Blog is a place to learn new web technologies and productivity hacks."
|
||||
title: "Ayo Ayco"
|
||||
description: "This is a place to learn new web technologies and productivity hacks."
|
||||
image: "hello-world"
|
||||
---
|
||||
|
|
|
@ -7,7 +7,7 @@ type: privacy
|
|||
|
||||
## SECTION 1 - WHAT DO WE DO WITH YOUR INFORMATION?
|
||||
|
||||
When you register to be a Ayos Blog Insider or subscribe to receive our emails or news letters, we collect the personal information you give us such as your name, address and email address.
|
||||
When you subscribe to receive our emails or news letters, we collect the personal information you give us such as your name, address and email address.
|
||||
|
||||
When you browse our blog, we also automatically receive your computer’s internet protocol (IP) address in order to provide us with information that helps us learn about your browser and operating system.
|
||||
|
||||
|
@ -19,7 +19,7 @@ Email marketing: With your permission, we may send you emails about our blog, ne
|
|||
|
||||
### How do you get my consent?
|
||||
|
||||
When you provide us with personal information to register as a Ayos Blog Insider or to subscribe to our emails or news letters, we imply that you consent to our collecting it and using it for that specific reason only.
|
||||
When you provide us with personal information to subscribe to our emails or news letters, we imply that you consent to our collecting it and using it for that specific reason only.
|
||||
|
||||
If we ask for your personal information for a secondary reason, like marketing, we will either ask you directly for your expressed consent, or provide you with an opportunity to say no.
|
||||
|
||||
|
|
Loading…
Reference in a new issue