https://github.com/sec-bit/website
Source code for https://sec-bit.github.io
https://github.com/sec-bit/website
Last synced: 6 months ago
JSON representation
Source code for https://sec-bit.github.io
- Host: GitHub
- URL: https://github.com/sec-bit/website
- Owner: sec-bit
- Created: 2020-02-10T15:21:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T06:40:59.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:27:01.627Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Source code for https://sec-bit.github.io
## Usage
1. Clone
```
git clone --recursive git@github.com:sec-bit/website.git
```
2. Install [Pandoc](https://pandoc.org/installing.html)
3. Edit
- Add or edit file ending with `.md`
- Edit [template](./template) and [style.css](resources/style.css)
4. Preview
```
make clean && make
open public/index.html
```
5. Deploy
```
./deploy.sh
```
The `deploy.sh` would commit and push the changes to https://github.com/sec-bit/sec-bit.github.io.
Don't forget to commit changes in this repo, including git submodule change.
6. View the changes at https://sec-bit.github.io or https://secbit.io.