Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xctf-io/wiki
A wiki for all things CTF.
https://github.com/xctf-io/wiki
Last synced: about 1 month ago
JSON representation
A wiki for all things CTF.
- Host: GitHub
- URL: https://github.com/xctf-io/wiki
- Owner: xctf-io
- License: apache-2.0
- Created: 2023-02-09T21:45:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T16:01:04.000Z (10 months ago)
- Last Synced: 2024-04-28T02:00:39.546Z (9 months ago)
- Language: SCSS
- Size: 12 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xctf Wiki
## Setup
For working on the contents of the notes, install [obsidian](https://obsidian.md/). Open up the `/content` folder in this repo in obsidian so that you don't include the `/site` folder.
For building the site locally, install [hugo-obsidian](https://github.com/jackyzha0/hugo-obsidian#obsidian-link-scraper) and [hugo](https://gohugo.io/installation/).## Running Locally
```shell
cd site
make serve
```## Site format
Check out these [example pages](https://github.com/jackyzha0/quartz/tree/hugo/content) for examples on how to format content in the markdown pages. The heading uses frontmatter for including metadata about a page.