Smart Security Online is a project to collect useful information on the topic of online security for ordinary non-technical users. The goal of the project is to grow with resources on the topic that give good ideas to non-technical people on how to improve the security of their online presence.
You can find the finished product at:
This project is maintained on a voluntary basis and any contribution is welcome!
Every fork brings joy, every pull request brings improvement! ?
The content of sanesecurity.online is generated with hugo.
If you believe that some of the content contains inaccuracies or is blatantly and dangerously wrong, you can do so by creating a pull request with corrections to the relevant markdown file in content/posts/
.
If you want to write new text to add to the existing ones you can do it by simply creating a new markdown file in content/posts/
and opening a pull request with the plugins.
If you want to see what the changes you make look like, you'll need to install hugo
. Then, you can clone this repo and install the git submodules:
git clone https://github.com/sanesecurityonline/sanesecurityonline
cd sanesecurityonline/
git submodule init
git submodule update
hugo server
can then be started, which will load the local content at http://localhost:1313. The changes you make will be seen "live".