Skip to content

Commit

Permalink
rebuilding site 2024-06-27 00:43:19
Browse files Browse the repository at this point in the history
  • Loading branch information
loulazynote committed Jun 27, 2024
1 parent b0e6f85 commit 88fbdeb
Show file tree
Hide file tree
Showing 30 changed files with 6,204 additions and 60 deletions.
24 changes: 24 additions & 0 deletions algolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,30 @@
"Dataverse"
]
},
{
"title": "Git Learning Note",
"uri": "posts/English/Git_Learning_Note.en",
"content": "Files index Tracked files Files not index Untracked files working tree working directory long content files index consistent content files working directory called Stage state long content files index inconsistent content files working directory called Unstage state Git Commands Command git m message init initialize add add GIT index rm remove status check current status git diff Show differences HEAD compare changes latest changes cached compare changes index latest changes local repository binary compare binary file differences name only compare files working directory list file names name status list files changed working directory index git diff src commit tgt commit compare differences commits git diff commit compare differences target commit git reset Reset index p select changes index remove HEAD reset index branch add 1 revert previous version so on mixed reset HEAD index default hard reset HEAD index working directory hard ORIG_HEAD revert previous version always revert version reset git revert Revert previous version making opposite commit h help list functions abort cancel continue continue quit stop git clone Download remote repository git clone no checkout URL Filename will use filename not checkout git clone bare url download repository itself git log View logs oneline short log version oneline graph log version graph add number show number entries git log oneline graph all 10 10 entries history data git reflog Record every version control record working directory git checkout Check out retrieve name copy content name file index back working directory orphan create new branch without parents checkout b Filename create new branch switch git switch Switch branches git clean Clean working directory f force delete d delete entire working directory x perform clean task ignoring gitignore settings n files will cleaned git stash Stash changes working directory save message stash pop retrieve stash git branch View create branches d delete branch can delete merged branches D force delete branch r list remote tracking branches a list remote local branches git branch merged list merged branches git branch no merged list unmerged branches git branch merged egrep v master develop xargs git branch d delete merged branches not available CMD Powershell git merge Merge branches ff fast forward merge default no ff non fast forward merge ff only fast forward merge no commit merge without committing abort abort merge squash squash merge cannot used disabling fast forward no merge graph will appear git merge no ff no commit branchName merge without committing git rebase commit_id Rebase i continue continue skip skip abort cancel git cherry pick Forward pick merge continue continue quit stop abort cancel git push Push remote all push branches git push u origin master link local branch master remote branch origin git push origin delete branchName delete remote branch must delete locally first git fetch Download changes remote repository prune prune deleted remote branches git pull Pull remote repository pull git fetch git merge git pull rebase git fetch git rebase git remote Remote v list URLs h remote help set url change URL git remote set url origin new url change old URL new URL git commit Create version git apply Apply version commit check check files reverse revert short R git config GIT settings Add global set globally core quotepath set false display Chinese core editor view current editor git display ASCII characters set LC_ALL C UTF 8 display Chinese environments git bash Change environment variable permanently save setx LC_ALL C UTF 8 MAC Linux export LC_ALL C UTF 8 Conflict Issues Display message content content conflict recommended merge manually Reference Materials GIT rebase",
"objectID": "posts/English/Git_Learning_Note.en",
"author": "Lou Chang",
"date": "2022-06-08T15:20:17.000Z",
"draft": false,
"fontawesome": true,
"linkToMarkdown": true,
"lightgallery": true,
"slug": "git-learning-En",
"tags": [
"Git"
],
"categories": [
"Learning"
],
"keywords": [
"Git"
],
"featuredImage": "https://user-images.githubusercontent.com/33840759/172868224-5e506cb8-1e89-4353-ade6-d4334bbddf9a.png",
"featuredImagePreview": "https://user-images.githubusercontent.com/33840759/172868224-5e506cb8-1e89-4353-ade6-d4334bbddf9a.png"
},
{
"title": "Git 學習筆記",
"uri": "posts/Git_Learning_Note",
Expand Down
11 changes: 7 additions & 4 deletions en/categories/csharp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<meta name="twitter:site" content="@Lou_Chang">
<meta name="application-name" content="The Lazy Engineer Lou&#39;s Note">
<meta name="apple-mobile-web-app-title" content="The Lazy Engineer Lou&#39;s Note"><meta name="theme-color" content="#ffffff"><meta name="msapplication-TileColor" content="#da532c"><link rel="icon" href="/images/favicon.ico"><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"><link rel="manifest" href="/site.webmanifest"><link rel="canonical" href="http://localhost:1313/en/categories/csharp/" /><link rel="alternate" href="/en/categories/csharp/index.xml" type="application/rss+xml" title="The Lazy Engineer Lou&#39;s Note">
<link rel="feed" href="/en/categories/csharp/index.xml" type="application/rss+xml" title="The Lazy Engineer Lou&#39;s Note"><link rel="stylesheet" href="/css/style.min.css"><link rel="preload" href="/lib/fontawesome-free/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/lib/fontawesome-free/all.min.css"></noscript><link rel="preload" href="/lib/animate/animate.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/lib/animate/animate.min.css"></noscript></head>
<link rel="feed" href="/en/categories/csharp/index.xml" type="application/rss+xml" title="The Lazy Engineer Lou&#39;s Note"><link rel="stylesheet" href="/css/style.min.css"><link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.1.1/css/all.min.css"></noscript><link rel="preload" href="https://cdn.jsdelivr.net/npm/animate[email protected]/animate.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate[email protected]/animate.min.css"></noscript></head>
<body data-header-desktop="fixed" data-header-mobile="auto"><script type="text/javascript">(window.localStorage && localStorage.getItem('theme') ? localStorage.getItem('theme') === 'dark' : ('auto' === 'auto' ? window.matchMedia('(prefers-color-scheme: dark)').matches : 'auto' === 'dark')) && document.body.setAttribute('theme', 'dark');</script>

<div id="mask"></div><div class="wrapper"><header class="desktop" id="header-desktop">
Expand Down Expand Up @@ -99,5 +99,8 @@
</a><a href="#" id="view-comments" class="fixed-button" title="View Comments">
<i class="fas fa-comment fa-fw" aria-hidden="true"></i>
</a>
</div><link rel="stylesheet" href="/lib/lightgallery/css/lightgallery-bundle.min.css"><link rel="stylesheet" href="/lib/katex/katex.min.css"><script type="text/javascript" src="/lib/autocomplete/autocomplete.min.js"></script><script type="text/javascript" src="/lib/algoliasearch/algoliasearch-lite.umd.min.js"></script><script type="text/javascript" src="/lib/lazysizes/lazysizes.min.js"></script><script type="text/javascript" src="/lib/lightgallery/lightgallery.min.js"></script><script type="text/javascript" src="/lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js"></script><script type="text/javascript" src="/lib/lightgallery/plugins/zoom/lg-zoom.min.js"></script><script type="text/javascript" src="/lib/clipboard/clipboard.min.js"></script><script type="text/javascript" src="/lib/sharer/sharer.min.js"></script><script type="text/javascript" src="/lib/katex/katex.min.js"></script><script type="text/javascript" src="/lib/katex/contrib/auto-render.min.js"></script><script type="text/javascript" src="/lib/katex/contrib/copy-tex.min.js"></script><script type="text/javascript" src="/lib/katex/contrib/mhchem.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":50},"lightgallery":true,"math":{"delimiters":[{"display":true,"left":"$$","right":"$$"},{"display":true,"left":"\\[","right":"\\]"},{"display":true,"left":"\\begin{equation}","right":"\\end{equation}"},{"display":true,"left":"\\begin{equation*}","right":"\\end{equation*}"},{"display":true,"left":"\\begin{align}","right":"\\end{align}"},{"display":true,"left":"\\begin{align*}","right":"\\end{align*}"},{"display":true,"left":"\\begin{alignat}","right":"\\end{alignat}"},{"display":true,"left":"\\begin{alignat*}","right":"\\end{alignat*}"},{"display":true,"left":"\\begin{gather}","right":"\\end{gather}"},{"display":true,"left":"\\begin{CD}","right":"\\end{CD}"},{"display":false,"left":"$","right":"$"},{"display":false,"left":"\\(","right":"\\)"}],"strict":false},"search":{"algoliaAppID":"WKHFRE1Z9G","algoliaIndex":"github_Lou_blog","algoliaSearchKey":"4201c971ae81b7b5f43d10ca36d55b95","highlightTag":"em","maxResultLength":10,"noResultsFound":"No results found","snippetLength":50,"type":"algolia"}};</script><script type="text/javascript" src="/js/theme.min.js"></script></body>
</div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/lightgallery-bundle.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/autocomplete.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/algoliasearch-lite.umd.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lazysizes.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lightgallery.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/thumbnail/lg-thumbnail.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/zoom/lg-zoom.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/sharer.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/copy-tex.min.js"></script><script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/mhchem.min.js"></script><script type="text/javascript">window.config={"code":{"copyTitle":"Copy to clipboard","maxShownLines":50},"lightgallery":true,"math":{"delimiters":[{"display":true,"left":"$$","right":"$$"},{"display":true,"left":"\\[","right":"\\]"},{"display":true,"left":"\\begin{equation}","right":"\\end{equation}"},{"display":true,"left":"\\begin{equation*}","right":"\\end{equation*}"},{"display":true,"left":"\\begin{align}","right":"\\end{align}"},{"display":true,"left":"\\begin{align*}","right":"\\end{align*}"},{"display":true,"left":"\\begin{alignat}","right":"\\end{alignat}"},{"display":true,"left":"\\begin{alignat*}","right":"\\end{alignat*}"},{"display":true,"left":"\\begin{gather}","right":"\\end{gather}"},{"display":true,"left":"\\begin{CD}","right":"\\end{CD}"},{"display":false,"left":"$","right":"$"},{"display":false,"left":"\\(","right":"\\)"}],"strict":false},"search":{"algoliaAppID":"SXY3F3WOW8","algoliaIndex":"Lou_Blog","algoliaSearchKey":"2c93025118024818cada2fa4e55ad419","highlightTag":"em","maxResultLength":10,"noResultsFound":"No results found","snippetLength":50,"type":"algolia"}};</script><script type="text/javascript" src="/js/theme.min.js"></script><script type="text/javascript">
window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());
gtag('config', 'G-RTSLRX2QNZ', { 'anonymize_ip': true });
</script><script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=G-RTSLRX2QNZ" async></script></body>
</html>
11 changes: 10 additions & 1 deletion en/categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,16 @@
<div class="search-dropdown mobile">
<div id="search-dropdown-mobile"></div>
</div><main class="main">
<div class="container"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster">All Categories</h2><div class="categories-card"></div></div></div>
<div class="container"><div class="page archive"><h2 class="single-title animate__animated animate__pulse animate__faster">All Categories</h2><div class="categories-card"><div class="card-item">
<div class="card-item-wrapper">
<h3 class="card-item-title">
<a href="/en/categories/learning/">
<i class="far fa-folder fa-fw" aria-hidden="true"></i>&nbsp;Learning
</a>
</h3><article class="archive-item">
<a href="/en/posts/english/git-learning-en/" class="archive-item-link">Git Learning Note</a>
</article></div>
</div></div></div></div>
</main><footer class="footer">
<div class="footer-container"><div class="footer-line">Copyright <i class="fa-regular fa-copyright"></i> 2022 By <a href="https://github.com/loulazynote" target="_blank">Lou Chang</a> - Powered By <a href="https://gohugo.io/" target="_blank">Hugo</a> - Design By <a href="https://github.com/dillonzq/LoveIt" target="_blank" title="LoveIt 0.2.11"><i class="far fa-kiss-wink-heart fa-fw" aria-hidden="true"></i> LoveIt</a></div><div class="footer-line" itemscope itemtype="http://schema.org/CreativeWork"></div>
</div>
Expand Down
10 changes: 9 additions & 1 deletion en/categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
<link>https://loulazynote.github.io/en/categories/</link>
<description>Categories - Category - The Lazy Engineer Lou&#39;s Note</description>
<generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>[email protected] (Lou Chang)</managingEditor>
<webMaster>[email protected] (Lou Chang)</webMaster><atom:link href="https://loulazynote.github.io/en/categories/" rel="self" type="application/rss+xml" /></channel>
<webMaster>[email protected] (Lou Chang)</webMaster><lastBuildDate>Wed, 08 Jun 2022 23:20:17 &#43;0800</lastBuildDate><atom:link href="https://loulazynote.github.io/en/categories/" rel="self" type="application/rss+xml" /><item>
<title>Learning</title>
<link>https://loulazynote.github.io/en/categories/learning/</link>
<pubDate>Wed, 08 Jun 2022 23:20:17 &#43;0800</pubDate>
<author>Lou Chang</author>
<guid>https://loulazynote.github.io/en/categories/learning/</guid>
<description><![CDATA[]]></description>
</item>
</channel>
</rss>
Loading

0 comments on commit 88fbdeb

Please sign in to comment.