All Projects → OpenRA → OpenRAWeb

OpenRA / OpenRAWeb

Licence: other
The former source for the official OpenRA website.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to OpenRAWeb

hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+23.4%)
Mutual labels:  static-website
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+3623.4%)
Mutual labels:  static-website
urlzap
⚡️ Your own static URL shortener
Stars: ✭ 57 (+21.28%)
Mutual labels:  static-website
eephttpd
Serving simple static sites directly to i2p via the SAM API. (Also part of https://github.com/eyedeekay/sam-forwarder)
Stars: ✭ 15 (-68.09%)
Mutual labels:  static-website
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (-48.94%)
Mutual labels:  static-website
Nanoc
A powerful web publishing system
Stars: ✭ 1,959 (+4068.09%)
Mutual labels:  nanoc
jamstatic-fr
Sites statiques et architectures découplées
Stars: ✭ 33 (-29.79%)
Mutual labels:  static-website
hyperdraft
Turn your notes into a website.
Stars: ✭ 59 (+25.53%)
Mutual labels:  static-website
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+7653.19%)
Mutual labels:  static-website
nodejsdesignpatterns.com
Source for Website for Node.js Design Patterns, book by Mario Casciaro and Luciano Mammino, published by Packt (https://nodejsdp.link/buy)
Stars: ✭ 27 (-42.55%)
Mutual labels:  static-website
pardall markdown
Reactive publishing framework, filesystem-based with support for Markdown, nested hierarchies, and instant content rebuilding. Written in Elixir.
Stars: ✭ 84 (+78.72%)
Mutual labels:  static-website
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+19.15%)
Mutual labels:  static-website
azure-static-website-deploy
Deploys static website to Azure Storage
Stars: ✭ 18 (-61.7%)
Mutual labels:  static-website
aliyun-oss-website-action
将网站部署到阿里云OSS. Deploy website on aliyun OSS(Alibaba Cloud OSS)
Stars: ✭ 42 (-10.64%)
Mutual labels:  static-website
moox
MoOx personal website
Stars: ✭ 33 (-29.79%)
Mutual labels:  static-website
aerobatic-cli
CLI for interacting with Aerobatic static hosting platform
Stars: ✭ 13 (-72.34%)
Mutual labels:  static-website
nanoc.app
The Nanoc web site
Stars: ✭ 99 (+110.64%)
Mutual labels:  nanoc
website-hugo
FOSSDay page
Stars: ✭ 12 (-74.47%)
Mutual labels:  static-website
ness
Deploy web sites and apps to your own cloud account effortlessly.
Stars: ✭ 631 (+1242.55%)
Mutual labels:  static-website
cdk-esbuild
CDK constructs for esbuild, an extremely fast JavaScript bundler
Stars: ✭ 44 (-6.38%)
Mutual labels:  static-website

OpenRA Web

Uses the Nanoc static website generator. Build Status

Installation

Installing Ruby

Nanoc requires Ruby to run. Nanoc supports the official Ruby interpreter from version 2.3 up.

Ruby may already be installed on your system. To check, open a terminal window and type ruby -v. To install Ruby, follow the installation instructions on the Ruby website.

Installing Bundler

You need to run Nanoc with Bundler. To avoid permission errors1 it is recommended to use the --user install option when installing gems.

To install bundler, type gem install bundler --user install in a terminal to install Bundler to a directory inside your home directory. To use Bundler or any other gem installed to your ~/.gem directory, you need to add ~/.gem/ruby/version/bin to your PATH environment variable. If you use bash, add the following lines to your ~/.bashrc2:

# Ruby user installed gems
if which ruby >/dev/null && which gem >/dev/null; then
    PATH="$(ruby -r rubygems -e 'puts Gem.user_dir')/bin:$PATH"
fi

Installing nanoc

Open the repository directory and type bundle install --path vendor/bundle to install the local dependencies.

Development

Use bundle exec nanoc compile and bundle exec nanoc view to generate and host a static preview at localhost:3000. Changes will be automatically deployed to openra.github.io when a pull request is merged.

Stats

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].