bliutech / cyber.bliu.tech

A website containing write ups, challenges, & other cybersecurity related content that I have worked on!

Home Page:https://cyber.bliu.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A website containing write ups, challenges, & other cybersecurity related content that I have worked on! The site was implemented using Jekyll. To access the site, visit https://cyber.bliu.tech. This site also acts a small project to help me

Currently, I use the Chirpy theme for Jekyll. I have made some attempts to make my own custom theme, but I have put that on hold for now. My hope is to eventually make my own theme for this site. To checkout some of the starter code, visit this template repository.

Deploying the Site Locally

First, clone the repository and install the relevant Ruby gems using the following command.

bundle install

Next, in order to serve the site, run the following command.

bundle exec jekyll serve

You should then be able to see the site at http://localhost:4000.

License

The original theme is released under the MIT License which is kept here in the LICENSE file to respect the original developer's license. Any modifications will be noted in the commit history. However, the written content of this site is my own except where credit is given. If you wish to use the content of this site, please contact me.

About

A website containing write ups, challenges, & other cybersecurity related content that I have worked on!

https://cyber.bliu.tech/

License:MIT License


Languages

Language:Ruby 97.1%Language:HTML 2.9%