Skip to content

Commit

Permalink
update blog post styles on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbutler320 committed Oct 31, 2020
1 parent 8172f5f commit 45a528a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ A Jekyll theme designed for academics, powered by Bootstrap 4. [Demo](https://du
![](screenshot.png)


- [Dumbarton](#dumbarton)
- [Installation](#installation)
- [Development Roadmap](#development-roadmap)
- [Style](#style)
- [Academic Options](#academic-options)
- [Jekyll Scholar](#jekyll-scholar)
- [Theme Options](#theme-options)
- [Favicon](#favicon)
- [Meta Data](#meta-data)
- [Media](#media)


## Installation

Follow the following instructions to install the Dumbarton theme
Expand Down Expand Up @@ -70,6 +58,19 @@ bundle exec jekyll serve

## Theme Options

## Blog Settings

### Blog Page Settings

The main blog page uses Bootstrap 4 Cards to preview individual blog posts. There are several different types of preview styles available. Set the preview by changing the frontmatter on the post *.md file in the `_posts` directory. The current available options are below.

| Option | Syntax | Description | Preview |
|----------------|----------------|--------------------|------------|
| card-img-top | `card-img-top` | Image on top | |
| card p-3 | `card p-3` | Useful for quotes | |
| card-dated | `card-dated` | Shows Date | |




### Favicon
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-10-26-Lorem-Ipsum.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Lorem Ipsum"
date: 2020-10-26 20:01:21 -0400
categories: latin text
image:
image: /assets/img/example.jpeg
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Urna id volutpat lacus laoreet non curabitur gravida arcu. Quisque non tellus orci ac. Tincidunt tortor aliquam nulla facilisi cras fermentum odio eu. Cursus metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Maecenas ultricies mi eget mauris pharetra et ultrices neque ornare. Mi proin sed libero enim. Vitae sapien pellentesque habitant morbi tristique. Sit amet commodo nulla facilisi nullam vehicula. A condimentum vitae sapien pellentesque habitant morbi. Id venenatis a condimentum vitae sapien. In nulla posuere sollicitudin aliquam ultrices.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-10-27-Jekyll-Is-Better-Then-Gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Jekyll is Better Then Gatsby"
date: 2020-10-27 20:01:21 -0400
categories: Jekyll Gatsby
image:
image: /assets/img/example.jpeg
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Urna id volutpat lacus laoreet non curabitur gravida arcu. Quisque non tellus orci ac. Tincidunt tortor aliquam nulla facilisi cras fermentum odio eu. Cursus metus aliquam eleifend mi in nulla posuere sollicitudin aliquam. Maecenas ultricies mi eget mauris pharetra et ultrices neque ornare. Mi proin sed libero enim. Vitae sapien pellentesque habitant morbi tristique. Sit amet commodo nulla facilisi nullam vehicula. A condimentum vitae sapien pellentesque habitant morbi. Id venenatis a condimentum vitae sapien. In nulla posuere sollicitudin aliquam ultrices.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2020-10-28-Dumbarton-Style-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ layout: post
title: "Welcome to Jekyll!"
date: 2020-10-28 20:01:21 -0400
categories: Dumabrton style
image:
image: /assets/img/example.jpeg
---
2 changes: 1 addition & 1 deletion _posts/2020-10-29-welcome-to-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: "Welcome to Jekyll!"
date: 2020-10-29 20:01:21 -0400
categories: jekyll update
image:
image: /assets/img/example.jpeg
---
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

Expand Down
Binary file added assets/img/1x/example.png
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/img/example.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion pages/blog.md → pages/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
{% endfor %}



<div class="card-columns">
<div class="card">
<img class="card-img-top" src="..." alt="Card image cap">
Expand Down

0 comments on commit 45a528a

Please sign in to comment.