Customize theme

* Consolidate colours and update to my pref
* Remove remote fonts
* Remove screenshots/refs to skull/vertical layout
This commit is contained in:
Jennifer C J Radtke
2023-12-03 21:49:13 +00:00
parent 192df8b8bb
commit e0198b13da
9 changed files with 50 additions and 214 deletions

View File

@@ -16,16 +16,12 @@
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Font
-->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
-->
<link rel="stylesheet" href="{{ theme_url }}/css/normalize.css">
<link rel="stylesheet" href="{{ theme_url }}/css/skeleton.css">
<link rel="stylesheet" href="{{ theme_url }}/css/custom-v-nav.css">
<link rel="stylesheet" href="{{ theme_url }}/css/custom-h-nav.css">
<!-- Favicon
-->
@@ -36,27 +32,33 @@
<!-- Primary Page Layout
-->
<div class="row">
<div class="one-third column sidebar">
<header>
<header>
<div class="container">
<div class="row">
<h1><a href="{{ base_url }}">{{ site_title }}</a></h1>
<ul class="nav">
{% for page in pages %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
</header>
<footer>
<a href="https://github.com/bananana/skull">Skull theme</a> for <a href="http://picocms.org/">Pico CMS</a> was made by <a href="http://pavelmamontov.com">Pavel Mamontov</a>
</footer>
</div>
</div>
<div class="two-thirds offset-by-one-third column content">
</header>
<section class="content container">
<div class="row">
{{ content }}
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
The website of Jennifer Radtke
</div>
</div>
</footer>
<!-- End Document
-->
</body>