Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
null102 committed Mar 7, 2024
0 parents commit 1dd7d75
Show file tree
Hide file tree
Showing 9 changed files with 187 additions and 0 deletions.
30 changes: 30 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Categories | Yifan Lu</title>
<link rel="canonical" href="http://yifanlu.github.io">
<link rel='alternate' type='application/rss+xml' title="Yifan Lu RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Categories">Categories</h1></header>
<article>

<ul>
</ul>

</article>
</main>

<footer>
<a href="http://yifanlu.github.io">http://yifanlu.github.io</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>

</body>
</html>
13 changes: 13 additions & 0 deletions categories/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Yifan Lu</title>
<link>http://yifanlu.github.io/categories/</link>
<description>Recent content in Categories on Yifan Lu</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="http://yifanlu.github.io/categories/index.xml" rel="self" type="application/rss+xml" />


</channel>
</rss>
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.111.3">
<title>Yifan Lu</title>
<link rel="canonical" href="http://yifanlu.github.io">
<link rel='alternate' type='application/rss+xml' title="Yifan Lu RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Yifan Lu">Yifan Lu</h1></header>
<article>

<ul>
</ul>

</article>
</main>

<footer>
<a href="http://yifanlu.github.io">http://yifanlu.github.io</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>

</body>
</html>
13 changes: 13 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Yifan Lu</title>
<link>http://yifanlu.github.io/</link>
<description>Recent content on Yifan Lu</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="http://yifanlu.github.io/index.xml" rel="self" type="application/rss+xml" />


</channel>
</rss>
1 change: 1 addition & 0 deletions rss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://yifanlu.github.io/categories/</loc>
</url><url>
<loc>http://yifanlu.github.io/tags/</loc>
</url><url>
<loc>http://yifanlu.github.io/</loc>
</url>
</urlset>
45 changes: 45 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
body {
font-family: sans-serif ;
background: #110000 ;
color: #ccc ;
}

main {
max-width: 800px ;
margin: auto ;
}

img {
max-width: 100% ;
}

header h1 {
text-align: center ;
}

footer {
text-align: center ;
clear: both ;
}

/* For TAGLIST.HTML */
.taglist {
text-align: center ;
clear: both ;
}

/* For NEXTPREV.HTML */
#nextprev {
/* The container for both the previous and next articles. */
}
#prevart {
float: left ;
text-align: left ;
}
#nextart {
float: right ;
text-align: right ;
}
#nextart,#prevart {
max-width: 33% ;
}
30 changes: 30 additions & 0 deletions tags/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tags | Yifan Lu</title>
<link rel="canonical" href="http://yifanlu.github.io">
<link rel='alternate' type='application/rss+xml' title="Yifan Lu RSS" href='/index.xml'>
<link rel='stylesheet' type='text/css' href='/style.css'>
<link rel="icon" href="/favicon.ico">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index, follow">
<meta charset="utf-8">
</head>
<body>
<main>
<header><h1 id="tag_Tags">Tags</h1></header>
<article>

<ul>
</ul>

</article>
</main>

<footer>
<a href="http://yifanlu.github.io">http://yifanlu.github.io</a><br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>

</body>
</html>
13 changes: 13 additions & 0 deletions tags/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Yifan Lu</title>
<link>http://yifanlu.github.io/tags/</link>
<description>Recent content in Tags on Yifan Lu</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>

<atom:link href="http://yifanlu.github.io/tags/index.xml" rel="self" type="application/rss+xml" />


</channel>
</rss>

0 comments on commit 1dd7d75

Please sign in to comment.