Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI Fix #61

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/_docs/jekyll/jekyll-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ subcategory: jekyll
date: 2019-06-29
tags:
- Security
lastmod: 2023-12-03T09:00:54.463Z
lastmod: 2024-05-15T16:10:03.496Z
---

> Scan website security vulnerabilities and fix them.
Expand All @@ -15,7 +15,7 @@ lastmod: 2023-12-03T09:00:54.463Z

### 1.1 Websites

I have my personal website hosted on two domains, [{{ site.github_user }}.github.io](https://{{ site.github_user }}.github.io) and [{{ site.github_user }}.netlify.com](https://{{ site.github_user }}.netlify.com). The first one is hosted on [GitHub Pages](https://pages.github.com/), while the second one is hosted on [Netlify](https://www.netlify.com/). These two websites are powered by [Jekyll](https://jekyllrb.com/) and all their contents are totally static. Actually, they are using the same code base.The source codes are managed on GitHub in repository [https://github.com/{{ site.github_user }}/{{ site.github_user }}.github.io](https://github.com/{{ site.github_user }}/{{ site.github_user }}.github.io). Both sites are CI/CD with GitHub. If there is any change submitted to this repository, GitHub Pages and Netlify will compile and deploy the website automatically.
I have my personal website hosted on two domains, [{{ site.github_user }}.github.io](https://{{ site.github_user }}.github.io) and [{{ site.github_user }}.netlify.com](https://{{ site.github_user }}.netlify.com). The first one is hosted on [GitHub Pages](https://pages.github.com/), while the second one is hosted on [Netlify](https://www.netlify.com/). These two websites are powered by [Jekyll](https://jekyllrb.com/) and all their contents are totally static. Actually, they are using the same code base.The source codes are managed on GitHub in repository [Github IO](https://github.com/{{ site.github_user }}/{{ site.github_user }}.github.io). Both sites are CI/CD with GitHub. If there is any change submitted to this repository, GitHub Pages and Netlify will compile and deploy the website automatically.

### 1.2 Header Security

Expand Down
1 change: 0 additions & 1 deletion pages/_quests/init_world/hello-mac/iterminate2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Aliases are shortcuts or abbreviations for commands you type in the terminal.
To set up aliases,
create a file ~/.aliases:

# vim [https://vim.rtorr.com/]
# vi ~/.aliases
touch ~/.aliases

Expand Down
Loading