Skip to content

Commit

Permalink
[Home] define structure for site
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesse committed Feb 18, 2018
1 parent a59bf69 commit 9f054d3
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 26 deletions.
Binary file modified .DS_Store
Binary file not shown.
8 changes: 7 additions & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
layout: default
title: 404 Error
layout: page
icon: fa-unlink
permalink: /404
hide: true
robots: noindex, nofollow
canonical: false
---

<style type="text/css" media="screen">
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem 'jekyll-theme-prologue', '~> 0.3.2'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GEM
sass (~> 3.4)
jekyll-seo-tag (2.4.0)
jekyll (~> 3.3)
jekyll-theme-prologue (0.3.2)
jekyll-watch (2.0.0)
listen (~> 3.0)
kramdown (1.16.2)
Expand Down Expand Up @@ -65,6 +66,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 3.7.2)
jekyll-feed (~> 0.6)
jekyll-theme-prologue (~> 0.3.2)
minima (~> 2.0)
tzinfo-data

Expand Down
16 changes: 9 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,25 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: [email protected]
title: EmiVTC
subtitle:
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
Site d'imivtc, chauffeuse vtc sur bordeaux et gironde.
author: test
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll

avatar: assets/images/avatar.jpg
# Build settings
markdown: kramdown
theme: minima
theme: jekyll-theme-prologue
plugins:
- jekyll-feed

collections: [sections]

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
Expand Down
15 changes: 15 additions & 0 deletions _sections/about-me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: About Me
icon: fa-user
order: 2
---


<a href="#" class="image featured"><img src="assets/images/driver.jpg" alt="" /></a>

<p>Tincidunt eu elit diam magnis pretium accumsan etiam id urna. Ridiculus
ultricies curae quis et rhoncus velit. Lobortis elementum aliquet nec vitae
laoreet eget cubilia quam non etiam odio tincidunt montes. Elementum sem
parturient nulla quam placerat viverra mauris non cum elit tempus ullamcorper
dolor. Libero rutrum ut lacinia donec curae mus vel quisque sociis nec
ornare iaculis.</p>
15 changes: 15 additions & 0 deletions _sections/about-me2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Intro
cover-photo: assets/images/driver.jpg
cover-photo-alt: example cover photo
auto-header: none
icon: fa-comment
order: 1
---

<p>Tincidunt eu elit diam magnis pretium accumsan etiam id urna. Ridiculus
ultricies curae quis et rhoncus velit. Lobortis elementum aliquet nec vitae
laoreet eget cubilia quam non etiam odio tincidunt montes. Elementum sem
parturient nulla quam placerat viverra mauris non cum elit tempus ullamcorper
dolor. Libero rutrum ut lacinia donec curae mus vel quisque sociis nec
ornare iaculis.</p>
14 changes: 14 additions & 0 deletions _sections/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

---
title: Intro
cover-photo: assets/images/driver.jpg
cover-photo-alt: EmiVTC
auto-header: none
icon: fa-comment
order: 1
---
<header>
<h2 class="alt">Hi! I'm <strong>Prologue</strong>, a <a href="http://html5up.net/license">free</a> responsive<br />
site template designed by <a href="http://html5up.net/prologue">HTML5 UP</a>.</h2>
<p>Adapted for Jekyll by <a href=https://chrisbobbe.github.io/>Chris Bobbe</a>. Get started on <a href="https://github.com/chrisbobbe/jekyll-theme-prologue">GitHub!</a></p>
</header>
18 changes: 0 additions & 18 deletions about.md

This file was deleted.

Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driver.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
title: Home
icon: fa-home
order: 1
hide: true
---

0 comments on commit 9f054d3

Please sign in to comment.