Leisurely Fool

A leisurely fool float in the ocean


  • Home

  • Tags6

  • Categories5

  • Archives10

  • About

  • Search

Online Image Resources Without Copyright

Posted on 2019-08-20 Edited on 2019-08-21 In References & Reources , Image Websites 118 1 mins.

Images

  1. Unsplash

    Read more »

Build Your Second Github Page -- Project Page

Posted on 2019-08-20 In Other Learning , Hexo 1.3k 1 mins.

Once we have build our blog page on Github, the only reserved domain {yourname}.github.io has been allocated to your accountm so that we cannot bind any other domain to it. But what if we want to build our second blog or setup another page for different purpose of use? Here we are – Github Project Page.

The process is just the same as building the personal blog. Let’s find it out.

Read more »

八月碎碎念

Posted on 2019-08-20 Edited on 2019-08-25 In Life 704 1 mins.
Read more »

Build Personal Blog -- Bring your blog to the world (SEO)

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 818 1 mins.

Add Google Analytics

  1. Register on Google Analytics

  2. Apply a new account for your website and you will get an tracking_id like UA-14xxxx949-1

  3. Update NexT _config.yml

    Read more »

Build Personal Blog -- Integrate Feedback (Valine) with Hexo (NexT)

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 219 1 mins.

Add Feedback (Valine)

  1. Update _config.yml in theme next –> enable valine

  2. Login or register on LeanCloud, then replace the appid and appkey to _config.yml

    Read more »

Build Personal Blog -- Bind Custom Domain

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 390 1 mins.

Attach Custom Domain

  1. Buy one at aliyun.com or godaddy.com or any websites that provide the services.

  2. Take aliyun.com as example, we need to resolve the domain and add 2 records.

    Read more »

Build Personal Blog -- Integrate Hexo with Jupyter Notebook

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 405 1 mins.

Embed Local File

  1. npm install hexo-jupyter-notebook –save`

  2. brew install pandoc

  3. pip install nbconvert

  4. Update _config.yml in hexo folder –> post_asset_folder: true

    Read more »

Build Personal Blog -- Hexo (NexT) Basic Configuration

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 2.9k 3 mins.

Image Uploader

Embedding images into our articals is the most common and efficient way to make our thoughts express clearly, but it really takes efforts if we upload each image by ourselves. That’s why we need an image uploader to help up deal with the messy work.

Read more »

Build Personal Blog -- Github Page + Hexo Installation

Posted on 2019-08-19 Edited on 2019-08-20 In Other Learning , Hexo 967 1 mins.

Installation Process (MacOS)

  1. Create a new repository on Github named {yourname}.github.io. The {yourname} must be the same as your Github username.

  2. Install hexo (node and git need to be installed previously)

    npm install -g hexo-cli

    Read more »

Hexo (NexT) Installation and Configuration (The Most Complete)

Posted on 2019-08-13 Edited on 2019-08-20 In Other Learning , Hexo 1.4k 1 mins.

Installation Process(MacOS)

  1. Create a new repository on Github named {yourname}.github.io. The {yourname} must be the same as your Github username.

  2. Install hexo (node and git need to be installed previously)

    npm install -g hexo-cli

  3. Create local blog folder

    hexo init myBlog
    cd myBlog
    npm install

    Read more »
Lin Ce

Lin Ce

Major in Application of ML and DL
10 posts
5 categories
6 tags
GitHub E-Mail
© 2019 Lin Ce | 9k | 8 mins.
|
0%