Skip to content

securityfirst/secfirst.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Security First Website

This is the repository of Security First website. The current online version of this portal can be found at https://secfirst.org.

Compiling a local version of the website

  1. Install Hugo.

  2. Clone the secfirst.org website:

    $ git clone https://github.com/securityfirst/secfirst.org.git
    
  3. Enter the secfirst.org directory and start the Hugo server:

    cd secfirst.org
    hugo server -D
    

    You should be able to access your local instance at http://localhost:1313/.