All Projects ā†’ libremesh ā†’ lime-web

libremesh / lime-web

Licence: other
LibreMesh web site using Jekyll

Programming Languages

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

Projects that are alternatives of or similar to lime-web

impatient-jekyll
Build a website yourself. Easy to use, get a fast workflow and fast website. http://bdavidxyz.github.io/impatient-jekyll/
Stars: āœ­ 22 (+10%)
Mutual labels:  jekyll
jekyll-deploy-action
šŸŖ‚ A Github Action to deploy the Jekyll site conveniently for GitHub Pages.
Stars: āœ­ 162 (+710%)
Mutual labels:  jekyll
harttle.github.io
Harttle Land ēš„ęŗē å’Œę–‡ē« 
Stars: āœ­ 118 (+490%)
Mutual labels:  jekyll
pigfly.github.io
Tech blog - Alex Jiang
Stars: āœ­ 19 (-5%)
Mutual labels:  jekyll
s
__s, or dunders, is a simple Jekyll Starter Theme
Stars: āœ­ 55 (+175%)
Mutual labels:  jekyll
junior-theme
āš« A striking black and white theme for Jekyll. Built as a developer blog + portfolio.
Stars: āœ­ 66 (+230%)
Mutual labels:  jekyll
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: āœ­ 29 (+45%)
Mutual labels:  jekyll
jekyll-clean-dark
Dark clean theme for jekyll
Stars: āœ­ 198 (+890%)
Mutual labels:  jekyll
docshub
API Documentation Browser based Github Pages Service
Stars: āœ­ 58 (+190%)
Mutual labels:  jekyll
blog
My Blog About Computers
Stars: āœ­ 106 (+430%)
Mutual labels:  jekyll
online-resume
A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume
Stars: āœ­ 27 (+35%)
Mutual labels:  jekyll
jekyll-skeleton
Scaffolding to start with a Jekyll website
Stars: āœ­ 27 (+35%)
Mutual labels:  jekyll
dimension-jekyll-theme
A Jekyll version of the "Dimension" theme by HTML5 UP.
Stars: āœ­ 29 (+45%)
Mutual labels:  jekyll
doc42
Jekyll-Kissui bundle to create awesome documentations
Stars: āœ­ 23 (+15%)
Mutual labels:  jekyll
CodeForAfrica.org
The @CodeForAfrica landing page. Built with Jekyll and hosted on Github Pages. Accessible at https://codeforafrica.org/
Stars: āœ­ 20 (+0%)
Mutual labels:  jekyll
google-sheet-to-github-website
This is a working project for operating a data driven website on Github Pages using Google Sheets as a data source.
Stars: āœ­ 20 (+0%)
Mutual labels:  jekyll
unifreak.github.io
FangHao's blog
Stars: āœ­ 20 (+0%)
Mutual labels:  jekyll
ghpages-fileserver
A simple file-server which runs on top of Github pages
Stars: āœ­ 14 (-30%)
Mutual labels:  jekyll
jekyll-theme-hamilton
A minimal and beautiful Jekyll theme best for writing and note-taking.
Stars: āœ­ 128 (+540%)
Mutual labels:  jekyll
rec.danmuji.org
Bē«™å½•ę’­å§¬ē½‘ē«™ å½•ę’­å§¬->> https://github.com/Bililive/BililiveRecorder <<
Stars: āœ­ 19 (-5%)
Mutual labels:  jekyll
This is the repository of the LibreMesh web pages.

All pages should be written using https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[asciidoc syntax].

Top level pages are located in this directory while the "Documentation"
can be found in the docs/ sub-folder.

The website is generated from asciidoc using jekyll invoked by a cron script
every 15 minutes.

In order to generate the pages locally for testing your changes,
install https://jekyllrb.com/, issue "jekyll serve" and navigate to
http://127.0.0.1:4000/ with your browser.

Jekyll and its dependencies can also be installed using gem and bundler:

    gem install bundler
    cd lime-web && bundle install
    jekyll build

In Ubuntu/Debian you would need to install ruby header files

    apt-get install ruby-dev

An alternative to install Jekyll and all the gems required on your system
can be to use Docker containers.

An image from the jekyll project is available and documented here: https://github.com/jekyll/docker/.
All you need to do -provided you have Docker installed- is to open a terminal
and move to the folder where you cloned this repo and issue:

    $ export JEKYLL_VERSION=3.5
    docker run --rm \
        --publish 4000:4000 \
        --volume="$PWD:/srv/jekyll" \
        -it jekyll/jekyll:$JEKYLL_VERSION \
        jekyll serve

The container just created will install missing dependencies for you and will
start a developement webserver inside itself.
You then just need to open a browser visiting http://127.0.0.1:4000 .
Auto refresh is available and follows the edits you make to the code on your machine
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].