A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
A list of the most common functionalities in Jekyll (Liquid). You can use Jekyll with GitHub Pages, just make sure you are using the proper version.
Running a local server for testing purposes:
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
| Ansible playbook to setup HTTPS using Let's encrypt on nginx. | |
| The Ansible playbook installs everything needed to serve static files from a nginx server over HTTPS. | |
| The server pass A rating on [SSL Labs](https://www.ssllabs.com/). | |
| To use: | |
| 1. Install [Ansible](https://www.ansible.com/) | |
| 2. Setup an Ubuntu 16.04 server accessible over ssh | |
| 3. Create `/etc/ansible/hosts` according to template below and change example.com to your domain | |
| 4. Copy the rest of the files to an empty directory (`playbook.yml` in the root of that folder and the rest in the `templates` subfolder) |
| Plugin | Type | Beschreibung | DB config | 1.13.1 |
|---|---|---|---|---|
| vault | util | Dependency für i-conomy | no | yes |
| worldedit | building | Male dir die Welt wie sie dir gefällt. | no | yes (betabuild) |
| craftbook | building | Nützliche Scripte z.B. Teleporter usw... | no | yes (feature-build |
| worldguard | building | Regionen der Welt unter Schutz stellen. | yes | yes (betabuild) |
| multiverse | util | Einfach Weltübergreifende Portle erstellen. | no | yes |
| #!/usr/bin/env python3 | |
| # Copyright (c) 2016 Anki, Inc. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License in the file LICENSE.txt or at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # |