Skip to content

Commit

Permalink
feature# post test
Browse files Browse the repository at this point in the history
  • Loading branch information
lingfeng126 committed Nov 23, 2024
1 parent 2f130c8 commit 20929dd
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 304 deletions.
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
14 changes: 0 additions & 14 deletions _posts/2010-01-07-post-modified.md

This file was deleted.

32 changes: 0 additions & 32 deletions _posts/2010-01-07-post-standard.md

This file was deleted.

134 changes: 0 additions & 134 deletions _posts/2010-01-08-post-chat.md

This file was deleted.

68 changes: 0 additions & 68 deletions _posts/2010-02-05-post-notice.md

This file was deleted.

12 changes: 0 additions & 12 deletions _posts/2010-02-05-post-quote.md

This file was deleted.

15 changes: 0 additions & 15 deletions _posts/2010-03-07-post-link.md

This file was deleted.

29 changes: 0 additions & 29 deletions _posts/2019-04-18-welcome-to-jekyll.md

This file was deleted.

7 changes: 7 additions & 0 deletions _posts/2024-11-23-Post-test.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: post
title: "Post test"
date: 2024-11-23 11:30:46 +0800
categories: jekyll
---
My first post using Jekyll.
18 changes: 18 additions & 0 deletions about.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
title: About
permalink: /about/
---

This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for Minima at GitHub:
[jekyll][jekyll-organization] /
[minima](https://github.com/jekyll/minima)

You can find the source code for Jekyll at GitHub:
[jekyll][jekyll-organization] /
[jekyll](https://github.com/jekyll/jekyll)


[jekyll-organization]: https://github.com/jekyll
6 changes: 6 additions & 0 deletions index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: home
---

0 comments on commit 20929dd

Please sign in to comment.