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 0de0647394
Changed places for columns
7 years ago
_data Added request form in navbar 7 years ago
_includes Updated Matomo analytics script 7 years ago
_layouts Changed places for columns 7 years ago
_posts Fixed image 7 years ago
blog More spacing (it never stops, does it?) 7 years ago
bower_components Create .htaccess 7 years ago
css Fix for blogdate margins 7 years ago
doc Theme upload 7 years ago
events New update 7 years ago
fonts Add files via upload 7 years ago
images Mattermost logo color update 7 years ago
jobs Fixed header 7 years ago
js Create svg.js 7 years ago
projects Fixed page 7 years ago
scss Theme upload 7 years ago
.htaccess Update .htaccess 7 years ago
404.html Update 404.html 7 years ago
README.md Update README.md 7 years ago
_config.yml Update _config.yml 7 years ago
about.html Fixed typo 7 years ago
contact.html Removed spacing at the bottom 7 years ago
favicon.ico Add files via upload 7 years ago
feed.xml Theme upload 7 years ago
index.html Removed client header 7 years ago
logobridge.html New page update 7 years ago
portfolio-item-2.html Theme upload 7 years ago
privacy-policy.html Update privacy-policy.html 7 years ago
request.html Removed bottom spacing 7 years ago
services.html Fixes for sections 7 years ago
supporters.html Updated spacing 7 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).