GitXplorerGitXplorer
a

afrendeiro.github.io

public
1 stars
0 forks
0 issues

Commits

List of commits on branch gh-pages.
Unverified
ae6733e4b8448ac4928b9052678c5d4d99787586

new posts

aafrendeiro committed 9 days ago
Unverified
9139a6da43816e53fc86d4db7feec22bdc8f2b32

update publications

aafrendeiro committed 2 months ago
Unverified
55c6a3ff40d0679f7d309615c2c8499f6c7cc023

update publications

aafrendeiro committed 9 months ago
Unverified
9e3d8d75d52a6db8d0470f4947b1e300cd50437b

add post on screencasting

aafrendeiro committed 9 months ago
Unverified
96cafab90cfe5085cb56d6b1eb89c3a639377bac

fix typos in post; improve SEO

aafrendeiro committed 9 months ago
Unverified
d5481f419dc8d8d00d39b8c6c56b83dbcf3e394a

switch every outgoing link to https in older posts

aafrendeiro committed 9 months ago

README

The README file for this repository.

My personal website

A Jekyll powered personal website. Uses Jekyll Bootstrap and is hosted on GitHub pages.

Install

Dependencies

First make sure you have the ruby package manager bundler:

sudo apt install ruby-dev ruby-bundler

Now install the requirements specified in the Gemfile:

bundle install

The actual website

git clone https://github.com/plusjade/jekyll-bootstrap.git ${USERNAME}.github.io
cd ${USERNAME}.github.io
git remote set-url origin git@github.io:${USERNAME}/${USERNAME}.github.io.git
git push origin master

Edit the _config.yaml file with your information, social networks, cv, etc... and you're ready!

Create pages and posts

rake page:new name="about"
rake post:new title="notebook"

or to make a draft and publish it only after:

rake draft:new title="new post"
rake draft:ready title="new post"

Run locally

bundle exec jekyll serve

served at http://0.0.0.0:4000/.

Themes

Go to https://themes.jekyllbootstrap.com/, choose a theme and install it:

rake theme:install git="https://github.com/jekyllbootstrap/theme-twitter.git"

Customize themes or create a new one from scratch.