1
0
Fork
You've already forked sandstorm-website
0
(GitHub Mirror) Sandstorm.org public web site (Jekyll-based site that generates static content) https://sandstorm.org
  • HTML 55.7%
  • SCSS 33.2%
  • CSS 6.1%
  • JavaScript 3.8%
  • Shell 0.8%
  • Other 0.3%
2026年06月23日 23:25:50 -05:00
.github/workflows Rename sync actions 2026年04月29日 23:03:14 -05:00
_bootstrap @ab4d5855e2 Use Bootstrap. 2015年11月16日 18:31:34 -08:00
_includes Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
_layouts Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
_posts Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
_sass Try some stuff without bootstrap. 2015年11月17日 13:46:41 -08:00
apps Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
fonts Make font URLs relative 2018年06月02日 15:44:48 -05:00
go Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
images Update zulip.svg - removed gradient from zulip icon 2025年01月31日 15:44:04 -05:00
logos Button edits 2015年02月07日 13:30:10 -08:00
news Desert Atlas blog post ( #18 ) 2023年12月05日 09:45:06 -05:00
thirdparty Update TestMu AI sponsorship 2026年01月20日 18:09:46 -06:00
.gitignore Ignore .bundle and vendor. 2016年01月19日 20:13:16 -08:00
.gitmodules Use Bootstrap. 2015年11月16日 18:31:34 -08:00
404.html Add a dumb 404 page. 2022年05月14日 12:27:30 -05:00
_config.yml Replace paginate, update Gemfile 2023年10月13日 12:36:15 -05:00
about.html Update TestMu AI sponsorship 2026年02月11日 11:17:40 -06:00
business.html Remove references to blackrock on /business. 2020年08月11日 01:27:23 -04:00
community.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
developer.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
favicon.ico copy in the new alpha-enabled favicon from the main sandstorm repo 2016年08月10日 11:51:15 -04:00
features.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
feed.xml Update .io to .org 2023年10月11日 12:42:04 -05:00
funding.json Add provence validation for GitHub repo 2024年10月16日 09:50:26 -05:00
Gemfile Replace paginate, update Gemfile 2023年10月13日 12:36:15 -05:00
Gemfile.lock Bump concurrent-ruby from 1.2.2 to 1.3.7 2026年06月24日 01:38:35 +00:00
get.html Remove unnecessary .html suffix. 2020年02月15日 11:35:52 -06:00
Guardfile Guardfile: Use all regexes, all the time 2016年01月26日 15:39:56 -08:00
how-it-works.md Remove low key reference to Blackrock 2024年05月21日 13:13:40 -04:00
index.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
install.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
logo-bw.png Move web site to its own repository. 2014年08月11日 16:33:40 -07:00
logo.js Try to get rid of seams between squares in logo animation. 2014年08月18日 13:57:55 -07:00
logo.png Move web site to its own repository. 2014年08月11日 16:33:40 -07:00
README.md Update readme name and deployment method 2023年10月13日 13:52:49 -05:00
regenerate-site.sh Update script for new server name. 2021年06月18日 13:23:02 -05:00
security-non-events.html Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00
style.scss Use docs.sandstorm.org links 2026年05月20日 09:37:43 -05:00

This is the content of the Sandstorm.org web site.

Deployment

This repository is deployed with Cloudflare Pages using the following command:

bundler exec jekyll build

Building

When checking out this repository, make sure to use --recursive to get submodules!

git clone --recursive git@github.com:sandstorm-io/sandstorm-website.git

If you forgot to do that, you can recover with this command.

git submodule init
git submodule update

To edit with live-reload:

  1. Install Rubygems and bundler.
  2. Install a JavaScript runtime; on Debian, package nodejs is sufficient.
  3. Install gems: bundle install --path vendor/bundle
  4. Run bundle exec guard
  5. Open http://localhost:4000.