The website of Ura Design
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Anxhelo Lushka ae22d21650
Added Anja to the about page
6 years ago
..
2017 Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
2018 Changes in blogpost images 6 years ago
blog Fixed LibOCon blogpost 6 years ago
bower_components Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
css Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
doc Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
events Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
fonts Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
images Changes in blogpost images 6 years ago
jobs Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
js Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
pgp-public-keys Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
projects Fixed LibOCon blogpost 6 years ago
scss Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
tags Fixed LibOCon blogpost 6 years ago
.htaccess Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
404.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
README.md Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
about.html Added Anja to the about page 6 years ago
contact.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
favicon.ico Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
feed.xml Added Anja to the about page 6 years ago
index.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
logobridge.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
portfolio-item-2.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
privacy-policy.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
request.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
services.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago
support-us.html Added new blogpost for LibOCon 2018 Visual Identity 6 years ago

README.md

This repo contains the files needed to build the Ura Design website, using Jekyll as the base and several plugins on top. The website will be localizable soon so everyone can contribute to have the website in as many languages as possible.

Config file

The _config.yml file contains the basic settings for building Jekyll, which is done using a server that fetches the files from this repo upon changes and builds it (this ensures we get to keep our custom domain and apply SSL from Let's Encrypt on top of it).

New Posts

New posts can be added by creating a new Markdown file (.md) inside the _posts directory. The file name should start with YYYY-MM-DD-post-name and have the .md extension in order to be recognized and for it to be live in the final website.

Caching

There is caching applied on most of the static elements such as the logo, css and js files to increase the page access speed and lower overhead on the server (this also helps lower the total number of requests to the server by using locally cached files, read more here).