https://github.com/netspi/wikijekylltheme
Wiki theme for various NetSPI wikis
https://github.com/netspi/wikijekylltheme
jekyll-theme
Last synced: 11 months ago
JSON representation
Wiki theme for various NetSPI wikis
- Host: GitHub
- URL: https://github.com/netspi/wikijekylltheme
- Owner: NetSPI
- License: mit
- Created: 2018-02-13T02:48:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:09:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T21:29:53.505Z (almost 2 years ago)
- Topics: jekyll-theme
- Language: HTML
- Homepage:
- Size: 728 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NetSPIWiki
This is the base jekyll theme for NetSPI's Community wikis. It builds all the default styling, abstracts high-level templates, and makes life extremely easy for managing these wikis. Documentation for this is currently a work in progress. Create an issue for any questions. If you would like to contribute to a specific wiki see [CONTRIBUTING.md](CONTRIBUTING.md).
## Build instructions
Install docker and run the below commands. This makes it so we don't have to have a full ruby development environment.
Also update the \_config.yml file and set `pagebase: ""` this allows us to use the root URL locally. Make sure to change this back before pushing. Currently working on a more elegant solution. Then run:
```
$> docker run --rm -p 4000:4000 --volume="%CD%:/srv/jekyll" -it jekyll/jekyll:3.5 /bin/sh
# jekyll serve --force-polling
```
Then open a web browser and go to `http://localhost:4000`.