-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (116 loc) · 5.33 KB
/
index.html
File metadata and controls
127 lines (116 loc) · 5.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Programming Cheat Sheets - Python, Docker, Linux & More | Developer Reference</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Comprehensive programming cheat sheets for developers. Quick reference guides for Python, Docker, Linux, algorithmic concepts, and more. Boost your coding productivity with practical tips and tricks.">
<meta name="keywords" content="cheat sheets, programming, python, docker, linux, algorithms, developer, coding, reference, tutorial, guide">
<meta name="author" content="Greums">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<meta name="google-site-verification" content="SW3AGElDTIYKynAirehW81Zm_Y3v0yTMJbz-9JTYJHw" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="http://keep.greums.xyz/">
<meta property="og:title" content="Programming Cheat Sheets - Python, Docker, Linux & More | Developer Reference">
<meta property="og:description" content="Comprehensive programming cheat sheets for developers. Quick reference guides for Python, Docker, Linux, algorithmic concepts, and more.">
<meta property="og:image" content="https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="http://keep.greums.xyz/">
<meta property="twitter:title" content="Programming Cheat Sheets - Python, Docker, Linux & More | Developer Reference">
<meta property="twitter:description" content="Comprehensive programming cheat sheets for developers. Quick reference guides for Python, Docker, Linux, algorithmic concepts, and more.">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1481627834876-b7833e8f5570?ixlib=rb-1.2.1&auto=format&fit=crop&w=1200&q=80">
<!-- Canonical URL -->
<link rel="canonical" href="http://keep.greums.xyz/">
<link rel="icon" type="image/x-icon" href="favicon.png">
<!-- Theme color -->
<meta name="theme-color" content="#404040">
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/sidebar.min.css" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Programming Cheat Sheets - Developer Reference Guide",
"description": "Comprehensive programming cheat sheets for developers. Quick reference guides for Python, Docker, Linux, algorithmic concepts, and more.",
"author": {
"@type": "Person",
"name": "Greums"
},
"publisher": {
"@type": "Organization",
"name": "Greums Cheat Sheets"
},
"url": "http://keep.greums.xyz/",
"dateModified": "2025-09-27",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "http://keep.greums.xyz/"
}
}
</script>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'Programming Cheat Sheets',
repo: 'https://github.com/greums/cheat-sheets',
themeColor: '#404040',
loadSidebar: true,
subMaxLevel: 3,
auto2top: true,
coverpage: false,
maxLevel: 4,
loadNavbar: false,
mergeNavbar: true,
executeScript: true,
noEmoji: false,
search: {
noData: 'No results!',
paths: 'auto',
placeholder: 'Search cheat sheets...',
pathNamespaces: /^(\/(zh-cn|ru))?(\/(v1|v2))?/
},
copyCode: {
buttonText: 'Copy to clipboard',
errorText: 'Error',
successText: 'Copied'
},
pagination: {
previousText: 'Previous',
nextText: 'Next',
crossChapter: true,
crossChapterText: true,
}
}
</script>
</body>
<footer>
<!-- Docsify v4 -->
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-json.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-python.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-toml.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1/components/prism-yaml.min.js"></script>
<!-- plugins -->
<script src="https://unpkg.com/docsify-copy-code"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="https://unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TGLCCVZB2C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TGLCCVZB2C');
</script>
</footer>
</html>