| .github/workflows | ||
| _data | ||
| _includes | ||
| _layouts | ||
| _posts | ||
| _posts-template | ||
| _sass | ||
| assets | ||
| .gitignore | ||
| _config.yml | ||
| about.md | ||
| archive.md | ||
| CONTENT_LICENSE.md | ||
| docker-compose.yml | ||
| docker-entrypoint.sh | ||
| example2-archive.md | ||
| favicon.ico | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| LICENSE.md | ||
| newpost.sh | ||
| no-style-please.gemspec | ||
| README.md | ||
SeerBlog
This is the home repository for lore.seerintelligence.com
Table of contents
Usage
Use the newpost.sh script to generate new posts
bash newpost.sh
Building
- 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.
Updating
To update the repo, just pull it.
git pull git@github.com:SeerIntelligence/seerblog.git
Contributing
Your contributions are always welcome! Please have a look at the contribution guidelines first. 🎉
License
Source Code
The source code in this repository is licensed under the MIT License. See the LICENSE file for more details.
Content
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.