All Projects → hijiangtao → Hijiangtao.github.io

hijiangtao / Hijiangtao.github.io

Licence: mit
Joe's Blog

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hijiangtao.github.io

Blog
前端基础,深入以及算法数据结构记录
Stars: ✭ 800 (+520.16%)
Mutual labels:  blog, front-end-development
Blog
前端工程师的思维宫殿
Stars: ✭ 136 (+5.43%)
Mutual labels:  blog, front-end-development
Justblog
A simple blog application built using ASP.NET MVC framework
Stars: ✭ 121 (-6.2%)
Mutual labels:  blog
Laravel Blog Api
laravel+vue 个人博客,项目预览: http://www.golang365.com
Stars: ✭ 127 (-1.55%)
Mutual labels:  blog
Page.qy
🤘 以简单的方式, 建立你的个人网站, 无需一行代码
Stars: ✭ 124 (-3.88%)
Mutual labels:  blog
Yihui
Personal website of Yihui Xie
Stars: ✭ 122 (-5.43%)
Mutual labels:  blog
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-3.88%)
Mutual labels:  front-end-development
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-6.2%)
Mutual labels:  blog
Middleman Casper
👻 Casper theme (Ghost) for Middleman-Blog
Stars: ✭ 128 (-0.78%)
Mutual labels:  blog
Photoblog Android Blog App
Stars: ✭ 124 (-3.88%)
Mutual labels:  blog
Gridsome Forestry Starter
Gridsome starter kit with Forestry (CMS)
Stars: ✭ 127 (-1.55%)
Mutual labels:  blog
Nim websitecreator
Nim fullstack website framework - deploy a website within minutes
Stars: ✭ 124 (-3.88%)
Mutual labels:  blog
Theme Blog
A Free Material Blog Theme for Vuetify
Stars: ✭ 123 (-4.65%)
Mutual labels:  blog
Cc
代码库 & Blog
Stars: ✭ 1,581 (+1125.58%)
Mutual labels:  blog
Hexo Theme Aomori
A Hexo Theme. Hexo 博客主题
Stars: ✭ 122 (-5.43%)
Mutual labels:  blog
Giraffeql
🦒 Developer tool to visualize relational databases and export schemas for GraphQL API's.
Stars: ✭ 128 (-0.78%)
Mutual labels:  front-end-development
Myblog
python写的博客,支持3种数据库,现在挂在evilbinary.org
Stars: ✭ 121 (-6.2%)
Mutual labels:  blog
Cms
MaxSite CMS
Stars: ✭ 123 (-4.65%)
Mutual labels:  blog
Blog
📖 My blogs.
Stars: ✭ 125 (-3.1%)
Mutual labels:  blog
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+1293.02%)
Mutual labels:  blog

Joe's Blog

Codacy Badge GitHub contributors GitHub issues PRs Welcome license Travis

Introduction

The blog is based on mmistakes' contribution for Minimal Mistakes Jekyll Theme, the version is 4.11.1. Besides, I create a new layout named keynote, which allows you to present nicely IFRAME content in your blog. I also introduced Gitment into current theme.

Currently, the repositry contains not only the blog theme code, but also my articles' markdown files and other assets like photos. A seperate pure theme of this blog will be extracted in the soon future.

Feature - Presentation Post

This kind of layout allows you to present nicely IFRAME content in your blog, such as a presentation created with reveal.js.

Usage: Specify the layout: keynote, and add a extra iframe value to define the url of your HTML content, the format of keynote layout post shows below:

---
date: XXXX-XX-XX
layout: keynote
title: THIS IS YOUR ARTICLE TITLE
thread: THREAD ID
categories: CATEGORY
tags: [tag1, tag2]
excerpt: Introduction
iframe: PUT YOUR URL HERE, such as https://hijiangtao.github.io/slides/s-D3-Basic-Tutorial
---

Feature - Gitment

Gitment is a comment system based on GitHub Issues, which can be used in the frontend without any server-side implementation. To open it, you should specify some properties in _config.yml, an example shows below:

comments:
  provider               : "gitment"
  gitment:
    repo                 : "hijiangtao.github.io.comments"
    oauth_id             : Your_Oauth_ID
    oauth_secret         : Your_Oauth_Secret
    owner                : "hijiangtao"

The comment repositry of this blog is hijiangtao/hijiangtao.github.io.comments.

Serve locally

git clone [email protected]:hijiangtao/hijiangtao.github.io.git
bundle install
bundle exec jekyll serve

About

Create a new issue to report bugs or communicate with me about your insights.

This is the source code for my personal website.

Unless stated otherwise, all content is MIT-licensed.

Joe Jiang

2013-2019

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].