All Projects → elementary → appcenter-web

elementary / appcenter-web

Licence: Unlicense license
Web frontend for viewing AppCenter apps

Programming Languages

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

Projects that are alternatives of or similar to appcenter-web

easy-markdown-to-github-pages
Convert Markdown files in Github to a full website using Github Pages
Stars: ✭ 80 (+86.05%)
Mutual labels:  github-pages
red-cross
官方公示数据概览
Stars: ✭ 18 (-58.14%)
Mutual labels:  github-pages
just-the-class
A modern, highly customizable, responsive Jekyll template for course websites.
Stars: ✭ 156 (+262.79%)
Mutual labels:  github-pages
portfolio
Site built from fastpages: https://fastpages.fast.ai/. Deployed here 👉
Stars: ✭ 16 (-62.79%)
Mutual labels:  github-pages
ef1p
Explained from First Principles is a technology, science, and philosophy blog for curious people who want to understand and change the world.
Stars: ✭ 63 (+46.51%)
Mutual labels:  github-pages
Pages2Repo
A chrome extension to open a repository from a GitHub page
Stars: ✭ 39 (-9.3%)
Mutual labels:  github-pages
mkdocs-jekyll
The Material theme from MkDocs provided as a Jekyll template, optimized for GitHub Pages
Stars: ✭ 55 (+27.91%)
Mutual labels:  github-pages
banner
🚩 A simple and clean banner generator - Banners on the go. https://liyasthomas.github.io/banner
Stars: ✭ 161 (+274.42%)
Mutual labels:  github-pages
md-site-reader
a very lightweight markdown docs site reader
Stars: ✭ 16 (-62.79%)
Mutual labels:  github-pages
blog
My Blog
Stars: ✭ 112 (+160.47%)
Mutual labels:  github-pages
portfolio-jekyll-theme
A minimalist Jekyll theme for building a personal portfolio site powered by Jekyll and GitHub Pages
Stars: ✭ 168 (+290.7%)
Mutual labels:  github-pages
sb2nov.github.io
Sourabh's portfolio
Stars: ✭ 32 (-25.58%)
Mutual labels:  github-pages
cs6101
The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.
Stars: ✭ 17 (-60.47%)
Mutual labels:  github-pages
ghost-on-github-pages
💻⏰ Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 48 (+11.63%)
Mutual labels:  github-pages
chappe
🧑‍💻 Developer Docs builder. Write guides in Markdown and references in API Blueprint. Comes with a built-in search engine.
Stars: ✭ 132 (+206.98%)
Mutual labels:  github-pages
actions-publish-gh-pages
🍣 A GitHub Action to publish static website using GitHub Pages
Stars: ✭ 12 (-72.09%)
Mutual labels:  github-pages
Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (-58.14%)
Mutual labels:  github-pages
matjek
Material theme based on Materialize.css for jekyll sites
Stars: ✭ 94 (+118.6%)
Mutual labels:  github-pages
BOT-Man-JL.github.io
Markdown-based Blog Framework for GitHub Pages
Stars: ✭ 25 (-41.86%)
Mutual labels:  github-pages
bgoonz
https://bgoonz.github.io/bgoonz/
Stars: ✭ 13 (-69.77%)
Mutual labels:  github-pages

AppCenter Web

Web frontend for viewing AppCenter apps for elementary OS.

Building

AppCenter Web is a simple Jekyll-powered site hosted by GitHub Pages. To run it locally, see the GitHub docs.

Dependencies

This guide assumes you're on elementary OS or a similar Ubuntu-based environment.

Packages

  • ruby-full (should include ruby and ruby-dev)
  • build-essential
  • zlib1g-dev

Ruby Stuff

  • jekyll and bundler

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 jekyll and bundler:

gem install jekyll bundler

Install gems:

bundle install

(Adapted from https://jekyllrb.com/docs/installation/)

Updating Apps

The list of apps is generated with a simple Ruby script. To rebuild the app list, run:

ruby generate-loki.rb
ruby generate-hera.rb
ruby generate-odin.rb
ruby generate-flatpak.rb

This is automatically run hourly with a GitHub Action workflow.

Serve

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.

Thanks

Thanks to @gamerlv for the original script and Ryan McNeely for the initial Flatpak port!

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].