Skip to content

Commit

Permalink
generate from d42c2b1
Browse files Browse the repository at this point in the history
  • Loading branch information
btogxx committed Sep 25, 2024
0 parents commit 37799fb
Show file tree
Hide file tree
Showing 14 changed files with 753 additions and 0 deletions.
Empty file added .gitignore
Empty file.
2 changes: 2 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!doctype html><html xmlns=http://www.w3.org/1999/xhtml xml:lang=zh lang=zh><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta name=generator content="Hugo 0.130.0"><meta name=viewport content="width=device-width,initial-scale=1"><title>404 Page not found &#183; 杂记</title>
<meta name=description content><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/print.css media=print><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/poole.css><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/syntax.css><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/hyde.css><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700"><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png></head><body><aside class=sidebar><div class="container sidebar-sticky"><div class=sidebar-about><a href=https://btogxx.github.io/><h1>杂记</h1></a><p class=lead>一个MTF程序媛,随便记录点东西,防止忘记自己是谁!</p></div><nav><ul class=sidebar-nav><li><a href=https://btogxx.github.io/>Home</a></li><li><a href=mailto:btogxx@gmail.com>E-Mail</a></li><li><a href=https://github.com/btogxx>GitHub</a></li></ul></nav><p>&copy; 2024. All rights reserved.</p></div></aside><main class="content container"><h1>404: Page not found</h1><p class=lead>Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href=https://btogxx.github.io/>Head back home</a> to try finding it again.</p></main></body></html>
Binary file added apple-touch-icon-144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions categories/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!doctype html><html xmlns=http://www.w3.org/1999/xhtml xml:lang=zh lang=zh><head><link href=https://gmpg.org/xfn/11 rel=profile><meta charset=utf-8><meta name=generator content="Hugo 0.130.0"><meta name=viewport content="width=device-width,initial-scale=1"><title>Categories &#183; 杂记</title>
<meta name=description content><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/print.css media=print><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/poole.css><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/syntax.css><link type=text/css rel=stylesheet href=https://btogxx.github.io/css/hyde.css><link rel=stylesheet href="https://fonts.googleapis.com/css?family=Abril+Fatface|PT+Sans:400,400i,700"><link rel=apple-touch-icon-precomposed sizes=144x144 href=/apple-touch-icon-144-precomposed.png><link rel="shortcut icon" href=/favicon.png><link href=https://btogxx.github.io/categories/index.xml rel=alternate type=application/rss+xml title=杂记></head><body><aside class=sidebar><div class="container sidebar-sticky"><div class=sidebar-about><a href=https://btogxx.github.io/><h1>杂记</h1></a><p class=lead>一个MTF程序媛,随便记录点东西,防止忘记自己是谁!</p></div><nav><ul class=sidebar-nav><li><a href=https://btogxx.github.io/>Home</a></li><li><a href=mailto:btogxx@gmail.com>E-Mail</a></li><li><a href=https://github.com/btogxx>GitHub</a></li></ul></nav><p>&copy; 2024. All rights reserved.</p></div></aside><main class="content container"><ul class=posts></ul></main></body></html>
1 change: 1 addition & 0 deletions categories/index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on 杂记</title><link>https://btogxx.github.io/categories/</link><description>Recent content in Categories on 杂记</description><generator>Hugo</generator><language>zh</language><atom:link href="https://btogxx.github.io/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
250 changes: 250 additions & 0 deletions css/hyde.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,250 @@
/*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/


/*
* Contents
*
* Global resets
* Sidebar
* Container
* Reverse layout
* Themes
*/


/*
* Global resets
*
* Update the foundational and global aspects of the page.
*/

html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
html {
font-size: 16px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
}
}


/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/

.sidebar {
text-align: center;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}
}

/* Sidebar links */
.sidebar a {
color: #fff;
}

/* About section */
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
font-size: 3.25rem;
}

/* Sidebar nav */
.sidebar-nav {
padding-left: 0;
list-style: none;
}
.sidebar-nav-item {
display: block;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: underline;
}
.sidebar-nav-item.active {
font-weight: bold;
}

/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/

@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
}


/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/

.content {
padding-top: 4rem;
padding-bottom: 4rem;
}

@media (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 20rem;
margin-right: 2rem;
}
}

@media (min-width: 64em) {
.content {
margin-left: 22rem;
margin-right: 4rem;
}
}


/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/

@media (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2rem;
margin-right: 20rem;
}
}

@media (min-width: 64em) {
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem;
}
}



/*
* Themes
*
* As of v1.1, Hyde includes optional themes to color the sidebar and links
* within blog posts. To use, add the class of your choosing to the `body`.
*/

/* Base16 (http://chriskempson.github.io/base16/#default) */

/* Red */
.theme-base-08 .sidebar {
background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}

/* Orange */
.theme-base-09 .sidebar {
background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}

/* Yellow */
.theme-base-0a .sidebar {
background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}

/* Green */
.theme-base-0b .sidebar {
background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}

/* Cyan */
.theme-base-0c .sidebar {
background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}

/* Blue */
.theme-base-0d .sidebar {
background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}

/* Magenta */
.theme-base-0e .sidebar {
background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}

/* Brown */
.theme-base-0f .sidebar {
background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
Loading

0 comments on commit 37799fb

Please sign in to comment.