Skip to content

Commit

Permalink
change appeal
Browse files Browse the repository at this point in the history
  • Loading branch information
gogo2464 committed Oct 13, 2024
1 parent c8d4713 commit 71b6951
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- main # Set a branch to deploy
- main
pull_request:

jobs:
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
keep_files: true
keep_files: false
allow_empty_commit: true
22 changes: 11 additions & 11 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@ paginate = 10

[languages]
[languages.en]
title = "Hello Friend NG"
subtitle = "A simple theme for Hugo"
title = "CPE"
subtitle = "CPE: the school that schools to send you to cpe!"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"

[languages.en.params.logo]
logoText = "crypto pwn elite (cpe) blog"
logoHomeLink = "/gogo-s-blog-cpe"

[[menu.main]]
identifier = "0toOverflow"
name = "0toOverflow"
url = "/from-0-to-buffer-overflow-by-projects"
weight = 1

[[menu.main]]
identifier = "0toCrypto"
name = "0toCrypto"
name = "Crypto"
url = "/from-0-to-crypto-by-projects"
weight = 1

[[menu.main]]
identifier = "0toOverflow"
name = "Pwn"
url = "/from-0-to-buffer-overflow-by-projects"
weight = 2

[[menu.main]]
identifier = "putting-games-on-darknet"
name = "Putting-games-on-darknet"
identifier = "Putting-games-on-darknet"
name = "Elite"
url = "/putting-games-on-darknet"
weight = 3

0 comments on commit 71b6951

Please sign in to comment.