Merge branch 'master' of github.com:fullhacker/fullhacker.github.io
This commit is contained in:
commit
f98500ecfd
21 changed files with 133 additions and 39 deletions
|
@ -3,6 +3,10 @@ title: "Put Your Blog Title Here"
|
|||
permalink: "/blog-url"
|
||||
description: "Short description. Will be displayed when sharing blog post to Facebook."
|
||||
keywords: ""
|
||||
<<<<<<< HEAD
|
||||
image: "hello-world"
|
||||
=======
|
||||
image: "path-to-featured-image"
|
||||
>>>>>>> 7f3ce1780d97836d3c4b07790ff9ea713a8463c4
|
||||
image-attrib: ""
|
||||
---
|
||||
|
|
|
@ -17,14 +17,22 @@
|
|||
<meta name="twitter:description" content="{{ page.description }}" />
|
||||
<meta name="twitter:creator" content="@ayoayco_public" />
|
||||
<!-- Twitter summary card with large image must be at least 280x150px -->
|
||||
{% if page.image != '' %}
|
||||
<meta name="twitter:image:src" content="{{ '/assets/images/' | absolute_url }}{{ page.image }}.jpg" />
|
||||
{% else %}
|
||||
<meta name="twitter:image:src" content="{{ '/assets/images/' | absolute_url }}jumbotron.jpg" />
|
||||
{% endif %}
|
||||
|
||||
<!-- Open Graph data -->
|
||||
<meta property="og:title" content="{{ page.title }}" />
|
||||
{% if page.type == "post" %}
|
||||
<meta property="og:type" content="article" />{% else %}<meta property="og:type" content="website" />{% endif %}
|
||||
<meta property="og:url" content="{{ page.url | absolute_url }}" />
|
||||
{% if page.image != '' %}
|
||||
<meta property="og:image" content="{{ '/assets/images/' | absolute_url }}{{ page.image }}.jpg" />
|
||||
{% else %}
|
||||
<meta property="og:image" content="{{ '/assets/images/' | absolute_url }}jumbotron.jpg" />
|
||||
{% endif %}
|
||||
<meta property="og:image:alt" content="{{ page.description }}" />
|
||||
<meta property="og:description" content="{{ page.description }}" />
|
||||
<meta property="og:site_name" content="Ayos Blog" />
|
||||
|
@ -48,4 +56,5 @@
|
|||
src="https://code.jquery.com/jquery-3.2.1.min.js"
|
||||
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
||||
crossorigin="anonymous"></script>
|
||||
|
||||
</head>
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
<div class="ayo-thumb">
|
||||
<img src="../assets/images/ayo.jpg" alt="Free exclusive web development tips!" />
|
||||
</div>
|
||||
<h2>Web Technologies and Productivity Hacks</h2>
|
||||
<h2>Blogs on life and personal growth.</h2>
|
||||
<!--p>Learn how to use the best and latest web applications and technologies to boost your productivity.</p-->
|
||||
<p>Want to give me a tip?</p>
|
||||
<!--div class="post-readmore"><a target="_blank" class="button" href="https://docs.google.com/forms/d/e/1FAIpQLScinfuT_8-4q5Yk16nGUMxWxVpQgWZwyAaJ5oFY5_0NsRMjMw/viewform?usp=sf_link">Get FREE Consultation</a></div-->
|
||||
|
@ -116,19 +116,6 @@
|
|||
|
||||
</div>
|
||||
|
||||
{% if page.type != "home" %}
|
||||
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
|
||||
<script type="text/javascript">
|
||||
require(["mojo/signup-forms/Loader"], function(L) {
|
||||
L.start({
|
||||
"baseUrl": "mc.us17.list-manage.com",
|
||||
"uuid": "85102052c447ce8a8bba06f24",
|
||||
"lid": "2366f7f35a"
|
||||
})
|
||||
})
|
||||
</script>
|
||||
{% endif %}
|
||||
|
||||
<!-- Default Statcounter code for Fullhacker.com
|
||||
http://fullhacker.com -->
|
||||
<script type="text/javascript">
|
||||
|
@ -144,9 +131,6 @@ http://fullhacker.com -->
|
|||
Analytics"></a></div></noscript>
|
||||
<!-- End of Statcounter Code -->
|
||||
|
||||
<!-- Mailchimp -->
|
||||
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/85102052c447ce8a8bba06f24/657177ae5f85b54cabb15408b.js");</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -20,7 +20,9 @@ layout: default
|
|||
<a class="post-link post-title" href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
|
||||
</h3>
|
||||
<div class="float-left post-excerpt">
|
||||
<img class="float-right post-thumb" alt="{{ post.description | escape }}" src="../assets/images/{{ post.image }}.jpg" />
|
||||
{% if post.image != '' %}
|
||||
<a href="{{post.url}}"><img class="float-right post-thumb" alt="{{ post.description | escape }}" src="../assets/images/{{ post.image }}.jpg" /></a>
|
||||
{% endif %}
|
||||
{{ post.excerpt }}
|
||||
</div>
|
||||
<div class="clear-both"></div>
|
||||
|
|
|
@ -15,8 +15,17 @@ layout: default
|
|||
</p>
|
||||
|
||||
<h3 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h3>
|
||||
<img alt="{{ page.description }} | Developer Blog How To" title="{{page.image-attrib}}" src="../assets/images/{{page.image}}.jpg" />
|
||||
<p class="image-caption">{{page.image-attrib}}</p>
|
||||
{% if page.image %}
|
||||
<img alt="{{ page.description }} | Developer Blog How To" title="{{page.description}}" src="../assets/images/{{page.image}}.jpg" />
|
||||
<p class="image-caption">{{page.description}}</p>
|
||||
{% if page.image-attrib %}
|
||||
{% if page.image-attrib-url %}
|
||||
<p class="image-caption"><a href="{{ page.image-attrib-url }}" targe="_blank">Photo © {{ page.image-attrib }}</a></p>
|
||||
{% else %}
|
||||
<p class="image-caption">Image © {{ page.image-attrib }}</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</header>
|
||||
|
||||
<div class="post-content e-content" itemprop="articleBody">
|
||||
|
|
|
@ -4,7 +4,8 @@ permalink: "/git-and-github"
|
|||
description: "I strongly believe that every developer should know Git and Github. Here's why."
|
||||
keywords: ""
|
||||
image: "git-github"
|
||||
image-attrib: "Photo stock by Tim Gouw from Pexel."
|
||||
image-attrib: "Tim Gouw"
|
||||
image-attrib-url: "https://www.pexels.com/@punttim"
|
||||
---
|
||||
|
||||
If you ask me for something that would greatly jumpstart your growth as a developer, I would place my bet on learning Git and exploring projects on [Github](https://github.com/explore).
|
||||
|
|
|
@ -4,7 +4,6 @@ permalink: "/ubuntu-dev-setup"
|
|||
description: "In this post I go through how I quickly setup an Ubuntu machine for development"
|
||||
keywords: ""
|
||||
image: "ubuntu-dev-setup"
|
||||
image-attrib: ""
|
||||
---
|
||||
|
||||
Whenever I get a new Ubuntu machine I intend to use for development, I go through so many articles around the Web just so I can install everything I need. This is because I work on several projects using different technologies.
|
||||
|
|
|
@ -4,7 +4,6 @@ permalink: "/feels-fm"
|
|||
description: "There's nothing worse for your productivity than an anxiety or depression attack. What do you do when you don't want to do anything or talk to anyone?"
|
||||
keywords: ""
|
||||
image: "feels-fm"
|
||||
image-attrib: ""
|
||||
---
|
||||
|
||||
There's nothing worse for your productivity than an anxiety or depression attack. What if, just for the mean time, you don't have to talk to anyone to get your mood up?
|
||||
|
|
|
@ -4,7 +4,6 @@ permalink: "/google-firebase-overview"
|
|||
description: "Let's discuss what Google Firebase has to offer for app development in 2019."
|
||||
keywords: ""
|
||||
image: "drake_firebase"
|
||||
image-attrib: "https://firebase.google.com"
|
||||
---
|
||||
|
||||
Recently, I've been looking into some of the latest ways we can quickly spin up a backend system for an app prototype.
|
||||
|
|
|
@ -4,7 +4,6 @@ permalink: "/forcing-js-dom-types"
|
|||
description: "To take advantage of code completion for Javascript, here's a smart way to force JS DOM variables to use a specific DOM API interface"
|
||||
keywords: ""
|
||||
image: "javascript"
|
||||
image-attrib: "JavaScript using HTMLTableElement instead of HTMLElement, or other specific DOM APIs"
|
||||
---
|
||||
|
||||
To take advantage of JavaScript *intellisense* and code completion when using a certain *awesome* text editor *\*ehem\** [VS Code](https://code.visualstudio.com/) *\*ehem\**, you need to be able to declare the correct interfaces for variables containing DOM elements.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: "Daily Blog: Start"
|
||||
title: "Start"
|
||||
permalink: "/start-writing"
|
||||
description: "I'm going to start writing regularly. At first, I plan to do them quick and short just to establish the routine."
|
||||
keywords: "daily"
|
||||
image: "random-1"
|
||||
image-attrib: "Random picture of me in the Queen Victoria Building."
|
||||
---
|
||||
|
||||
Hey reader! I'm going to start writing regularly. At first, I plan to do them quick and short just to establish the routine. But as I go, I expect to have better quality content that I think you will love. <!--more-->
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: "Daily Blog: Routines"
|
||||
title: "Routines"
|
||||
permalink: "/routines"
|
||||
description: "Let's talk about routines. Today I will be sharing the routines I try to observe, and the benefits I find when I actually do them."
|
||||
keywords: ""
|
||||
image: "batanes-boat"
|
||||
image-attrib: "A very shaky boat-ride in Batanes, Philippines"
|
||||
---
|
||||
Today I will be sharing the routines I *try* to observe, and the benefits I find when I actually do them.
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: "Daily Blog: Weakness"
|
||||
title: "Weakness"
|
||||
permalink: "/weakness"
|
||||
description: "We all have things that hold us back from reaching our goals."
|
||||
keywords: ""
|
||||
image: "tokyo-temple"
|
||||
image-attrib: "Me, being weird in a temple in Tokyo."
|
||||
---
|
||||
|
||||
This morning, I found myself curiously watching an old man sitting by the sidewalk. He looked like he was having difficulty breathing and was coughing so hard. But that's not really what caught my attention.
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: "Daily Blog: Influence"
|
||||
title: "Influence"
|
||||
permalink: "/influence"
|
||||
description: "If it is outside your circle of influence, do not waste time and energy."
|
||||
keywords: ""
|
||||
image: "team-lab"
|
||||
image-attrib: "Digital light show with Team Lab: Borderless"
|
||||
---
|
||||
|
||||
I first learned about the concept of "Circle of Influence" in a book written by Stephen Covey called "The 7 Habits of Highly Effective People"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
title: "Daily Blog: Growth"
|
||||
title: "Growth"
|
||||
permalink: "/growth"
|
||||
description: "Healthy growth is always bi-directional."
|
||||
keywords: ""
|
||||
image: "trees"
|
||||
image-attrib: "Some trees in Los Baños, Philippines"
|
||||
---
|
||||
|
||||
Have you ever planted a tree? I have not had the opportunity, but that is something I want to do.
|
||||
|
|
29
_posts/2020-04-07-hardships.md
Normal file
29
_posts/2020-04-07-hardships.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: "Hardships"
|
||||
permalink: "/hardships"
|
||||
description: "I hope that as we complain about our individual situation this also moves us to think about others."
|
||||
keywords: ""
|
||||
image: "egg"
|
||||
---
|
||||
|
||||
If the goal for our existence on this earth is to [love](https://www.biblegateway.com/passage/?search=John+13%3A34-35&version=NASB), then maybe all of our hardships' purpose is for us to learn empathy.<!--more-->
|
||||
|
||||
We have been in lockdown due to the COVID-19 pandemic for more than two weeks now.
|
||||
|
||||
It has affected people in different ways--from something simple such as being bored to more extreme such as being on the brink of insanity or death due to hunger.
|
||||
|
||||
I know you might have heard this said: "The same boiling water that softens the potato hardens the egg. It's not about the circumstance, but what you are made of."
|
||||
|
||||
This could have worked well in some other set up, but in the situation we have now, this is far from inspiring.
|
||||
|
||||
The lockdown and call for social distancing has shown us a more grave matter: that there has been a huge SOCIAL GAP among our people, and this is killing people.
|
||||
|
||||
Poor people are not made of weaker materials than the rest.
|
||||
|
||||
We can never tell them to "just endure."
|
||||
|
||||
We cannot rely on the overused belief that "we are resilient".
|
||||
|
||||
At the end of the day, one thing is more likely than anything else: whatever you are going through right now, others are also experiencing something similar or much much worse.
|
||||
|
||||
I hope that, whatever the circumstance we are in, this also moves us to think about others.
|
58
_posts/2020-04-09-reading.md
Normal file
58
_posts/2020-04-09-reading.md
Normal file
|
@ -0,0 +1,58 @@
|
|||
---
|
||||
title: "Reading"
|
||||
permalink: "/reading"
|
||||
description: "I have been striving to rekindle my love for reading books and it has felt so good."
|
||||
keywords: ""
|
||||
image: "reading"
|
||||
image-attrib: Daria Shevtsova
|
||||
image-attrib-url: https://www.pexels.com/@daria
|
||||
---
|
||||
There has been a problem arising that everybody seems to see lately, but still no one seems to understand it completely.
|
||||
|
||||
The constant stream of fragmented information on the Internet (i.e., Facebook, Twitter, Netflix, etc.) has seemingly rewired our appetite for all forms of information consumption--and it is tiresome.<!--more-->
|
||||
|
||||
As a result of this, I have been constantly skimming texts quickly without giving myself the chance to ponder much as I used to.
|
||||
|
||||
Also, the quick fix of on-demand television culture with unlimited options has made me lose interest in reading books and deep thinking.
|
||||
|
||||
I have been reacting much and thinking less.
|
||||
|
||||
And an honest self-check had shown me that this has negatively impacted my focus--and, therefore, my reality.
|
||||
|
||||
## The Solution
|
||||
|
||||
These past weeks, I have tried going back to books.
|
||||
|
||||
I've started by [reading about effective reading](https://www.amazon.com/Lit-Christian-Guide-Reading-Books/dp/1433522268), and I think it has brought me back even just for a little.
|
||||
|
||||
I've also intentionally drafted a plan for a balanced reading diet which consists a combination of healthy books.
|
||||
|
||||
I think this has restored my contemplative habits from before the rise of constant reactive thinking toward random bits of unwarranted information on social media.
|
||||
|
||||
But this has been far from easy.
|
||||
|
||||
## It requires sacrifice
|
||||
|
||||
We all have limited time, and the environments we are in are never so favorable.
|
||||
|
||||
Because of this, I had to stop doing some things I "loved".
|
||||
|
||||
For instance, I deactivated my Facebook for a time, and playing computer games had to be at a minimum.
|
||||
|
||||
> “The only people who achieve much are those who want knowledge so badly that they seek it while the conditions are still unfavorable. Favorable conditions never come.” C.S. Lewis
|
||||
|
||||
## Next Goal: Find Others
|
||||
|
||||
Endeavors like this is most beneficial when done with others.
|
||||
|
||||
It makes it easier when one is surrounded with other people who have love for reading books.
|
||||
|
||||
In line with this, I've been thinking about starting a small group dedicated for building each other's love for learning through reading.
|
||||
|
||||
There will be no reading requirements or fixed meeting schedules.
|
||||
|
||||
The only qualification of sorts is that you are currently reading a book.
|
||||
|
||||
If you think this is something that interests you too, or if you simply want more details about it, please reach out to me on Twitter: [@ayoayco](https://twitter.com/ayoayco) or send me an email: [ramon.aycojr+reading@gmail.com](mailto:ramon.aycojr+reading@gmail.com)
|
||||
|
||||
>"the most famous example is The Inklings, a group started in the 1930s by a handful of friends living in Oxford, England (the two most famous being C. S. Lewis and J. R. R. Tolkien). They gathered to read selections from their own works and then to discuss them. The Inklings model is pretty simple: bring what occupies your mind and read it aloud. Stimulating the minds of others and generating conversation makes it possible to learn from one another." Tony Reinke, Lit!
|
BIN
assets/images/egg.jpg
Normal file
BIN
assets/images/egg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
BIN
assets/images/jumbotron.jpg
Normal file
BIN
assets/images/jumbotron.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 161 KiB |
BIN
assets/images/reading.jpg
Normal file
BIN
assets/images/reading.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -222,8 +222,14 @@ caption {
|
|||
}
|
||||
|
||||
.jumbotron {
|
||||
/* background: url('../assets/images/logo.png') no-repeat rgba(141, 191, 66, .97)!important; */
|
||||
background: rgba(141, 191, 66, .97)!important;
|
||||
background-color: rgba(141, 191, 66, .97)!important;
|
||||
/*
|
||||
background-image: url('/assets/background/people_devices.jpg');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
background-size: 100% auto;
|
||||
*/
|
||||
box-shadow: 5px 25px 30px -25px rgba(34, 34, 34, 0.25);
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -600,4 +606,5 @@ table.image caption {
|
|||
.image-caption {
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
margin-bottom: 0px;
|
||||
}
|
Loading…
Reference in a new issue