Skip to content

ranbureand/sitefolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andrea Buran’s Site. Fifth Edition.

The code for my personal site, andreaburan.com, is based on this repository.

This site is:

It is a playground in constant evolution where I experiment, learn, and try new things.

The favicon is:

Install

Run the following commands in the Terminal:

bundle install

Serve

Run the following commands in the Terminal:

bundle exec jekyll serve --baseurl ''

Build

Run the following commands in the Terminal:

bundle exec jekyll build

Jekyll variables

<ul>
  <li>page.title = {{ page.title }}</li>
  <li>page.url = {{ page.url }}</li>
  <li>page.id = {{ page.id }}</li>
  <li>page.collection = {{ page.collection }}</li>
  <li>page.dir = {{ page.dir }}</li>
  <li>page.name = {{ page.name }}</li>
  <li>page.path = {{ page.path }}</li>
  <li>page.slug = {{ page.slug }}</li>
  <li>page.ext = {{ page.ext }}</li>
  <li>page.next = {{ page.next }}</li>
  <li>page.previous = {{ page.previous }}</li>
</ul>

About

Andrea Buran’s Site. Fifth edition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published