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 6c78a57609
Pushed new redesign to branch
6 years ago
_data Pushed new redesign to branch 6 years ago
_includes Pushed new redesign to branch 6 years ago
_layouts Pushed new redesign to branch 6 years ago
_posts Pushed new redesign to branch 6 years ago
_sass Pushed new redesign to branch 6 years ago
assets Pushed new redesign to branch 6 years ago
blog Pushed new redesign to branch 6 years ago
css Pushed new redesign to branch 6 years ago
fonts Pushed new redesign to branch 6 years ago
pgp-public-keys Pushed new redesign to branch 6 years ago
projects Pushed new redesign to branch 6 years ago
.gitignore Pushed new redesign to branch 6 years ago
Gemfile Pushed new redesign to branch 6 years ago
Gemfile.lock Pushed new redesign to branch 6 years ago
LICENSE Pushed new redesign to branch 6 years ago
README.md Pushed new redesign to branch 6 years ago
_config.yml Pushed new redesign to branch 6 years ago
about.html Pushed new redesign to branch 6 years ago
contact.html Pushed new redesign to branch 6 years ago
favicon.ico Add files via upload 7 years ago
index.html Pushed new redesign to branch 6 years ago
legal.html Pushed new redesign to branch 6 years ago
plans.html Pushed new redesign to branch 6 years ago

README.md

Ura Design

This repo contains the files needed to build the Ura Design website, using Jekyll as the base and several plugins on top.

Config file

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

Website

The website was designed to be as lightweight as possible. The underlying technology used is Jekyll. The CSS is built from SCSS files and everything is contained to remove the need for 3rd party assets and unnecessary connections.