Skip to content

poanchen/poanchen.github.io

Repository files navigation

poanchen.github.io

Build Status

Data for poanchen.github.io. Blog and pages generated by Jekyll. Hosted on GitHub.

ko-fi

Dev tool to be installed before run

  • Gulp
  • npm

Development Usage

1. git clone https://github.com/poanchen/poanchen.github.io.git
2. cd poanchen.github.io/
3. npm install
4. sudo apt-get install ruby ruby-dev make (Gotta install ruby in order to install Jekyll gems)
5. gem install jekyll-sitemap wdm (So that we have sitemap.xml and wdm installed in the system)
6. gulp // this will run the default gulp task that will minimized all the css/js/img files in
the src folder as well as watching any css/js/img files changes and minimized automatically. In addition, 
it will also run the server and automatically open up the website.
7. Site should be running now!!!

Steps to deploy the site to live

1. Remember to add the new post to the List of post topic that I have written for my blog in README.md
2. git add .
3. git commit -S -m "your commit message"
4. git push poanchen2 will-jekyll-template
5. Azure DevOps Builds should be triggered automatically. Once the new build is generated successfully, 
head over to the Azure DevOps Releases to create a new Release based on the latest build. Hit deploy button 
and lay back enjoy the moment.
6. Remember to head over to Webmaster Tools to update the sitemap.xml so that Google will 
index your new blog
7. You are done!!!

Troubleshooting

In case you ran into problem like /usr/bin/env: node: No such file or directory when you try to run gulp, this was due to the misnaming convention between nodejs and node. You simply need to run this command to make this error goes away,

ln -s /usr/bin/nodejs /usr/bin/node

according to nodejs/node-v0.x-archive#3911

In case you ran into problem like require': cannot load such file -- jekyll-sitemap (LoadError) when you try to run jekyll server, this was due to the missing jekyll-sitemap in gem. You simply need to run this command to make this error goes away,

gem install jekyll-sitemap

according to holman/left#34

List of post topic that I have written for my blog

  • How to make a Linux-based Azure Function works with file system?
  • How to prepopulate GitHub issue to make people's life easier in Jekyll?
  • How to activate virtual environment in PowerShell?
  • What Are Algorithms & Why Are They Important?
  • How to display an Alexa rank chart in your website?
  • What to do when git branch has diverged?
  • How to make an automatic Wi-Fi plant watering system that is connected to Azure IoT Central?
  • How to make use of the Google Analytics to show page views on a post?
  • How to update package-lock.json file in order to honour the ^ and ~ symbol?
  • What is the difference between ~ and ^ in package.json?
  • How to create an Azure IoT Central application programmatically?
  • Why using a global variable to solve Leetcode problem can be a bad idea?
  • What is a Pure function and how can it be a good practice?
  • How to add alexa rank in your website?
  • The easiest way to make Let's Encrypt renewal automated.
  • How to add Azure Pipelines badge to your repository's README in GitHub?
  • The right way to manage nested callbacks
  • How to get an interview with Microsoft and what is their interview process like?
  • How to calculate time and space complexity of an algorithm?
  • How to fix 'login must use security token' in Salesforce?
  • How to set up GPG key on GitHub?
  • How to fix 'permission denied for relation some_table_name' in PostgreSQL?
  • How to delete a commit completely in GitHub?
  • Solving the Fibonacci problem using Dynamic Programming in Java.
  • Build a scalable, reliable, and inexpensive RESTful API using AWS Lambda that will do the Roman numerals conversion.
  • How to create a GitHub pull request with a specific commits?
  • Connecting to UVic wifi with Ubuntu 16.04 LTS
  • Installing Marsyas with Python bindings on Ubuntu 14.04.3 LTS - 64 bits
  • How to run a single test or all tests in a class with gradlew?
  • How to replace a git submodules in a repository?
  • How to fix 'error This file requires compiler and library support for the ISO C++ 2011 standard'?
  • How to add Disqus to your Jekyll site?
  • How to convert a large PDF to HTML?
  • How to use Gulp.js to deploy your site to live through Github?
  • How to recover all your deleted cron jobs?
  • Mutable vs Immutable object in JavaScript
  • How to set up password authentication with Apache on Ubuntu 14.04
  • How to check if an image already existed in wp-content/upload directory?
  • How to set up pretty url in WordPress?
  • How to build a search page in Django with Amazon Dynamodb and React? Part 2 (Front-end)
  • How to build a search page in Django with Amazon Dynamodb and React? Part 1 (Back-end)
  • How to enable cross-origin resource sharing on an apache server?
  • How to play mp4 video using hls.js?
  • How to add background music in Processing 3.0?
  • How to take screenshots at different screen sizes using CasperJS?
  • Is it possible to host two website with different domain name on one sever how would you do that?
  • How to pass PHP data to your script in WordPress?
  • How to login to a WordPress site using CasperJS?
  • How to programmatically register an account for a user in WordPress?
  • How to set up a Node.js application for production on Ubuntu 14.04?
  • How to build a simple chat bot using Hubot that determine gender based on their first name?
  • How to automatically send a welcome email to new user when they sign up for their account in WordPress programmatically?
  • How to create a simple REST API in PHP and call them in JavaScript?

About

Data for poanchen.github.io. Blogs and pages generated by Jekyll. Hosted on GitHub.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published