https://github.com/sec-bit/blog
Visit Our Blog 👉 https://sec-bit.github.io/blog 💓
https://github.com/sec-bit/blog
Last synced: 5 months ago
JSON representation
Visit Our Blog 👉 https://sec-bit.github.io/blog 💓
- Host: GitHub
- URL: https://github.com/sec-bit/blog
- Owner: sec-bit
- Created: 2018-07-09T10:02:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-25T07:57:51.000Z (about 1 year ago)
- Last Synced: 2025-07-13T15:43:46.253Z (12 months ago)
- Language: Python
- Homepage:
- Size: 48.1 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌈➕🐎➡️🦄 SECBIT Blog
👉👉👉 ***https://sec-bit.github.io/blog*** 👈👈👈
## Usage
- Write: in `content/post` folder
- Preview: `hugo server -D`
- ~~Publish: `./publish_to_ghpages.sh` and `git push --all`~~
- Git commit and push to the `master` branch, GitHub Actions will build and deploy the site automatically.
## More
- Hugo Static Site Generator hugo v0.136.5+extended
- https://gohugo.io/getting-started/usage/
- Cloudflare Rocket Loader should be disabled for this site or the MathJax will not work.
## Software Versions
The GitHub Actions [workflow](https://github.com/sec-bit/blog/blob/master/.github/workflows/hugo.yml#L34-L44) uses the following software versions:
```
hugo v0.147.9
pandoc 3.7.0.2
```
Use the same software versions to build and preview the site locally.