update to new domain
This commit is contained in:
parent
1504a6e94f
commit
29a2471917
4 changed files with 8 additions and 33 deletions
|
@ -17,13 +17,13 @@ title: Ayos Blog
|
||||||
description: Blogs on life and personal growth
|
description: Blogs on life and personal growth
|
||||||
author: Ayo
|
author: Ayo
|
||||||
attribution: Ayo Ayco
|
attribution: Ayo Ayco
|
||||||
attribution-url: "https://AyoAyco.com"
|
attribution-url: "https://ayco.io"
|
||||||
bugreport_url: "https://github.com/fullhacker/blog/issues/new"
|
bugreport_url: "https://github.com/fullhacker/blog/issues/new"
|
||||||
google_analytics: "UA-113797180-1"
|
google_analytics: "UA-113797180-1"
|
||||||
website: blog.ayoayco.com
|
website: blog.ayco.io
|
||||||
email: ramon.aycojr+blog@gmail.com
|
email: ramon.aycojr+blog@gmail.com
|
||||||
baseurl: "/" # the subpath of your site, e.g. /blog
|
baseurl: "/" # the subpath of your site, e.g. /blog
|
||||||
url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://blog.ayco.io" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
twitter_username: ayoayco
|
twitter_username: ayoayco
|
||||||
instagram_username: ayo.ayco
|
instagram_username: ayo.ayco
|
||||||
facebook_username: ayoayco.blog
|
facebook_username: ayoayco.blog
|
||||||
|
|
|
@ -22,36 +22,12 @@
|
||||||
|
|
||||||
{% if page.type == "home" %}
|
{% if page.type == "home" %}
|
||||||
|
|
||||||
<!--div class="categories">
|
|
||||||
<div class="categories-content">
|
|
||||||
<span class="categories-title">Something for Everyone</span>
|
|
||||||
<div class="clear-both"></div>
|
|
||||||
<a class="float-left" href="#">
|
|
||||||
<div class="categories-card">
|
|
||||||
<img src="../assets/background/business_makers.jpg" />
|
|
||||||
<div class="categories-text">
|
|
||||||
I make Apps
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<a class="float-right" href="#">
|
|
||||||
<div class="categories-card">
|
|
||||||
<img src="../assets/background/business_makers.jpg" />
|
|
||||||
<div class="categories-text">
|
|
||||||
I use Apps
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</a>
|
|
||||||
<div class="clear-both"></div>
|
|
||||||
</div>
|
|
||||||
</div-->
|
|
||||||
|
|
||||||
<div class="jumbotron">
|
<div class="jumbotron">
|
||||||
<div class="jumbotron-content">
|
<div class="jumbotron-content">
|
||||||
<div id="mc_embed_signup" class="float-left">
|
<div id="mc_embed_signup" class="float-left">
|
||||||
<form action="https://github.us17.list-manage.com/subscribe/post?u=85102052c447ce8a8bba06f24&id=2366f7f35a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
<form action="https://github.us17.list-manage.com/subscribe/post?u=85102052c447ce8a8bba06f24&id=2366f7f35a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||||
<div id="mc_embed_signup_scroll">
|
<div id="mc_embed_signup_scroll">
|
||||||
<label for="mce-EMAIL">FREE Personal Growth & Productivity Tips</label>
|
<label for="mce-EMAIL">Join my mailing list for FRE!</label>
|
||||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email address..." required>
|
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your email address..." required>
|
||||||
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_85102052c447ce8a8bba06f24_2366f7f35a" tabindex="-1" value=""></div>
|
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_85102052c447ce8a8bba06f24_2366f7f35a" tabindex="-1" value=""></div>
|
||||||
<div class="clear"><input type="submit" value="Sign Up" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
|
<div class="clear"><input type="submit" value="Sign Up" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
|
||||||
|
@ -60,7 +36,7 @@
|
||||||
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
||||||
</div>
|
</div>
|
||||||
<div class="subscription-message-text float-left">
|
<div class="subscription-message-text float-left">
|
||||||
<p>Get my newsletters on life and personal growth.</p>
|
<p>Get my newsletters and never miss a post.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear-both"></div>
|
<div class="clear-both"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -81,7 +57,7 @@
|
||||||
<nav id="side-nav" class="float-left">
|
<nav id="side-nav" class="float-left">
|
||||||
<div class="side-panel side-panel-top" id="about-me">
|
<div class="side-panel side-panel-top" id="about-me">
|
||||||
<div class="ayo-thumb">
|
<div class="ayo-thumb">
|
||||||
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
<img src="../assets/images/ayo.jpg" alt="{{ site.description }}" />
|
||||||
</div>
|
</div>
|
||||||
<h2>{{ site.description }}</h2>
|
<h2>{{ site.description }}</h2>
|
||||||
<!--p>Learn how to use the best and latest web applications and technologies to boost your productivity.</p-->
|
<!--p>Learn how to use the best and latest web applications and technologies to boost your productivity.</p-->
|
||||||
|
|
3
about.md
3
about.md
|
@ -5,9 +5,8 @@ permalink: /about/
|
||||||
type: about
|
type: about
|
||||||
---
|
---
|
||||||
|
|
||||||
[Ayo Ayco](http://AyoAyco.com), also known as Ramon Ayco Jr., is the blogger behind the Ayos Blog.
|
[Ayo Ayco](https://ayco.io), also known as Ramon Ayco Jr., is the blogger behind the Ayos Blog.
|
||||||
|
|
||||||
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 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 on ERP software created for the Cloud.<!-- anywhere he wants with his beautiful wife, Jen, and adorable son, Kahel. -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue