Skip to content

Commit feb506a

Browse files
committed
remove Publications, Talks, Teaching, Portfolio, Blog Posts
1 parent 5b81eac commit feb506a

4 files changed

Lines changed: 44 additions & 15 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ author:
2525
name : "GUO BIN"
2626
pronouns : # example: "she/her"
2727
bio : "Stay hungry, stay foolish"
28-
location : "Beijing"
28+
location : "Beijing, China"
2929
employer : "Harbin Institute of Technology"
3030
uri : # URL
3131
email : "guobinhit@gmail.com"

_data/navigation.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# main links links
22
main:
3-
- title: "Publications"
4-
url: /publications/
3+
# - title: "Publications"
4+
# url: /publications/
55

6-
- title: "Talks"
7-
url: /talks/
6+
# - title: "Talks"
7+
# url: /talks/
88

9-
- title: "Teaching"
10-
url: /teaching/
9+
# - title: "Teaching"
10+
# url: /teaching/
1111

12-
- title: "Portfolio"
13-
url: /portfolio/
12+
# - title: "Portfolio"
13+
# url: /portfolio/
1414

15-
- title: "Blog Posts"
16-
url: /year-archive/
15+
# - title: "Blog Posts"
16+
# url: /year-archive/
1717

1818
- title: "CV"
1919
url: /cv/

_pages/about.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,44 @@
11
---
22
permalink: /
3-
title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
3+
title: "Hello World"
44
author_profile: true
55
redirect_from:
66
- /about/
77
- /about.html
88
---
99

10-
This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the respository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this repository](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads! An older version of this template powers my own personal website at [stuartgeiger.com](http://stuartgeiger.com), which uses [this Github repository](https://github.com/staeiou/staeiou.github.io).
10+
**Hello World, I'm GUO BIN.**
1111

12-
A data-driven personal website
12+
------
13+
14+
When You Are Old
15+
======
16+
17+
When you are old and grey and full of sleep,
18+
19+
And nodding by the fire,take down this book,
20+
21+
And slowly read,and dream of the soft look,
22+
23+
Your eyes had once,and of their shadows deep,
24+
25+
How many loved your moments of glad grace,
26+
27+
And loved your beauty with love false or true,
28+
29+
But one man loved the pilgrim Soul in you,
30+
31+
And loved the sorrows of your changing face;
32+
33+
And bending down beside the glowing bars,
34+
35+
Murmur, a little sadly, how Love fled,
36+
37+
And paced upon the mountains overhead,
38+
39+
And hid his face amid a crowd of stars.
40+
41+
<!-- A data-driven personal website
1342
======
1443
Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.
1544
@@ -46,4 +75,4 @@ Example: editing a markdown file for a talk
4675
4776
For more info
4877
------
49-
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
78+
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful. -->

0 commit comments

Comments
 (0)