This is the home repository for lore.seerintelligence.com
Use the newpost.sh script to generate new posts
bash newpost.sh
- Install Ruby, Rubygems & Bundle
- Clone the repository
git clone git@github.com:SeerIntelligence/seerblog.git - Install the required Rubygems
bundle i - Use bundle to build or serve the website
bundle exec jekyll serveorbundle exec jekyll build - Serve the static output at "_site"
- Use the built-in script to make new posts
bash newpost.sh
This website is set-up to be used via static hosting (i.e Cloudflare Pages), dynamic servers are unnecessary and therefore a security risk.
To update the repo, just pull it.
git pull git@github.com:SeerIntelligence/seerblog.git
Your contributions are always welcome! Please have a look at the contribution guidelines first. 🎉
The source code in this repository is licensed under the MIT License. See the LICENSE file for more details.
The content in this repository (images, text, videos) is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the CONTENT_LICENSE file for more details.