Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #8

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@

# Site settings
title: Ion
email: [email protected]
title: Shiyue Li
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "/Read-Only-Jekyll-Theme" # the subpath of your site, e.g. /blog/
url: "http://yourdomain.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
Some math, music and philosophy writings.
# baseurl: "/shiyue-li.github.io" # the subpath of your site, e.g. /blog/
url: "http://shiyue-li.github.io" # the base hostname & protocol for your site
github_username: shiyue-li

# Build settings
markdown: kramdown
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<section id="footer">
<div class="container">
<ul class="copyright">
<li>&copy; Untitled. All rights reserved.</li>
<li>&copy; Shiyue Li. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Demo Images: <a href="https://unsplash.com/">Unsplash</a></li>
<li>Images: from Shiyue.
<li>Jekyll Template: <a href="http://cloudcannon.com">Cloud Cannon</a></li>
</ul>
</div>
Expand Down
45 changes: 25 additions & 20 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@

<head>
<title>Read Only by HTML5 UP</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.scrollzer.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.scrolly.min.js"></script>
<script src="{{ site.baseurl }}/js/skel.min.js"></script>
<script src="{{ site.baseurl }}/js/skel-layers.min.js"></script>
<script src="{{ site.baseurl }}/js/init.js"></script>
<noscript>
<link rel="stylesheet" href="{{ site.baseurl }}/css/skel.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>

<head>
<title>Shiyue Li modified HTML5 UP</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.scrollzer.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.scrolly.min.js"></script>
<script src="{{ site.baseurl }}/js/skel.min.js"></script>
<script src="{{ site.baseurl }}/js/skel-layers.min.js"></script>
<script src="{{ site.baseurl }}/js/init.js"></script>
<noscript>
<link rel="stylesheet" href="{{ site.baseurl }}/css/skel.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>


+<!-- MathJax! -->
+<script type="text/javascript" async
+ src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML">
+</script>
14 changes: 7 additions & 7 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<!-- Header -->
<section id="header" class="skel-layers-fixed">
<header>
<span class="image avatar"><img src="{{ site.baseurl }}/images/avatar.jpg" alt="" /></span>
<h1 id="logo"><a href="{{ site.baseurl }}/">Willis Corto</a></h1>
<p>I got reprogrammed by a rogue AI<br />
and now I'm totally cray</p>
<span class="image avatar"><img src="{{ site.baseurl }}/images/friends.JPG" alt="" /></span>
<h1 id="logo"><a href="{{ site.baseurl }}/">Shiyue Li</a></h1>
<p> Thinking about math, music, and life.</p>
</header>
<nav id="nav">
<ul>
<li><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/contact">Contact</a></li>
<li><a href="{{ site.baseurl }}/blog">Blog</a></li>
<li><a href="{{ site.baseurl }}/math">Math</a></li>
<li><a href="{{ site.baseurl }}/music">Music</a></li>
<li><a href="{{ site.baseurl }}/philosophy">Philosophy</a></li>
<li><a href="{{ site.baseurl }}/bio">Bio</a></li>
</ul>
</nav>
<footer>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/landing-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>This is Ion</h2>
<p>A free responsive template by <a href="http://templated.co">TEMPLATED</a></p>
<h2>This is Shiyue</h2>
<p>Some thoughts on math, music and philosophy.</p>
<ul class="actions">
<li><a href="#content" class="button big special">Sign Up</a></li>
<li><a href="#elements" class="button big alt">Learn More</a></li>
Expand Down
Binary file removed images/avatar.jpg
Binary file not shown.
Binary file added images/friends.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<section id="one">
<div class="container">
<header class="major">
<h2>Read Only</h2>
<p>Just an incredibly simple responsive site<br />
<h2>Shiyue Li</h2>
<p> My math, music and philosophy thoughts<br />
template freebie by <a href="http://html5up.net">HTML5 UP</a>.</p>
</header>
<p>Faucibus sed lobortis aliquam lorem blandit. Lorem eu nunc metus col. Commodo id in arcu ante lorem ipsum sed accumsan erat praesent faucibus commodo ac mi lacus. Adipiscing mi ac commodo. Vis aliquet tortor ultricies non ante erat nunc integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum.</p>
Expand All @@ -35,7 +35,7 @@ <h3>Things I Can Do</h3>
<!-- Three -->
<section id="three">
<div class="container">
<h3>A Few Accomplishments</h3>
<h3>Expository Writings</h3>
<p>Integer eu ante ornare amet commetus vestibulum blandit integer in curae ac faucibus integer non. Adipiscing cubilia elementum integer. Integer eu ante ornare amet commetus.</p>
<div class="features">
<article>
Expand Down