Giter VIP home page Giter VIP logo

quinlan's Introduction

jmcglone.github.io

Data for jmcglone.com. Includes customization of Bootstrap 3.0. Blog and pages generated by Jekyll. Hosted on GitHub.

All content on this site is distributed under a Creative Commons Attribution 3.0 Unported License.

NOTE: If you fork or re-use this project, please be sure you:

  • Edit _includes/analytics.html and either
    • Replace the Google Analytics tracking code with your own, or
    • If you don't use Google Analytics, comment the block of code out entirely.
  • Edit _includes/disqus.html and either
    • Replace the disqus_shortname with your own DISQUS username, or
    • If you don't want commenting, remove or comment out the block of code entirely.

Otherwise I will receive GA data and DISQUS comments from your website.

quinlan's People

Contributors

jmcglone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quinlan's Issues

Not sure if post.html in step 11 of your guide works

Hello!

I started using your guide this afternoon to create a blog using GitHub pages. Your tutorial is super helpful, so thank you!

However, I was having a hard time when I got to Step 11: creating the post.html file. I copy + pasted exactly what you wrote in there, but when I committed and refreshed the site, all it was was some plain text.

After doing some Googlin', I found this issue which recommended this code:


---
layout: default

---
<div class="post">
  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
  </header>
  <article class="post-content">
    {{ content }}
  </article>
</div>

which varies from what is on your site:


---
layout: default

---
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date | date_to_string }}</p>

<div class="post">
  {{ content }}
</div>`

I'm incredibly new at all of this and can physically see a difference between the two snippets of code but can't really tell what the difference is. Maybe user error? I would welcome feedback on where I went wrong!

Once again, thanks for the tutorial! This is much more fun than setting up a Wordpress site. ๐Ÿ‘

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.