Switch to Hugo from Jekyll #1
37
_config.yml
37
_config.yml
@@ -1,37 +0,0 @@
|
|||||||
title: Arona Jones
|
|
||||||
email: aj@aronajones.com
|
|
||||||
description: >-
|
|
||||||
Portfolio of Arona Jones, a Swiss-born British Developer, Writer and Stage Technician.
|
|
||||||
baseurl: ""
|
|
||||||
url: "https://aronajones.com" # the base hostname & protocol for your site, e.g. http://example.com
|
|
||||||
twitter_username: aronajones_
|
|
||||||
github_username: FreneticScribbler
|
|
||||||
|
|
||||||
minima:
|
|
||||||
skin: dark
|
|
||||||
|
|
||||||
# Build settings
|
|
||||||
theme: minima
|
|
||||||
plugins:
|
|
||||||
- jekyll-feed
|
|
||||||
- jekyll-seo-tag
|
|
||||||
|
|
||||||
# Exclude from processing.
|
|
||||||
# The following items will not be processed, by default.
|
|
||||||
# Any item listed under the `exclude:` key here will be automatically added to
|
|
||||||
# the internal "default list".
|
|
||||||
#
|
|
||||||
# Excluded items can be processed by explicitly listing the directories or
|
|
||||||
# their entries' file path in the `include:` list.
|
|
||||||
#
|
|
||||||
# exclude:
|
|
||||||
# - .sass-cache/
|
|
||||||
# - .jekyll-cache/
|
|
||||||
# - gemfiles/
|
|
||||||
# - Gemfile
|
|
||||||
# - Gemfile.lock
|
|
||||||
# - node_modules/
|
|
||||||
# - vendor/bundle/
|
|
||||||
# - vendor/cache/
|
|
||||||
# - vendor/gems/
|
|
||||||
# - vendor/ruby/
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
<h1 style="padding-top: 0.5em;">Arona Jones</h1>
|
<h1 style="padding-top: 0.5em;">Arona Jones</h1>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main aria-label="Content">
|
<main aria-label="Content" style="height: 100%">
|
||||||
<div style="display: flex; justify-content: center; background: black; margin-left: -3vw; margin-right: -3vw;">
|
<div style="display: flex; justify-content: center; background: black; margin-left: -3vw; margin-right: -3vw;">
|
||||||
<div class="bigimage"><img class="background" src="img/christian-wiediger-WkfDrhxDMC8-unsplash.jpg"><a class="button" href="development"><span class="fas fa-file-code"></span> Development</a></div>
|
<div class="bigimage"><img class="background" src="img/christian-wiediger-WkfDrhxDMC8-unsplash.jpg"><a class="button" href="development"><span class="fas fa-file-code"></span> Development</a></div>
|
||||||
<div class="bigimage"><img class="background" src="img/1*0V2rDSk8SOr6mpfFf28EJA.jpeg"><a class="button" href="writing"><span class="fas fa-pen-fancy"></span> Writing</a></div>
|
<div class="bigimage"><img class="background" src="img/1*0V2rDSk8SOr6mpfFf28EJA.jpeg"><a class="button" href="writing"><span class="fas fa-pen-fancy"></span> Writing</a></div>
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
<div class="bigimage"><img class="background" src="img/1*2J4xTO7JYBYA3dcMwwGSlw.jpeg"><a class="button" href="blog"><span class="fas fa-portrait"></span> Personal</a></div>
|
<div class="bigimage"><img class="background" src="img/1*2J4xTO7JYBYA3dcMwwGSlw.jpeg"><a class="button" href="blog"><span class="fas fa-portrait"></span> Personal</a></div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
{{ partial "footer.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
2
layouts/partials/footer.html
Normal file
2
layouts/partials/footer.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<footer style="height: 100px; background: black;">
|
||||||
|
</footer>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/css/jekyll.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||||
<script defer src="js/fontawesome.js"></script>
|
<script defer src="js/fontawesome.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user