-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46026d3
commit df4609d
Showing
21 changed files
with
279 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,8 +21,8 @@ | |
title: "Purelog: for Writers" | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
A sidebar Jekyll theme using the Pure.css framework, | ||
designed for writers and bloggers. Under construction. | ||
A responsive sidebar Jekyll theme using the Pure.css framework, | ||
designed for writers and bloggers of all kinds. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://purelog.netlify.app" # the base hostname & protocol for your site, e.g. http://example.com | ||
repository: brennanbrown/purelog | ||
|
@@ -79,7 +79,7 @@ defaults: | |
path: "" | ||
type: journals | ||
values: | ||
layout: post | ||
layout: journal-entry | ||
content-type: journals | ||
|
||
# Allows all pages to be put into `_pages` folder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,13 @@ | |
<meta name="theme-color" content="{{ site.theme_color }}"> | ||
<link rel="archives" href="{{site.url}}/archives/"> | ||
|
||
<meta name="robots" content="index,follow"> <!-- All Search Engines --> | ||
<meta name="robots" content="index,follow"> <!-- All Search Engines --> | ||
<meta name="googlebot" content="index,follow"><!-- Google Specific --> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/grids-responsive-min.css"> | ||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="stylesheet" href="/assets/code.css"> | ||
<script src="https://kit.fontawesome.com/e9dddf84a6.js" crossorigin="anonymous"></script> | ||
{%- seo -%} | ||
{%- feed_meta -%} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<p> | ||
{%- if page.author -%} | ||
{% for author in page.author %} | ||
<span itemprop="author" itemscope itemtype="http://schema.org/Person"> | ||
<span itemprop="name">By: {{ author }}</span></span> | ||
{%- if forloop.last == false %}, {% endif -%} | ||
{% endfor %} | ||
{%- endif -%} | ||
<br /> | ||
{%- for tag in page.tags -%} | ||
<a href="/tags/#{{ tag }}">#{{ tag }}</a>   | ||
{%- endfor -%} | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<article class="post-entry" itemscope itemtype="http://schema.org/BlogPosting"> | ||
|
||
<header class="post-header"> | ||
<h2 class="post-title" itemprop="name headline">{{ page.title | escape }}</h2> | ||
{%- include journal-data.html -%} | ||
</header> | ||
|
||
<div class="post-body itemprop=" articleBody"> | ||
{{ content }} | ||
</div> | ||
|
||
{%- include author.html -%} | ||
|
||
{%- if site.disqus.shortname -%} | ||
{%- include disqus_comments.html -%} | ||
{%- endif -%} | ||
|
||
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: page | ||
title: About the Purelog Theme | ||
permalink: /about/ | ||
--- | ||
|
||
**Purelog** is a responsive, sidebar theme for the popular JAMstack generator Jekyll that only uses the minimal [**Pure.css** framework](https://github.com/pure-css/pure) (hence the name!), while still following the best practices possible for accessibility and search-engine optimization. | ||
|
||
I created this after finishing [Watery](https://github.com/brennanbrown/watery) (which this theme is built off of), as a way to add more functionality and design while still remaining as lightweight as possible. | ||
|
||
This project is aimed towards those looking for an interesting theme for Jekyll that has features that aren't found commonly elsewhere, which I'll list down below. | ||
|
||
### Features | ||
|
||
Here are a few interesting features of this Jekyll theme: | ||
|
||
- A fully customizable and empty `_BLANK_config.yml` to make getting up-and-running easy. | ||
- A speedy, on-site search function using [Simply Jekyll Search](https://github.com/christian-fei/Simple-Jekyll-Search). | ||
- Custom collections for different types of material (note-taking, journal writing, etc.) | ||
- An auto-generating archive page that displays all entries from _all_ collections. | ||
- Having a `_pages` collection for easier organization. | ||
- An author bio at the end of each post. (Located in `_inclues/author.html`) | ||
- Full Rouge support for syntax highlighting. (Currently using `base16.solarized.light`) | ||
- Auto-generated RSS feed, sitemap, accessibility features, and search-engine optimization. | ||
|
||
You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/) | ||
|
||
You can find the source code for Jekyll at GitHub: | ||
[jekyll][jekyll-organization] / | ||
[jekyll](https://github.com/jekyll/jekyll) | ||
|
||
[jekyll-organization]: https://github.com/jekyll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
layout: default | ||
permalink: /journal | ||
layout: journals | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: page | ||
title: Tags | ||
title: Organized by Tags | ||
permalink: /tags/ | ||
content-type: eg | ||
--- | ||
|
Oops, something went wrong.