No description
Find a file
2024-10-21 17:02:38 +02:00
.github/workflows Create jekyll-docker.yml 2024-07-16 17:49:59 +03:30
_data Added two posts, some styling 2024-04-14 22:46:07 +03:30
_includes Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
_layouts Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
_posts usdod report 2024-10-21 17:02:38 +02:00
_posts-template Added two posts, some styling 2024-04-14 22:46:07 +03:30
_sass Shaded a bit darker 2024-08-09 19:45:21 +03:30
assets Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
.gitignore Added two posts, some styling 2024-04-14 22:46:07 +03:30
_config.yml Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
about.md Added two posts, some styling 2024-04-14 22:46:07 +03:30
archive.md Added two posts, some styling 2024-04-14 22:46:07 +03:30
CONTENT_LICENSE.md README.md + licensing 2024-07-20 19:00:34 +03:30
docker-compose.yml usdod report 2024-10-21 17:02:38 +02:00
docker-entrypoint.sh usdod report 2024-10-21 17:02:38 +02:00
example2-archive.md Added two posts, some styling 2024-04-14 22:46:07 +03:30
favicon.ico Added a new post, some minor code changes also. 2024-07-15 18:49:56 +03:30
Gemfile Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
Gemfile.lock Mathjax support, new post, yippieee :D 2024-08-30 23:24:57 +03:30
index.md Added two posts, some styling 2024-04-14 22:46:07 +03:30
LICENSE.md README.md + licensing 2024-07-20 19:00:34 +03:30
newpost.sh Added a new post, some minor code changes also. 2024-07-15 18:49:56 +03:30
no-style-please.gemspec Added two posts, some styling 2024-04-14 22:46:07 +03:30
README.md oops 2024-07-20 19:05:50 +03:30

SeerBlog

forthebadge forthebadge

This is the home repository for lore.seerintelligence.com

Table of contents

Usage

(Back to top)

Use the newpost.sh script to generate new posts

bash newpost.sh

Building

(Back to top)

  1. Install Ruby, Rubygems & Bundle
  2. Clone the repository git clone git@github.com:SeerIntelligence/seerblog.git
  3. Install the required Rubygems bundle i
  4. Use bundle to build or serve the website bundle exec jekyll serve or bundle exec jekyll build
  5. Serve the static output at "_site"
  6. 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

(Back to top)

To update the repo, just pull it. git pull git@github.com:SeerIntelligence/seerblog.git

Contributing

(Back to top)

Your contributions are always welcome! Please have a look at the contribution guidelines first. 🎉

License

(Back to top)

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.