diff options
| author | 2024-08-02 13:23:35 +0800 | |
|---|---|---|
| committer | 2024-08-02 13:23:35 +0800 | |
| commit | e03422873a1788137f120d9c8f34b2be079f0aee (patch) | |
| tree | f52775951aed0c594a6b1ca4c9432f3bba74ecac /public/categories/index.html | |
| parent | 2b8db24f956ad99305860c2f8f4cd3a331a76dc6 (diff) | |
| download | journal-e03422873a1788137f120d9c8f34b2be079f0aee.tar.gz journal-e03422873a1788137f120d9c8f34b2be079f0aee.zip | |
docs: build with hugo
Diffstat (limited to 'public/categories/index.html')
| -rw-r--r-- | public/categories/index.html | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..65ed02d --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,121 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Categories | Hugo XMag</title> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + <link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> + + </head> + + <body> + <nav class="header"> + <div class="banner"> +<a href="/" class="text"> +ℌ𝔘𝔊𝔒 𝔛𝔐𝔄𝔊 +</a> +</div> + + <div class="head-meta"> + + <span>Categories</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<article> +<main> +<h1>Categories</h1> + +<ul class="terms"> + + <li> + <a href="/categories/example"> + example + </a> + (1) + </li> + + <li> + <a href="/categories/hugo"> + hugo + </a> + (1) + </li> + + <li> + <a href="/categories/leekaso"> + leekaso + </a> + (2) + </li> + + <li> + <a href="/categories/machine-learning"> + machine-learning + </a> + (1) + </li> + + <li> + <a href="/categories/statistics"> + statistics + </a> + (2) + </li> + + <li> + <a href="/categories/tech"> + tech + </a> + (1) + </li> + +</ul> +</main> +</article> +</div> + +<script async src="//yihui.org/js/center-img.js"></script> + +<footer> + +<div class="footer"> + <ul class="menu"> + + <li><a href="/"><span data-hover="Home">Home</span></a></li> + + <li><a href="/about/"><span data-hover="About">About</span></a></li> + + <li><a href="/categories/"><span data-hover="Categories">Categories</span></a></li> + + <li><a href="/tags/"><span data-hover="Tags">Tags</span></a></li> + + <li><a href="/index.xml"><span data-hover="Subscribe">Subscribe</span></a></li> + + </ul> + + <div class="copyright">© <a href="https://yihui.org">Yihui Xie</a> 2017 - 2023 | <a href="https://github.com/yihui">Github</a> | <a href="https://twitter.com/xieyihui">Twitter</a></div> + +</div> +</footer> + + + + + + + +</body> +</html> + |
