layout | title | author | date |
---|---|---|---|
default |
My Personal Github Page |
Weiwei Cao |
2020-04-27 |
This template is Based on alainpham.github.io. Thanks to the author! Below is the introduction of this respository
fork
the repository into your own github and modify thesettings
of the repository, please check here for Github Pages- modify the file
_config.yml
to change the configurations - Edit the file
index.md
to make personal homepage - Delete all the files at
_posts/
and upload your own blogs - All above can be done using
git
command, more details see jekyll
_data
: modify thesettings.yml
file to configure the navigation menu_drafts
: for the posts that you're wokring on and don't want to publish_posts
: for posted blogs, you typically write posts inMarkdown
,HTML
is also supportedpages
: for webpages, such as a home page, 404 page and other project pages.assets/imagines
: all imagines used by the github page, including blogs and head bannerrobots.txt
: for SEO usageicon.png
: a browser tab icon (aka favicon)index.html
: your homepage404.html
: 404 page
_includes
:page components, including header, footer, analytics and 3rd party plugins components_layouts
:webpage templatesassets/css
:webpage css filesassets/fonts
:fontsassets/js
:javascripts_config.yml
:configurations