Skip to content

Commit 8179199

Browse files
committed
Site updated: 2025-06-14 00:08:52
1 parent dd6347d commit 8179199

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+5915
-2469
lines changed

2025/06/03/hello-world/index.html

Lines changed: 220 additions & 161 deletions
Large diffs are not rendered by default.

2025/06/13/a1-doc/index.html

Lines changed: 221 additions & 157 deletions
Large diffs are not rendered by default.

archives/2025/06/index.html

Lines changed: 197 additions & 158 deletions
Large diffs are not rendered by default.

archives/2025/index.html

Lines changed: 197 additions & 158 deletions
Large diffs are not rendered by default.

archives/index.html

Lines changed: 197 additions & 158 deletions
Large diffs are not rendered by default.

css/images/banner.jpg

-219 KB
Binary file not shown.

css/main.css

Lines changed: 2507 additions & 0 deletions
Large diffs are not rendered by default.

css/noscript.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
body {
2+
margin-top: 2rem;
3+
}
4+
.use-motion .menu-item,
5+
.use-motion .sidebar,
6+
.use-motion .sidebar-inner,
7+
.use-motion .post-block,
8+
.use-motion .pagination,
9+
.use-motion .comments,
10+
.use-motion .post-header,
11+
.use-motion .post-body,
12+
.use-motion .collection-header {
13+
visibility: visible;
14+
}
15+
.use-motion .column,
16+
.use-motion .site-brand-container .toggle,
17+
.use-motion .footer {
18+
opacity: initial;
19+
}
20+
.use-motion .site-title,
21+
.use-motion .site-subtitle,
22+
.use-motion .custom-logo-image {
23+
opacity: initial;
24+
top: initial;
25+
}
26+
.use-motion .logo-line {
27+
transform: scaleX(1);
28+
}
29+
.search-pop-overlay,
30+
.sidebar-nav {
31+
display: none;
32+
}
33+
.sidebar-panel {
34+
display: block;
35+
}
36+
.noscript-warning {
37+
background-color: #f55;
38+
color: #fff;
39+
font-family: sans-serif;
40+
font-size: 1rem;
41+
font-weight: bold;
42+
left: 0;
43+
position: fixed;
44+
text-align: center;
45+
top: 0;
46+
width: 100%;
47+
z-index: 50;
48+
}

0 commit comments

Comments
 (0)