Skip to content

Commit

Permalink
URI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bamr87 committed May 15, 2024
1 parent b907769 commit 8a7dfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit 8a7dfe3

Please sign in to comment.