GithubHelp home page GithubHelp logo

vekar / abstraktion Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.04 MB

Jekyll based website for my personal blog and portfolio, now assuming the Abstraktion moniker

Ruby 32.81% CSS 52.49% HTML 14.70%

abstraktion's Introduction

Abstraktion

My Jekyll powered blog and portfolio. I chose to open source this to provide a starting point for anyone looking to rapidly develop websites with Jekyll.

Getting started

The website is powered by Jekyll and uses a number of Ruby gems to aid frontend development. Getting started is easy though, simply git clone the repository and from it's root install gem dependencies with bundle install --path vendor/bundle.

You now have dependencies like Jekyll Assets installed, so go ahead and start jekyll with bundle exec jekyll serve --watch. You should now be able to view the website.

Development

All content and assets live in the source directory. The Jekyll assets Gem provides sprockets style compiling and serving of assets. I've used SASS and compass for elegant stylesheets. Content, where possible is written in markdown, for more complex views, I've used HAML.

Deployment

I serve the website directly from S3. Deployment comes courtesy of the S3 website Gem. In order to deploy, an s3_website.yml will need to be added to the root of the project, similar to this:

s3_id: ABC
s3_secret: XYZ
s3_bucket: 123

s3_endpoint: eu-west-1

gzip:
  - .html
  - .css
  - .md

gzip_zopfli: true

s3_reduced_redundancy: true

The website can then be built and deployed with: bundle exec jekyll build && bundle exec s3_website push.

abstraktion's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.