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/tech | |
| parent | 2b8db24f956ad99305860c2f8f4cd3a331a76dc6 (diff) | |
| download | journal-e03422873a1788137f120d9c8f34b2be079f0aee.tar.gz journal-e03422873a1788137f120d9c8f34b2be079f0aee.zip | |
docs: build with hugo
Diffstat (limited to 'public/categories/tech')
| -rw-r--r-- | public/categories/tech/index.html | 106 | ||||
| -rw-r--r-- | public/categories/tech/index.xml | 21 | ||||
| -rw-r--r-- | public/categories/tech/page/1/index.html | 10 |
3 files changed, 137 insertions, 0 deletions
diff --git a/public/categories/tech/index.html b/public/categories/tech/index.html new file mode 100644 index 0000000..e0e59a6 --- /dev/null +++ b/public/categories/tech/index.html @@ -0,0 +1,106 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>Tech | 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>Tech</span> + <span>2024-08-02</span> + + + + <span>1 / 1</span> + + </div> + </nav> + + +<div class="container"> +<main class="list"> + + + + +<section class="article-list"> + <div class="categories"> + + + <a href="/categories/tech">Tech</a> + + + </div> + <h1><a href="/post/2015/07/25/git-commits-to-jeff-leek/">Git commits to Jeff Leek</a></h1> + <div class="date-author"> + <span class="author">Martin J Frigaard +</span> / + <span class="date">2015-07-25</span> + </div> + <div class="summary"> + <a href="/post/2015/07/25/git-commits-to-jeff-leek/"> + + + <div class="thumbnail"><img src="https://db.yihui.org/images/git-diff-gui.png" alt="Thumbnail" /></div> + + + + + + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse… + </a> + </div> +</section> + +</main> +<nav></nav> +</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> + diff --git a/public/categories/tech/index.xml b/public/categories/tech/index.xml new file mode 100644 index 0000000..472698b --- /dev/null +++ b/public/categories/tech/index.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Tech on Hugo XMag</title> + <link>/categories/tech/</link> + <description>Recent content in Tech on Hugo XMag</description> + <generator>Hugo -- gohugo.io</generator> + <language>en-us</language> + <lastBuildDate>Sat, 25 Jul 2015 00:00:00 +0000</lastBuildDate><atom:link href="/categories/tech/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>Git commits to Jeff Leek</title> + <link>/post/2015/07/25/git-commits-to-jeff-leek/</link> + <pubDate>Sat, 25 Jul 2015 00:00:00 +0000</pubDate> + + <guid>/post/2015/07/25/git-commits-to-jeff-leek/</guid> + <description>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +Quisque mattis volutpat lorem vitae feugiat.</description> + </item> + + </channel> +</rss> diff --git a/public/categories/tech/page/1/index.html b/public/categories/tech/page/1/index.html new file mode 100644 index 0000000..23a920c --- /dev/null +++ b/public/categories/tech/page/1/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-us"> + <head> + <title>/categories/tech/</title> + <link rel="canonical" href="/categories/tech/"> + <meta name="robots" content="noindex"> + <meta charset="utf-8"> + <meta http-equiv="refresh" content="0; url=/categories/tech/"> + </head> +</html> |
