Skip to content

Commit

Permalink
update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
BugsGuru committed Mar 22, 2024
1 parent 63c802e commit 076beea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/posts/sh/ssh.md → content/posts/commands/ssh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "SSH隧道和HTTP代理"
date: 2024-03-21
date: 2024-03-22

categories: [常用命令]
tags: [ssh隧道,端口转发,HTTP代理]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,15 @@ git submodule update --init --recursive # needed when you reclone your repo (sub
# theme: ["PaperMod"]

# Creat posts inside the folder of your Hugo site `MyFreshWebsite/content/`
# Test locally

# Commit and Push to Github
# Configure Github Action to CD your blog
```

## 参考
- [Hugo文档](https://gohugo.io/installation/)
- [HugoGithubPages](https://gohugo.io/hosting-and-deployment/hosting-on-github/)
- [PaperMod文档](https://adityatelange.github.io/hugo-PaperMod/)
- [PaperMod配置参数](https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables/)
- [PaperModExampleSite](https://github.com/adityatelange/hugo-PaperMod/tree/exampleSite)
Expand Down
6 changes: 3 additions & 3 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ menu:
- name: 🔍️ search
url: /search/
weight: 4
- name: 📚 archives
url: /archives/
- name: 📚 posts
url: /posts/
weight: 5
- name: 📂 categories
url: /categories/
Expand All @@ -24,7 +24,7 @@ menu:


params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
env: production # to enable Google Analytics, opengraph, twitter-cards and schema.
description: "LwQ's Blog"
author: ["LwQ"]

Expand Down

0 comments on commit 076beea

Please sign in to comment.