All Projects → elementary → releases

elementary / releases

Licence: GPL-3.0 License
See all releases and the status of repos

Programming Languages

HTML
75241 projects
SCSS
7915 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to releases

jekyll-clean-dark
Dark clean theme for jekyll
Stars: ✭ 198 (+186.96%)
Mutual labels:  jekyll
jekyll-pwa-workbox
A Jekyll plugin using Workbox to make your PWA / Website available offline.
Stars: ✭ 22 (-68.12%)
Mutual labels:  jekyll
jekyll-manager
A repackaged Jekyll Admin fork with some alterations.
Stars: ✭ 48 (-30.43%)
Mutual labels:  jekyll
lime-web
LibreMesh web site using Jekyll
Stars: ✭ 20 (-71.01%)
Mutual labels:  jekyll
Utterson
CI benchmarking suite for Jekyll
Stars: ✭ 14 (-79.71%)
Mutual labels:  jekyll
forever-jekyll
A simple, elegant & full featured Jekyll theme.
Stars: ✭ 26 (-62.32%)
Mutual labels:  jekyll
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: ✭ 20 (-71.01%)
Mutual labels:  jekyll
tgist.github.io
Jekyll template
Stars: ✭ 29 (-57.97%)
Mutual labels:  jekyll
jekyll-ideal-image-slider
Add image sliders to Jekyll with Ideal Image Slider. Ruby plugin version. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 17 (-75.36%)
Mutual labels:  jekyll
prasad
[ WIP ] Prasad is a complete Jekyll theme designed for portfolio and blog for developers.
Stars: ✭ 14 (-79.71%)
Mutual labels:  jekyll
kitian616.github.io
My personal site, Powered by Jekyll & TeXt Theme.
Stars: ✭ 25 (-63.77%)
Mutual labels:  jekyll
jekyll-pwa
Jekyll plugin for PWA
Stars: ✭ 95 (+37.68%)
Mutual labels:  jekyll
academic
Jekyll theme with a focus on simplicity, typography and flexibility
Stars: ✭ 71 (+2.9%)
Mutual labels:  jekyll
ghpages-fileserver
A simple file-server which runs on top of Github pages
Stars: ✭ 14 (-79.71%)
Mutual labels:  jekyll
JekyllTheme-ProjectGaia
Jekyll Theme Project Gaia. V2 Beta Released !! Check it out ->
Stars: ✭ 110 (+59.42%)
Mutual labels:  jekyll
jekyll-theme-hamilton
A minimal and beautiful Jekyll theme best for writing and note-taking.
Stars: ✭ 128 (+85.51%)
Mutual labels:  jekyll
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-71.01%)
Mutual labels:  jekyll
dev.cityofchicago.org
Developer resources provided by the City of Chicago and sister agencies and get technical updates from the developer blog.
Stars: ✭ 22 (-68.12%)
Mutual labels:  jekyll
-meta
📗 For goals, architecture of the program, and how-tos.
Stars: ✭ 26 (-62.32%)
Mutual labels:  organization
source.coveo.com
Our technical blog.
Stars: ✭ 17 (-75.36%)
Mutual labels:  jekyll

Releases

See all releases and the status of repos at releases.elementary.io

Building

You'll need the following dependencies:

ruby-full
build-essential
zlib1g-dev

We recommend installing gems to a (hidden) directory in your home folder:

echo '' >> ~/.bashrc
echo '# Install Ruby Gems to ~/.gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/.gems"' >> ~/.bashrc
echo 'export PATH="$HOME/.gems/bin:$PATH"' >> ~/.bashrc
echo '' >> ~/.bashrc
source ~/.bashrc

Install bundler:

gem install bundler

Install gems:

bundle install

Build and serve locally with:

bundle exec jekyll serve --host 0.0.0.0

The site should now be available at http://0.0.0.0:4000/ on your local machine, and your local machine's IP address on your network—great for testing on mobile OSes.

Updating Data

_data/repos.json is automatically rebuilt from a GitHub Action, but you can build it for local development:

First, create a GitHub token with repo permissions and copy it somewhere safe.

Then, make sure you have pip and PyGithub. On elementary OS:

sudo apt install python3-pip
pip install PyGithub

Lastly, run release.py re-using your token as an environment variable, e.g.:

GITHUB_TOKEN=ghp_aBcDeFgHiJkLmNoPqRsTuVwXyZ python3 release.py
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].