Please follow the below tutorial:
How to create your own github page
_data/navigation.yml
, add a new branch.
# main links links
main:
- title: "Projects"
url: /projects/
_page/
, new a xxx.html and fix its content.
---
layout: archive
title: "Projects"
permalink: /projects/
author_profile: true
---
{% include base_path %}
{% for post in site.projects reversed %}
{% include archive-single.html %}
{% endfor %}
at include/archive-single.html
,
below line
{% if post.read_time %}
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
{% endif %}
Add content below:
{% if post.collection == 'projects' %}
<p> {{ post.type }}, <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
{% elsif post.collection == 'publications' %}
<p>Published in <i>{{ post.venue }}</i>, {{ post.date | default: "1900-01-01" | date: "%Y" }} </p>
{% elsif post.date %}
<p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> {{ site.data.ui-text[site.locale].date_label | default: "Published:" }}</strong> <time datetime="{{ post.date | default: "1900-01-01" | date_to_xmlschema }}">{{ post.date | default: "1900-01-01" | date: "%B %d, %Y" }}</time></p>
{% endif %}
_projects
Attitude_Control_and_Determination.md
This is where you write your webpage with markdown language!
---
title: "PID Balance Ball and Beam"
collection: projects
type: "Final Project"
permalink: /projects/pid_balance
venue: "Logic Design Laboratory, National Tsing Hua University"
date: 2019-01-10
location: "Hsinchu, Taiwan"
---
A c++ based game of Minions. Keep running and eat bananas. Don't get killed!
Demo
======
* [video](https://www.youtube.com/watch?v=5ZsmPJ2sm04&fbclid=IwAR0dP_NIaNfAYmW3wBxJhcEWSS3uVGnSsG4pbj3z9qTsjU4pa9ef_fZ0P44)
Github
=====
* [repo](https://github.com/evamo0508/minions_game)
at config.yml:
edit 2 locations:
(1) #Collections
:
projects:
output: true
permalink: /:collection/:path/
(2) #Defaults
:
# _projects
- scope:
path: ""
type: projects
values:
layout: single
author_profile: true
share: true
comments: true
Github Page
Personal Page
Academic Porfolio
YML
HTML
Markdown
Topic Project Name : Ream-Time Quadcopter Controled by SSVEP-BCI Key functions(add/delete) Set up private chatrooms. Add people in your chatrooms. Look for users in public room.
Dec 14, 2021雙系統 / 虛擬機 / 新筆電 安裝整理 [TOC] :::success 用一條USB線就可以讓你的stm32板子跟電腦對話了嘎~ ::: 本範例使用環境: OS : Windows 10
Aug 2, 2021筆電型號:MSI 微星 Modern 14 B4MW 網卡型號:Realtek 的 rtw_8822ce 首先向這個善人致敬: 解決rtw88系列網卡 Ubuntu wifi問題 謝謝大神宗x和學姊陪我一起解決! 希望能藉這篇文章拯救未來又遇到同樣問題的自己 步驟: sudo apt-get update
Nov 17, 2020[TOC] 壹. 訓練程序與結果 Training Results (1) 使用自己筆電training 最基礎入門的是使用cifar-10提供的image classifier訓練並完成分10類的task, 使用cifar-10練習的code網路上很容易查詢, 但因為不是使用自己的資料集,本篇報告將著重在如何使用自己的資料集訓練出想要的影像分類模型 本次任務使用的資料集為:ImageNet提供的影像。
Sep 13, 2020or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up